This commit is contained in:
Romain Neutron
2013-06-28 22:31:33 +02:00
parent d533b423fc
commit 0800d9bb96
8 changed files with 13 additions and 22 deletions

View File

@@ -19,7 +19,7 @@ class ApcCacheTest extends \PHPUnit_Framework_TestCase
if (!ini_get('apc.enable_cli')) {
$this->markTestSkipped('Apc is not loaded in CLI');
}
$this->object = new ApcCache;
}