public function testGif() { $i = new Imagick(__DIR__ . '/../tmp/test.gif'); $i->resizeToHeight(120); $this->assertEquals(120, $i->getHeight()); }