diff options
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/Photo/PhotoGdTest.php | 2 |
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'); |