diff options
Diffstat (limited to 'tests/lib/Preview/HEICTest.php')
-rw-r--r-- | tests/lib/Preview/HEICTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Preview/HEICTest.php b/tests/lib/Preview/HEICTest.php index a3cc37d24fb..2b4c63098b5 100644 --- a/tests/lib/Preview/HEICTest.php +++ b/tests/lib/Preview/HEICTest.php @@ -30,7 +30,7 @@ namespace Test\Preview; */ class HEICTest extends Provider { - public function setUp() { + public function setUp(): void { if ( !in_array("HEIC", \Imagick::queryFormats("HEI*")) ) { $this->markTestSkipped('ImageMagick is not HEIC aware. Skipping tests'); } else { |