Skip the test if APC extension is unavailable.

Returns

void

Source

						public function skip() {
		$this->skipIf(!Apc::enabled(), 'APC is either not loaded or not enabled.');
	}