|
|
@@ -436,7 +436,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]
|
|
|
];
|
|
|
$this->assertEquals($expected, $result);
|
|
|
}
|