Extends
lithium\test\Unit
Skip the test if APC extension is unavailable.
Returns
voidSource
public function skip() {
$this->skipIf(!Apc::enabled(), 'APC is either not loaded or not enabled.');
}
public function skip() {
$this->skipIf(!Apc::enabled(), 'APC is either not loaded or not enabled.');
}