diff --git a/lib/Cake/bootstrap.php b/lib/Cake/bootstrap.php index ddcb6255c9a..71d541419b6 100644 --- a/lib/Cake/bootstrap.php +++ b/lib/Cake/bootstrap.php @@ -94,11 +94,6 @@ 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. */