Fix path in Testsuite.

This commit is contained in:
mark_story 2012-02-23 20:09:11 -05:00
parent 56052b12ce
commit ed22c17eba

View file

@ -36,7 +36,7 @@ class AllDatabaseTest extends PHPUnit_Framework_TestSuite {
$path = CORE_TEST_CASES . DS . 'Model' . DS;
$tasks = array(
'DbAcl',
'AclNode',
'CakeSchema',
'ConnectionManager',
'Datasource' . DS . 'DboSource',