Browse Source

Fix CS error

ADmad 11 years ago
parent
commit
99c018a8c9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/TestCase/Validation/ValidationRuleTest.php

+ 2 - 1
tests/TestCase/Validation/ValidationRuleTest.php

@@ -177,7 +177,8 @@ class ValidationRuleTest extends TestCase
      *
      * @return void
      */
-    public function testGet() {
+    public function testGet()
+    {
         $Rule = new ValidationRule(['rule' => 'myTestRule', 'message' => 'foo']);
 
         $this->assertEquals('myTestRule', $Rule->get('rule'));