From 6640e45e3375a4133e1cea16c31256c405e3eae0 Mon Sep 17 00:00:00 2001 From: nate Date: Fri, 11 Jan 2008 06:45:30 +0000 Subject: [PATCH] Adding Schema test to Model test group git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6362 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/tests/groups/model.group.php | 1 + 1 file changed, 1 insertion(+) diff --git a/cake/tests/groups/model.group.php b/cake/tests/groups/model.group.php index a5fa0e081..3058d5de7 100644 --- a/cake/tests/groups/model.group.php +++ b/cake/tests/groups/model.group.php @@ -41,6 +41,7 @@ class ModelGroupTest extends GroupTest { function ModelGroupTest() { TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'model' . DS . 'model'); TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'model' . DS . 'db_acl'); + TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'model' . DS . 'schema'); TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'model' . DS . 'datasources' . DS . 'dbo_source'); TestManager::addTestCasesFromDirectory($this, CORE_TEST_CASES . DS . 'libs' . DS . 'model' . DS . 'behaviors'); }