mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 10:36:16 +00:00
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:
parent
07d2b0d2d3
commit
8bbdbd4d25
1 changed files with 3 additions and 1 deletions
|
@ -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');
|
||||
|
||||
}
|
||||
}
|
||||
?>
|
Loading…
Add table
Reference in a new issue