Revert "fix test"

This reverts commit c5fca0a1e7
This commit is contained in:
Mario 2019-04-25 11:22:45 +02:00
parent a39e63e324
commit 701167bc12

View File

@ -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();