From 1e70119232d68ba7de30e1a23d4495e908839e95 Mon Sep 17 00:00:00 2001 From: mark_story Date: Thu, 5 Nov 2009 19:20:35 -0500 Subject: [PATCH] Adding basics to lib group, it wasn't part of any group before. --- cake/tests/groups/lib.group.php | 1 + 1 file changed, 1 insertion(+) diff --git a/cake/tests/groups/lib.group.php b/cake/tests/groups/lib.group.php index 4ca7bb73d..22591bd6b 100644 --- a/cake/tests/groups/lib.group.php +++ b/cake/tests/groups/lib.group.php @@ -46,6 +46,7 @@ class LibGroupTest extends TestSuite { * @return void */ 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_log'); TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'class_registry');