mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fix path in Testsuite.
This commit is contained in:
parent
56052b12ce
commit
ed22c17eba
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class AllDatabaseTest extends PHPUnit_Framework_TestSuite {
|
||||||
|
|
||||||
$path = CORE_TEST_CASES . DS . 'Model' . DS;
|
$path = CORE_TEST_CASES . DS . 'Model' . DS;
|
||||||
$tasks = array(
|
$tasks = array(
|
||||||
'DbAcl',
|
'AclNode',
|
||||||
'CakeSchema',
|
'CakeSchema',
|
||||||
'ConnectionManager',
|
'ConnectionManager',
|
||||||
'Datasource' . DS . 'DboSource',
|
'Datasource' . DS . 'DboSource',
|
||||||
|
|
Loading…
Reference in a new issue