remove HELPER_TESTS constant

This commit is contained in:
AD7six 2011-04-17 12:27:48 +02:00
parent 19da0f9101
commit 90a6bcb9d5

View file

@ -94,11 +94,6 @@ if (!defined('CAKE_TESTS')) {
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.
*/