parent
a39e63e324
commit
701167bc12
@ -26,7 +26,7 @@ class PhotoGdTest extends UnitTestCase {
|
|||||||
/**
|
/**
|
||||||
* Prepares the environment before running a test.
|
* Prepares the environment before running a test.
|
||||||
*/
|
*/
|
||||||
protected function setUp(): void {
|
protected function setUp() {
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
|
||||||
$data = file_get_contents('images/hz-16.png');
|
$data = file_get_contents('images/hz-16.png');
|
||||||
@ -37,7 +37,7 @@ class PhotoGdTest extends UnitTestCase {
|
|||||||
/**
|
/**
|
||||||
* Cleans up the environment after running a test.
|
* Cleans up the environment after running a test.
|
||||||
*/
|
*/
|
||||||
protected function tearDown(): void {
|
protected function tearDown() {
|
||||||
$this->photoGd = null;
|
$this->photoGd = null;
|
||||||
|
|
||||||
parent::tearDown();
|
parent::tearDown();
|
||||||
|
Reference in New Issue
Block a user