From 8401e9c2b4bca3bf19eb7590f827b7169f4647d9 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 25 Apr 2019 11:14:40 +0200 Subject: dbunit does not work wirh phpunit v 8.1.3 - try 7.5.9 --- tests/unit/Photo/PhotoGdTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/unit/Photo/PhotoGdTest.php b/tests/unit/Photo/PhotoGdTest.php index ae7382c43..1d4f9467f 100644 --- a/tests/unit/Photo/PhotoGdTest.php +++ b/tests/unit/Photo/PhotoGdTest.php @@ -26,7 +26,7 @@ class PhotoGdTest extends UnitTestCase { /** * Prepares the environment before running a test. */ - protected function setUp(): void { + protected function setUp() { parent::setUp(); $data = file_get_contents('images/hz-16.png'); @@ -37,7 +37,7 @@ class PhotoGdTest extends UnitTestCase { /** * Cleans up the environment after running a test. */ - protected function tearDown(): void { + protected function tearDown() { $this->photoGd = null; parent::tearDown(); -- cgit v1.2.3