Browse Source

Merge branch 'master' of github.com:mpociot/laravel-apidoc-generator

Marcel Pociot 8 năm trước cách đây
mục cha
commit
548896faf1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/GenerateDocumentationTest.php

+ 1 - 1
tests/GenerateDocumentationTest.php

@@ -181,7 +181,7 @@ class GenerateDocumentationTest extends TestCase
         RouteFacade::get('/api/utf8', TestController::class.'@utf8');
 
         $output = $this->artisan('api:generate', [
-            '--routePrefix' => 'api/*'
+            '--routePrefix' => 'api/*',
         ]);
 
         $generatedMarkdown = file_get_contents(__DIR__.'/../public/docs/source/index.md');