. * */ class Test_Cache_APC extends Test_Cache { public function setUp() { if(!function_exists('apc_store')){ $this->markTestSkipped('The apc extension is not available.'); return; } $this->instance=new OC_Cache_APC(); } }