Browse Source

remove COMPONENT_TESTS constant

AD7six 15 years ago
parent
commit
19da0f9101
1 changed files with 0 additions and 5 deletions
  1. 0 5
      lib/Cake/bootstrap.php

+ 0 - 5
lib/Cake/bootstrap.php

@@ -95,11 +95,6 @@ if (!defined('CAKE_TESTS')) {
 }
 
 /**
- * Path to the components test directory.
- */
-	define('COMPONENT_TESTS', TESTS.'Case'.DS.'Component'.DS);
-
-/**
  * Path to the helpers test directory.
  */
 	define('HELPER_TESTS', TESTS.'Case'.DS.'View'.DS.'Helper'.DS);