mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +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()
|
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());
|
$this->assertNull(self::$DI['record_1']->get_rollover_thumbnail());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user