mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +00:00
Fixing a test case for Model::saveAll()
This commit is contained in:
parent
0f341c7114
commit
4e046c8cd0
1 changed files with 2 additions and 1 deletions
|
@ -3051,7 +3051,8 @@ class ModelWriteTest extends BaseModelTest {
|
||||||
'published' => 'Y',
|
'published' => 'Y',
|
||||||
'user_id' => 1
|
'user_id' => 1
|
||||||
))
|
))
|
||||||
), array('validate' => 'only'));
|
), array('validate' => 'first'));
|
||||||
|
$this->assertFalse($result);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue