Fix unit tests

This commit is contained in:
Romain Neutron
2014-03-05 15:27:24 +01:00
parent 92b1ee1b52
commit d3bf3f747e
33 changed files with 37 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ class ApcCacheTest extends \PhraseanetTestCase
public function setUp()
{
parent::setUp();
if (!extension_loaded('apc')) {
$this->markTestSkipped('Apc is not installed');
}