mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixed small typo in CakeTestLoader.php.
This commit is contained in:
parent
c30ba40bd5
commit
2b17988cb7
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class CakeTestLoader extends PHPUnit_Runner_StandardTestSuiteLoader {
|
|||
} elseif (!empty($params['app'])) {
|
||||
$result = APP_TEST_CASES;
|
||||
} else if (!empty($params['plugin']) && CakePlugin::loaded($params['plugin'])) {
|
||||
$pluginPath = CakePLugin::path($params['plugin']);
|
||||
$pluginPath = CakePlugin::path($params['plugin']);
|
||||
$result = $pluginPath . 'Test' . DS . 'Case';
|
||||
}
|
||||
return $result;
|
||||
|
|
Loading…
Reference in a new issue