mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
remove COMPONENT_TESTS constant
This commit is contained in:
parent
6be91010ca
commit
19da0f9101
1 changed files with 0 additions and 5 deletions
|
@ -94,11 +94,6 @@ if (!defined('CAKE_TESTS')) {
|
|||
define('CAKE_TESTS', CAKE.'Test'.DS);
|
||||
}
|
||||
|
||||
/**
|
||||
* Path to the components test directory.
|
||||
*/
|
||||
define('COMPONENT_TESTS', TESTS.'Case'.DS.'Component'.DS);
|
||||
|
||||
/**
|
||||
* Path to the helpers test directory.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue