mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
remove CONTROLLER_TESTS constant
This commit is contained in:
parent
0508055ee9
commit
6be91010ca
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 controller test directory.
|
||||
*/
|
||||
define('CONTROLLER_TESTS', TESTS.'Case'.DS.'Controller'.DS);
|
||||
|
||||
/**
|
||||
* Path to the components test directory.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue