mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +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(
|
||||
'user' => 'bob',
|
||||
'password' => '5f4dcc3b5aa765d61d8327deb882cf90'
|
||||
)));
|
||||
)), array('atomic' => false));
|
||||
|
||||
$result = $TestModel->find('first', array(
|
||||
'order' => array('Post.id ' => 'DESC')
|
||||
|
|
Loading…
Add table
Reference in a new issue