mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix unit tests
This commit is contained in:
@@ -13,6 +13,7 @@ class ApcCacheTest extends \PhraseanetTestCase
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
parent::setUp();
|
||||
if (!extension_loaded('apc')) {
|
||||
$this->markTestSkipped('Apc is not installed');
|
||||
}
|
||||
|
Reference in New Issue
Block a user