mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +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,
|
||||
|
@ -8079,8 +8077,8 @@ class ModelReadTest extends BaseModelTest {
|
|||
|
||||
/**
|
||||
* test after find callback on related model
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testRelatedAfterFindCallback() {
|
||||
$this->loadFixtures('Something', 'SomethingElse', 'JoinThing');
|
||||
|
|
Loading…
Add table
Reference in a new issue