Skip to content

Commit

Permalink
Adding the new group to AllTests.
Browse files Browse the repository at this point in the history
Removing ErrorHandler test from AllLibs.
  • Loading branch information
markstory committed Nov 26, 2010
1 parent fac222e commit 3bc708b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion cake/tests/cases/libs/all_libs.test.php
Expand Up @@ -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');
Expand Down
1 change: 1 addition & 0 deletions cake/tests/cases/libs/all_tests.test.php
Expand Up @@ -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');
Expand Down

0 comments on commit 3bc708b

Please sign in to comment.