mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-06 15:06:31 +02:00
update to phpunit8
This commit is contained in:
@@ -13,7 +13,7 @@ class VisitorTest extends TestCase
|
||||
*/
|
||||
private $visitor;
|
||||
|
||||
protected function setUp()
|
||||
protected function setUp(): void
|
||||
{
|
||||
$this->visitor = new Visitor\RoleVisitor();
|
||||
}
|
||||
|
Reference in New Issue
Block a user