code conventions

This commit is contained in:
euromark 2012-02-23 14:38:02 +01:00 committed by mark_story
parent ed22c17eba
commit e94d307ee1
36 changed files with 63 additions and 65 deletions

View file

@ -61,7 +61,7 @@ class CakeTestLoader extends PHPUnit_Runner_StandardTestSuiteLoader {
$result = null;
if (!empty($params['core'])) {
$result = CORE_TEST_CASES;
} else if (!empty($params['plugin'])) {
} elseif (!empty($params['plugin'])) {
if (!CakePlugin::loaded($params['plugin'])) {
try {
CakePlugin::load($params['plugin']);