adding ClassRegistry to Configure test group

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6577 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
gwoo 2008-03-16 01:10:34 +00:00
parent 07d2b0d2d3
commit 8bbdbd4d25

View file

@ -35,11 +35,13 @@
*/ */
class ConfigureGroupTest extends GroupTest { class ConfigureGroupTest extends GroupTest {
var $label = 'Configure and Loader Tests'; var $label = 'Configure, Loader, ClassRegistry Tests';
function ConfigureGroupTest() { function ConfigureGroupTest() {
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'configure'); 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 . 'loader');
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'class_registry');
} }
} }
?> ?>