aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Preview/SVGTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Preview/SVGTest.php')
-rw-r--r--tests/lib/Preview/SVGTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Preview/SVGTest.php b/tests/lib/Preview/SVGTest.php
index 39bf3f1dfc9..ccfeede75e6 100644
--- a/tests/lib/Preview/SVGTest.php
+++ b/tests/lib/Preview/SVGTest.php
@@ -30,7 +30,7 @@ namespace Test\Preview;
*/
class SVGTest extends Provider {
- public function setUp() {
+ public function setUp(): void {
$checkImagick = new \Imagick();
if (count($checkImagick->queryFormats('SVG')) === 1) {
parent::setUp();