From 3bc708ba192d7e10c42e06bce07c1a35aa943a2a Mon Sep 17 00:00:00 2001 From: mark_story Date: Sun, 14 Nov 2010 22:26:04 -0500 Subject: [PATCH] Adding the new group to AllTests. Removing ErrorHandler test from AllLibs. --- cake/tests/cases/libs/all_libs.test.php | 1 - cake/tests/cases/libs/all_tests.test.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/tests/cases/libs/all_libs.test.php b/cake/tests/cases/libs/all_libs.test.php index 3d334d72b26..0bab4f0e980 100644 --- a/cake/tests/cases/libs/all_libs.test.php +++ b/cake/tests/cases/libs/all_libs.test.php @@ -39,7 +39,6 @@ public static function suite() { $suite->addTestFile(CORE_TEST_CASES . DS . 'basics.test.php'); $suite->addTestFile(CORE_TEST_CASES . DS . 'libs' . DS . 'cake_session.test.php'); $suite->addTestFile(CORE_TEST_CASES . DS . 'libs' . DS . 'debugger.test.php'); - $suite->addTestFile(CORE_TEST_CASES . DS . 'libs' . DS . 'error_handler.test.php'); $suite->addTestFile(CORE_TEST_CASES . DS . 'libs' . DS . 'file.test.php'); $suite->addTestFile(CORE_TEST_CASES . DS . 'libs' . DS . 'folder.test.php'); $suite->addTestFile(CORE_TEST_CASES . DS . 'libs' . DS . 'inflector.test.php'); diff --git a/cake/tests/cases/libs/all_tests.test.php b/cake/tests/cases/libs/all_tests.test.php index c3a580103ea..b3c94cb8204 100644 --- a/cake/tests/cases/libs/all_tests.test.php +++ b/cake/tests/cases/libs/all_tests.test.php @@ -48,6 +48,7 @@ public static function suite() { $suite->addTestFile($path . 'all_configure.test.php'); $suite->addTestFile($path . 'all_controllers.test.php'); $suite->addTestFile($path . 'all_database.test.php'); + $suite->addTestFile($path . 'all_error.test.php'); $suite->addTestFile($path . 'all_helpers.test.php'); $suite->addTestFile($path . 'all_libs.test.php'); $suite->addTestFile($path . 'all_localization.test.php');