Revert "dbunit does not work wirh phpunit v 8.1.3 - try 7.5.9"
This reverts commit 8401e9c2b4
This commit is contained in:
@@ -26,7 +26,7 @@ class PhotoGdTest extends UnitTestCase {
|
||||
/**
|
||||
* Prepares the environment before running a test.
|
||||
*/
|
||||
protected function setUp() {
|
||||
protected function setUp(): void {
|
||||
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() {
|
||||
protected function tearDown(): void {
|
||||
$this->photoGd = null;
|
||||
|
||||
parent::tearDown();
|
||||
|
Reference in New Issue
Block a user