Skip to content

Commit

Permalink
Adding connection manager tests to database group test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jperras committed Sep 24, 2009
1 parent 4bf5244 commit eb43faf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cake/tests/groups/database.group.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class DatabaseGroupTest extends GroupTest {
function DatabaseGroupTest() {
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 . 'connection_manager');
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'model' . DS . 'datasources' . DS . 'dbo_source');
}
}
Expand Down

0 comments on commit eb43faf

Please sign in to comment.