mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-14 19:08:25 +00:00
Defines TESTS also after app bootstrap.php is loaded, #12636
This commit is contained in:
parent
53e3df20d0
commit
ee1b1a10df
1 changed files with 3 additions and 0 deletions
|
@ -114,6 +114,9 @@ class Configure {
|
|||
class_exists('Debugger');
|
||||
class_exists('CakeText');
|
||||
}
|
||||
if (!defined('TESTS')) {
|
||||
define('TESTS', APP . 'Test' . DS);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue