Browse Source

remove CONTROLLER_TESTS constant

AD7six 15 years ago
parent
commit
6be91010ca
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 controller test directory.
- */
-	define('CONTROLLER_TESTS', TESTS.'Case'.DS.'Controller'.DS);
-
-/**
  * Path to the components test directory.
  */
 	define('COMPONENT_TESTS', TESTS.'Case'.DS.'Component'.DS);