Skip to content

Commit 19a1de6

Browse files
committed
Clean skippable tests that are never skipped
1 parent 38a3244 commit 19a1de6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tests/UrlHelperTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@ public function testGenerateAbsoluteUrlWithScriptFileName()
117117
*/
118118
public function testGenerateRelativePath($expected, $path, $pathinfo)
119119
{
120-
if (!method_exists(Request::class, 'getRelativeUriForPath')) {
121-
$this->markTestSkipped('Your version of Symfony HttpFoundation is too old.');
122-
}
123-
124120
$stack = new RequestStack();
125121
$stack->push(Request::create($pathinfo));
126122
$urlHelper = new UrlHelper($stack);

0 commit comments

Comments
 (0)