mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +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;
|
||||
$tasks = array(
|
||||
'DbAcl',
|
||||
'AclNode',
|
||||
'CakeSchema',
|
||||
'ConnectionManager',
|
||||
'Datasource' . DS . 'DboSource',
|
||||
|
|
Loading…
Reference in a new issue