Skip to content

Commit

Permalink
Fix CS error
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Feb 6, 2015
1 parent a89bf35 commit 99c018a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/TestCase/Validation/ValidationRuleTest.php
Expand Up @@ -177,7 +177,8 @@ public function testCallableOn()
*
* @return void
*/
public function testGet() {
public function testGet()
{
$Rule = new ValidationRule(['rule' => 'myTestRule', 'message' => 'foo']);

$this->assertEquals('myTestRule', $Rule->get('rule'));
Expand Down

0 comments on commit 99c018a

Please sign in to comment.