very small refactoring for apc.test.php

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6845 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
DarkAngelBGE 2008-05-13 14:24:40 +00:00
parent d04101a95a
commit db35048e12

View file

@ -37,10 +37,10 @@ class APCEngineTest extends UnitTestCase {
function skip() { function skip() {
$skip = true; $skip = true;
if($result = Cache::engine('Apc')) { if (Cache::engine('Apc')) {
$skip = false; $skip = false;
} }
$this->skipif ($skip, 'APCEngineTest not implemented'); $this->skipif($skip, 'APCEngineTest not implemented');
} }
function setUp() { function setUp() {