Re-enable animated gif tests without Gmagick

This commit is contained in:
Romain Neutron
2013-11-04 19:12:10 +01:00
parent 1b393ef6d9
commit 0eb0b56407

View File

@@ -197,10 +197,6 @@ class record_adapterTest extends PhraseanetPHPUnitAuthenticatedAbstract
public function testGet_rollover_thumbnail()
{
if (!extension_loaded('\Gmagick')) {
$this->markTestSkipped('\Gmagick required to build animated gifs');
}
$this->assertNull(self::$DI['record_1']->get_rollover_thumbnail());
}