mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +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',
|
||||
'user_id' => 1
|
||||
))
|
||||
), array('validate' => 'only'));
|
||||
), array('validate' => 'first'));
|
||||
$this->assertFalse($result);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue