Skip to content

Commit 997dabc

Browse files
committed
run tests with PHPUnit 12.3
1 parent efa4b76 commit 997dabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Extension/HttpFoundationExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function testGenerateAbsoluteUrlWithRequestContext($path, $baseUrl, $host
6464
}
6565

6666
#[DataProvider('getGenerateAbsoluteUrlRequestContextData')]
67-
public function testGenerateAbsoluteUrlWithoutRequestAndRequestContext($path)
67+
public function testGenerateAbsoluteUrlWithoutRequestAndRequestContext($path, $baseUrl, $host, $scheme, $httpPort, $httpsPort, $expected)
6868
{
6969
$extension = new HttpFoundationExtension(new UrlHelper(new RequestStack()));
7070

0 commit comments

Comments
 (0)