Skip to content

Commit

Permalink
fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
saeideng committed Sep 29, 2018
1 parent ee91669 commit 7b3c867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Form/FormTest.php
Expand Up @@ -162,7 +162,7 @@ public function testErrors()
'message' => 'Must be so long',
'rule' => ['minLength', 12],
]);

$data = [
'email' => 'rong',
'body' => 'too short'
Expand Down

0 comments on commit 7b3c867

Please sign in to comment.