Skip to content

Commit

Permalink
Added ObjectCollection test to libs group
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyharris committed Dec 15, 2010
1 parent b9143dc commit 29441ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cake/tests/cases/libs/all_libs.test.php
Expand Up @@ -49,6 +49,7 @@ public static function suite() {
$suite->addTestFile(CORE_TEST_CASES . DS . 'libs' . DS . 'set.test.php');
$suite->addTestFile(CORE_TEST_CASES . DS . 'libs' . DS . 'string.test.php');
$suite->addTestFile(CORE_TEST_CASES . DS . 'libs' . DS . 'validation.test.php');
$suite->addTestFile(CORE_TEST_CASES . DS . 'libs' . DS . 'object_collection.test.php');
return $suite;
}
}

0 comments on commit 29441ca

Please sign in to comment.