markTestSkipped('ImageMagick is not HEIC aware. Skipping tests'); } else { parent::setUp(); $fileName = 'testimage.heic'; $this->imgPath = $this->prepareTestFile($fileName, \OC::$SERVERROOT . '/tests/data/' . $fileName); $this->width = 1680; $this->height = 1050; $this->provider = new \OC\Preview\HEIC; } } }