mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
remove HELPER_TESTS constant
This commit is contained in:
parent
19da0f9101
commit
90a6bcb9d5
1 changed files with 0 additions and 5 deletions
|
@ -94,11 +94,6 @@ if (!defined('CAKE_TESTS')) {
|
||||||
define('CAKE_TESTS', CAKE.'Test'.DS);
|
define('CAKE_TESTS', CAKE.'Test'.DS);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Path to the helpers test directory.
|
|
||||||
*/
|
|
||||||
define('HELPER_TESTS', TESTS.'Case'.DS.'View'.DS.'Helper'.DS);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Path to the models' test directory.
|
* Path to the models' test directory.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue