aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Preview/HEICTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Preview/HEICTest.php')
-rw-r--r--tests/lib/Preview/HEICTest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/lib/Preview/HEICTest.php b/tests/lib/Preview/HEICTest.php
index ea937f4df3c..18571dc52ea 100644
--- a/tests/lib/Preview/HEICTest.php
+++ b/tests/lib/Preview/HEICTest.php
@@ -29,7 +29,6 @@ namespace Test\Preview;
* @package Test\Preview
*/
class HEICTest extends Provider {
-
protected function setUp(): void {
if (!in_array("HEIC", \Imagick::queryFormats("HEI*"))) {
$this->markTestSkipped('ImageMagick is not HEIC aware. Skipping tests');
@@ -42,7 +41,5 @@ class HEICTest extends Provider {
$this->height = 1050;
$this->provider = new \OC\Preview\HEIC;
}
-
}
-
}