Skip to content

Commit

Permalink
Fixed CS error
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed May 12, 2014
1 parent cee14ac commit eb0f805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Console/Command/Task/ModelTaskTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ public function testGetValidation() {
'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);
}
Expand Down

0 comments on commit eb0f805

Please sign in to comment.