Skip to content

Commit 06d45a0

Browse files
author
Kyra Farrow
committed
Ensure signatures for setUp|tearDown|setUpAfterClass|tearDownAfterClass methods in tests are compatible with phpunit 8.2
1 parent cfcae8e commit 06d45a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Psr18ClientTest.php

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

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

0 commit comments

Comments
 (0)