remove CONTROLLER_TESTS constant

This commit is contained in:
AD7six 2011-04-17 12:26:46 +02:00
parent 0508055ee9
commit 6be91010ca

View file

@ -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.
*/