Skip to content

Commit 11fab74

Browse files
Merge branch '4.3' into 4.4
* 4.3: Fix compatibility with PHPUnit 8
2 parents 53b2c43 + 0abd64b commit 11fab74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/HttpClient/Tests/HttplugClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class HttplugClientTest extends TestCase
2222
{
2323
private static $server;
2424

25-
public static function setUpBeforeClass()
25+
public static function setUpBeforeClass(): void
2626
{
2727
TestHttpServer::start();
2828
}

src/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ abstract class HttpClientTestCase extends TestCase
2626
{
2727
private static $server;
2828

29-
public static function setUpBeforeClass()
29+
public static function setUpBeforeClass(): void
3030
{
3131
TestHttpServer::start();
3232
}

0 commit comments

Comments
 (0)