mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Updating path constant in CodeCoverageManager to better support
custom installs. Fixes #1831
This commit is contained in:
parent
3cf4dd8b6c
commit
eefde54d56
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ class CodeCoverageManager {
|
|||
|
||||
$path = TESTS;
|
||||
if (!$isApp) {
|
||||
$path = ROOT . DS . 'cake' . DS . 'tests';
|
||||
$path = CAKE_CORE_INCLUDE_PATH . DS . 'cake' . DS . 'tests';
|
||||
}
|
||||
if (!!$manager->pluginTest) {
|
||||
$path = App::pluginPath($manager->pluginTest) . DS . 'tests';
|
||||
|
|
Loading…
Add table
Reference in a new issue