mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-06 03:22:39 +00:00
code conventions
This commit is contained in:
parent
ed22c17eba
commit
e94d307ee1
36 changed files with 63 additions and 65 deletions
|
@ -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']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue