Skip to content

Commit

Permalink
[TASK] Remove duplicated unit test
Browse files Browse the repository at this point in the history
Remove identical like in hasProtocolAndSchemeDataProvider

Resolves: #95215
Releases: master
Change-Id: I5341667f5984b1044c375ee42a076fea50aea6ea
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71085
Tested-by: Oliver Hader <oliver.hader@typo3.org>
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Oliver Hader <oliver.hader@typo3.org>
  • Loading branch information
simonschaufi authored and ohader committed Sep 14, 2021
1 parent b482d5d commit b7e2dbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion typo3/sysext/core/Tests/Unit/Utility/PathUtilityTest.php
Expand Up @@ -562,7 +562,6 @@ public function hasProtocolAndSchemeDataProvider(): array
return [
['//example.com/demo.html', true],
['http://example.com/demo.html', true],
['http://example.com/demo.html', true],
['https://example.com/demo.html', true],
['f://example.com/demo.html', true],
['f:/example.com/demo.html', false],
Expand Down

0 comments on commit b7e2dbe

Please sign in to comment.