mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-04 10:32:40 +00:00
Fixed failing test case
This commit is contained in:
parent
b22c50d8b6
commit
dc8c731ccb
2 changed files with 7 additions and 1 deletions
|
@ -1564,7 +1564,8 @@ class ModelValidationTest extends BaseModelTest {
|
|||
'comment' =>
|
||||
'comment',
|
||||
'published' => 'Y',
|
||||
'user_id' => 1),
|
||||
'user_id' => 1
|
||||
),
|
||||
array(
|
||||
'id' => 3,
|
||||
'comment' => '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue