diff options
author | Mario <mario@mariovavti.com> | 2019-04-25 11:22:45 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-04-25 11:22:45 +0200 |
commit | 701167bc125700efb3e6ce759b85bcb4d36ee42e (patch) | |
tree | 2427765313f715a0e5b48228abe5200cb82b787f | |
parent | a39e63e3248f443300d4fe4a71bdcdc7ecb64c28 (diff) | |
download | volse-hubzilla-701167bc125700efb3e6ce759b85bcb4d36ee42e.tar.gz volse-hubzilla-701167bc125700efb3e6ce759b85bcb4d36ee42e.tar.bz2 volse-hubzilla-701167bc125700efb3e6ce759b85bcb4d36ee42e.zip |
Revert "fix test"
This reverts commit c5fca0a1e784130b0e6f7aeee0bc36999f120bbf
-rw-r--r-- | tests/unit/Photo/PhotoGdTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/Photo/PhotoGdTest.php b/tests/unit/Photo/PhotoGdTest.php index ae7382c43..1d4f9467f 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(): 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(); |