mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +00:00
Attempt to fix errors with postgres tests.
This commit is contained in:
parent
dff8e0175a
commit
530c95725f
1 changed files with 1 additions and 1 deletions
|
@ -6262,7 +6262,7 @@ class ModelWriteTest extends BaseModelTest {
|
||||||
'Author' => array(
|
'Author' => array(
|
||||||
'user' => 'bob',
|
'user' => 'bob',
|
||||||
'password' => '5f4dcc3b5aa765d61d8327deb882cf90'
|
'password' => '5f4dcc3b5aa765d61d8327deb882cf90'
|
||||||
)));
|
)), array('atomic' => false));
|
||||||
|
|
||||||
$result = $TestModel->find('first', array(
|
$result = $TestModel->find('first', array(
|
||||||
'order' => array('Post.id ' => 'DESC')
|
'order' => array('Post.id ' => 'DESC')
|
||||||
|
|
Loading…
Add table
Reference in a new issue