remove COMPONENT_TESTS constant

This commit is contained in:
AD7six 2011-04-17 12:27:13 +02:00
parent 6be91010ca
commit 19da0f9101

View file

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