From e3244432d54bbfda3ea2b07d3eec62241dd8157c Mon Sep 17 00:00:00 2001
From: AD7six <andydawson76@gmail.com>
Date: Sun, 17 Apr 2011 12:28:10 +0200
Subject: [PATCH] remove MODEL_TESTS

---
 lib/Cake/bootstrap.php | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/lib/Cake/bootstrap.php b/lib/Cake/bootstrap.php
index 7c19a84ae..6d687fdab 100644
--- a/lib/Cake/bootstrap.php
+++ b/lib/Cake/bootstrap.php
@@ -94,11 +94,6 @@ if (!defined('CAKE_TESTS')) {
 	define('CAKE_TESTS', CAKE.'Test'.DS);
 }
 
-/**
- * Path to the models' test directory.
- */
-	define('MODEL_TESTS', TESTS.'Case'.DS.'Model'.DS);
-
 /**
  * Path to the lib test directory.
  */