diff --git a/cake/tests/groups/configure.group.php b/cake/tests/groups/configure.group.php index 1eab3b999..df6586e34 100644 --- a/cake/tests/groups/configure.group.php +++ b/cake/tests/groups/configure.group.php @@ -35,11 +35,13 @@ */ class ConfigureGroupTest extends GroupTest { - var $label = 'Configure and Loader Tests'; + var $label = 'Configure, Loader, ClassRegistry Tests'; function ConfigureGroupTest() { TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'configure'); TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'loader'); + TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'class_registry'); + } } ?> \ No newline at end of file