imgPath = $this->prepareTestFile($fileName, \OC::$SERVERROOT . '/tests/data/' . $fileName); $this->width = 560; $this->height = 320; $this->provider = new \OC\Preview\Movie; } else { $this->markTestSkipped('No Movie provider present'); } } }