mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Re-enable animated gif tests without Gmagick
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user