markTestSkipped("APC not installed. Skipping."); } else if ('cli' === PHP_SAPI && !ini_get('apc.enable_cli')) { $this->markTestSkipped("APC cli is not enabled. Skipping."); } if($this->_cacheInstance === null) { $this->_cacheInstance = new ApcCache(); } return $this->_cacheInstance; } }