Browse Source

remove MODEL_TESTS

AD7six 15 years ago
parent
commit
e3244432d5
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 models' test directory.
- */
-	define('MODEL_TESTS', TESTS.'Case'.DS.'Model'.DS);
-
-/**
  * Path to the lib test directory.
  */
 	define('LIB_TESTS', CAKE_TESTS.'Case'.DS.'Lib'.DS);