mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Fixing another postgres failing test
This commit is contained in:
parent
fca6fefb4a
commit
ade9e4d154
1 changed files with 1 additions and 1 deletions
|
@ -2893,7 +2893,7 @@ class ModelWriteTest extends BaseModelTest {
|
|||
public function testSaveAllHasMany() {
|
||||
$this->loadFixtures('Article', 'Comment');
|
||||
$TestModel = new Article();
|
||||
$TestModel->order = array('Article.created' => 'ASC');
|
||||
$TestModel->hasMany['Comment']['order'] = array('Comment.created' => 'ASC');
|
||||
$TestModel->belongsTo = $TestModel->hasAndBelongsToMany = array();
|
||||
|
||||
$result = $TestModel->saveAll(array(
|
||||
|
|
Loading…
Add table
Reference in a new issue