Skip to content

Commit

Permalink
Updating lib group with omitted classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 20, 2009
1 parent 3cdf22d commit 55f8668
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cake/tests/groups/lib.group.php
Expand Up @@ -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');
Expand Down

0 comments on commit 55f8668

Please sign in to comment.