Browse Source

Added tests

Ezra Obiwale 6 years ago
parent
commit
77b7083d98
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tests/Fixtures/TestController.php

+ 3 - 0
tests/Fixtures/TestController.php

@@ -40,6 +40,9 @@ class TestController extends Controller
      * @bodyParam another_one number Just need something here.
      * @bodyParam another_one number Just need something here.
      * @bodyParam yet_another_param object required
      * @bodyParam yet_another_param object required
      * @bodyParam even_more_param array
      * @bodyParam even_more_param array
+     * @bodyParam book.name string
+     * @bodyParam book.author_id integer
+     * @bodyParam ids.* integer
      */
      */
     public function withBodyParameters()
     public function withBodyParameters()
     {
     {