From 55f8668016b4f0240f575ff8977bfe03efaaa267 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Sat, 19 Dec 2009 20:32:34 -0500 Subject: [PATCH] Updating lib group with omitted classes. --- cake/tests/groups/lib.group.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cake/tests/groups/lib.group.php b/cake/tests/groups/lib.group.php index 451b4618b39..bae925e4f52 100644 --- a/cake/tests/groups/lib.group.php +++ b/cake/tests/groups/lib.group.php @@ -45,7 +45,13 @@ class LibGroupTest extends TestSuite { function LibGroupTest() { TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'basics'); TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'inflector'); + TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'cake_session'); + TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'debugger'); + TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'error'); + TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'file'); + TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'folder'); TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'cake_log'); + TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'log' . DS . 'file_log'); TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'class_registry'); TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'overloadable'); TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'sanitize');