From 19da0f91014cdba366fa71cdb7ff87c2d13df5f2 Mon Sep 17 00:00:00 2001 From: AD7six Date: Sun, 17 Apr 2011 12:27:13 +0200 Subject: [PATCH] remove COMPONENT_TESTS constant --- lib/Cake/bootstrap.php | 5 ----- 1 file changed, 5 deletions(-) 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. */