aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-04-25 10:52:57 +0200
committerMario Vavti <mario@mariovavti.com>2019-04-25 10:52:57 +0200
commitc5fca0a1e784130b0e6f7aeee0bc36999f120bbf (patch)
tree46fbfffc065073141d63c2f1540fe8362f62594a /tests
parente779335d060b3a51d6a144d23af4097ae6801473 (diff)
downloadvolse-hubzilla-c5fca0a1e784130b0e6f7aeee0bc36999f120bbf.tar.gz
volse-hubzilla-c5fca0a1e784130b0e6f7aeee0bc36999f120bbf.tar.bz2
volse-hubzilla-c5fca0a1e784130b0e6f7aeee0bc36999f120bbf.zip
fix test
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/Photo/PhotoGdTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/Photo/PhotoGdTest.php b/tests/unit/Photo/PhotoGdTest.php
index 1d4f9467f..ae7382c43 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() {
+ 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();