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 efa4b76 commit 997dabcCopy full SHA for 997dabc
Tests/Extension/HttpFoundationExtensionTest.php
@@ -64,7 +64,7 @@ public function testGenerateAbsoluteUrlWithRequestContext($path, $baseUrl, $host
64
}
65
66
#[DataProvider('getGenerateAbsoluteUrlRequestContextData')]
67
- public function testGenerateAbsoluteUrlWithoutRequestAndRequestContext($path)
+ public function testGenerateAbsoluteUrlWithoutRequestAndRequestContext($path, $baseUrl, $host, $scheme, $httpPort, $httpsPort, $expected)
68
{
69
$extension = new HttpFoundationExtension(new UrlHelper(new RequestStack()));
70
0 commit comments