Browse Source

Added missing docblock

Jeremy Harris 8 years ago
parent
commit
b3b0a862d7
1 changed files with 5 additions and 0 deletions
  1. 5 0
      tests/TestCase/Form/FormTest.php

+ 5 - 0
tests/TestCase/Form/FormTest.php

@@ -127,6 +127,11 @@ class FormTest extends TestCase
         $this->assertCount(0, $form->errors());
     }
 
+    /**
+     * tests validate using deprecated validate() method
+     *
+     * @return void
+     */
     public function testValidateDeprected()
     {
         $this->deprecated(function() {