Преглед изворни кода

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

Marcel Pociot пре 8 година
родитељ
комит
548896faf1
1 измењених фајлова са 1 додато и 1 уклоњено
  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');