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:
@@ -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!'],
|
||||
|
Reference in New Issue
Block a user