This commit is contained in:
Mario Vavti 2019-04-25 10:52:57 +02:00
parent e779335d06
commit c5fca0a1e7

View File

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