Browse Source

Write docBlock to testAddMany() test method.

sohelrana820 8 years ago
parent
commit
cd4c892dfb
1 changed files with 5 additions and 0 deletions
  1. 5 0
      tests/TestCase/Http/Client/FormDataTest.php

+ 5 - 0
tests/TestCase/Http/Client/FormDataTest.php

@@ -69,6 +69,11 @@ class FormDataTest extends TestCase
         $this->assertEquals($expected, $result);
     }
 
+    /**
+     * Test addMany method.
+     *
+     * @return void
+     */
     public function testAddMany()
     {
         $data = new FormData();