remove LIB_TESTS constant

This commit is contained in:
AD7six 2011-04-17 12:29:29 +02:00
parent e3244432d5
commit ff2d9e244a

View file

@ -94,11 +94,6 @@ if (!defined('CAKE_TESTS')) {
define('CAKE_TESTS', CAKE.'Test'.DS);
}
/**
* Path to the lib test directory.
*/
define('LIB_TESTS', CAKE_TESTS.'Case'.DS.'Lib'.DS);
/**
* Path to the temporary files directory.
*/