mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-05 06:27:25 +02:00
update to phpunit8
This commit is contained in:
@@ -15,7 +15,7 @@ class ChainTest extends TestCase
|
||||
*/
|
||||
private $chain;
|
||||
|
||||
protected function setUp()
|
||||
protected function setUp(): void
|
||||
{
|
||||
$this->chain = new HttpInMemoryCacheHandler(
|
||||
['/foo/bar?index=1' => 'Hello In Memory!'],
|
||||
|
@@ -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