mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-24 16:51:19 +02:00
update to phpunit8
This commit is contained in:
@@ -14,7 +14,7 @@ class ServiceLocatorTest extends TestCase
|
||||
*/
|
||||
private $serviceLocator;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
$this->serviceLocator = new ServiceLocator();
|
||||
}
|
||||
|
Reference in New Issue
Block a user