mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Fix remaining test.
This commit is contained in:
parent
81cbb52f74
commit
8909b2ed42
1 changed files with 3 additions and 5 deletions
|
@ -6309,9 +6309,7 @@ class ModelReadTest extends BaseModelTest {
|
|||
'joins' => array(),
|
||||
'limit' => null,
|
||||
'offset' => null,
|
||||
'order' => array(
|
||||
0 => null
|
||||
),
|
||||
'order' => array(),
|
||||
'page' => 1,
|
||||
'group' => null,
|
||||
'callbacks' => true,
|
||||
|
|
Loading…
Add table
Reference in a new issue