mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
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:
parent
d04101a95a
commit
db35048e12
1 changed files with 2 additions and 2 deletions
2
cake/tests/cases/libs/cache/apc.test.php
vendored
2
cake/tests/cases/libs/cache/apc.test.php
vendored
|
@ -37,7 +37,7 @@ 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');
|
||||||
|
|
Loading…
Add table
Reference in a new issue