summaryrefslogtreecommitdiffstats
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, 0 insertions, 2 deletions
diff --git a/tests/lib/Preview/SVGTest.php b/tests/lib/Preview/SVGTest.php
index 73ccbc0b136..e48018a301b 100644
--- a/tests/lib/Preview/SVGTest.php
+++ b/tests/lib/Preview/SVGTest.php
@@ -29,7 +29,6 @@ namespace Test\Preview;
* @package Test\Preview
*/
class SVGTest extends Provider {
-
protected function setUp(): void {
$checkImagick = new \Imagick();
if (count($checkImagick->queryFormats('SVG')) === 1) {
@@ -44,5 +43,4 @@ class SVGTest extends Provider {
$this->markTestSkipped('No SVG provider present');
}
}
-
}