|
|
@@ -437,7 +437,7 @@ class ModelTaskTest extends TestCase {
|
|
|
'bake_article_id' => ['rule' => 'numeric', 'allowEmpty' => false],
|
|
|
'bake_user_id' => ['rule' => 'numeric', 'allowEmpty' => false],
|
|
|
'comment' => ['rule' => false, 'allowEmpty' => true],
|
|
|
- 'published' => ['rule' => false,'allowEmpty' => true],
|
|
|
+ 'published' => ['rule' => false, 'allowEmpty' => true],
|
|
|
'otherid' => ['rule' => 'numeric', 'allowEmpty' => 'create']
|
|
|
];
|
|
|
$this->assertEquals($expected, $result);
|