queryFormats('SVG')) === 1) { parent::setUp(); $fileName = 'testimagelarge.svg'; $this->imgPath = $this->prepareTestFile($fileName, \OC::$SERVERROOT . '/tests/data/' . $fileName); $this->width = 3000; $this->height = 2000; $this->provider = new \OC\Preview\SVG; } else { $this->markTestSkipped('No SVG provider present'); } } }