mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Fixing build failure in Postgres.
This commit is contained in:
parent
aa8965d3f3
commit
3907c2bdf3
1 changed files with 2 additions and 1 deletions
|
@ -262,8 +262,9 @@ class ModelIntegrationTest extends BaseModelTest {
|
|||
),
|
||||
),
|
||||
),
|
||||
'group' => array('User.user'),
|
||||
'group' => array('User.user', 'Article.published'),
|
||||
'recursive' => -1,
|
||||
'order' => array('User.user')
|
||||
);
|
||||
$result = $TestUser->find('all', $options);
|
||||
$expected = array(
|
||||
|
|
Loading…
Add table
Reference in a new issue