Browse Source

Fix tests

shalvah 3 years ago
parent
commit
7377a613a5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/GenerateDocumentationTest.php

+ 1 - 0
tests/GenerateDocumentationTest.php

@@ -336,6 +336,7 @@ class GenerateDocumentationTest extends BaseLaravelTest
             'required' => true,
             'example' => 6,
             'type' => 'integer',
+            'custom' => [],
         ];
         $group['endpoints'][0]['urlParameters']['a_param'] = $extraParam;
         file_put_contents($group1FilePath, Yaml::dump(