Merge branch '4.3' into 4.4

* 4.3:
  Fix compatibility with PHPUnit 8
This commit is contained in:
Nicolas Grekas 2019-08-08 12:04:54 +02:00
commit 11fab74e5c
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ class HttplugClientTest extends TestCase
{
private static $server;
public static function setUpBeforeClass()
public static function setUpBeforeClass(): void
{
TestHttpServer::start();
}

View File

@ -26,7 +26,7 @@ abstract class HttpClientTestCase extends TestCase
{
private static $server;
public static function setUpBeforeClass()
public static function setUpBeforeClass(): void
{
TestHttpServer::start();
}