From dcf14a7a4467fe978dbe39ddf2eb219363d6fb30 Mon Sep 17 00:00:00 2001 From: AD7six Date: Sun, 29 May 2011 01:22:38 +0200 Subject: [PATCH] rename the model test such that is coincides with the file it's testing --- .../Test/Case/{AllModelTest.php => Model/ModelTest.php} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename lib/Cake/Test/Case/{AllModelTest.php => Model/ModelTest.php} (92%) diff --git a/lib/Cake/Test/Case/AllModelTest.php b/lib/Cake/Test/Case/Model/ModelTest.php similarity index 92% rename from lib/Cake/Test/Case/AllModelTest.php rename to lib/Cake/Test/Case/Model/ModelTest.php index e9c9f8184c2..2997a9b9419 100644 --- a/lib/Cake/Test/Case/AllModelTest.php +++ b/lib/Cake/Test/Case/Model/ModelTest.php @@ -1,6 +1,6 @@ addTestFile(CORE_TEST_CASES . DS . 'Model' . DS . 'ModelIntegrationTest.php'); return $suite; } -} \ No newline at end of file +}