Made tests compatible with phpunit 8

The new simple-phpunit wrapper is selects the best phpunit version automatically and removes all the void return types if needed.
This commit is contained in:
Jan Böhmer 2019-11-23 19:12:49 +01:00
parent a62f947b86
commit 6405dee0ac
19 changed files with 19 additions and 37 deletions

View file

@ -39,7 +39,7 @@ class StructuralDBElementTest extends TestCase
protected $child1_1;
protected $child1_2;
public function setUp()
public function setUp() : void
{
parent::setUp(); // TODO: Change the autogenerated stub