aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-05-07 20:49:52 +0000
committerMario <mario@mariovavti.com>2020-05-07 20:49:52 +0000
commit266dcd44bb5e590986b5e9ed5afb8e0106a129db (patch)
treed756c9fbd9fa6691e1d2ad2c165d2380cf7da72d /tests/unit
parent8851921d6da5d3eaede98cf5c6d23ffdabe03db6 (diff)
downloadvolse-hubzilla-266dcd44bb5e590986b5e9ed5afb8e0106a129db.tar.gz
volse-hubzilla-266dcd44bb5e590986b5e9ed5afb8e0106a129db.tar.bz2
volse-hubzilla-266dcd44bb5e590986b5e9ed5afb8e0106a129db.zip
tests: declare return type
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/Photo/PhotoGdTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Photo/PhotoGdTest.php b/tests/unit/Photo/PhotoGdTest.php
index 1d4f9467f..634c0e5e9 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');