update to phpunit8

This commit is contained in:
Dominik Liebler
2019-08-17 23:05:15 +02:00
parent 78ffb07d9c
commit a73c253ffc
10 changed files with 321 additions and 263 deletions

View File

@@ -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!'],

View File

@@ -13,7 +13,7 @@ class VisitorTest extends TestCase
*/
private $visitor;
protected function setUp()
protected function setUp(): void
{
$this->visitor = new Visitor\RoleVisitor();
}