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