mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix build
This commit is contained in:
@@ -16,6 +16,10 @@ class ApcCacheTest extends \PHPUnit_Framework_TestCase
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
if (extension_loaded('apc'))
|
||||
{
|
||||
$this->markTestSkipped('Apc is not installed');
|
||||
}
|
||||
$this->object = new \Alchemy\Phrasea\Cache\ApcCache;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user