We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a3244 commit 19a1de6Copy full SHA for 19a1de6
Tests/UrlHelperTest.php
@@ -117,10 +117,6 @@ public function testGenerateAbsoluteUrlWithScriptFileName()
117
*/
118
public function testGenerateRelativePath($expected, $path, $pathinfo)
119
{
120
- if (!method_exists(Request::class, 'getRelativeUriForPath')) {
121
- $this->markTestSkipped('Your version of Symfony HttpFoundation is too old.');
122
- }
123
-
124
$stack = new RequestStack();
125
$stack->push(Request::create($pathinfo));
126
$urlHelper = new UrlHelper($stack);
0 commit comments