瀏覽代碼

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

Marcel Pociot 8 年之前
父節點
當前提交
047e0d1373
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/GenerateDocumentationTest.php

+ 1 - 1
tests/GenerateDocumentationTest.php

@@ -77,7 +77,7 @@ class GenerateDocumentationTest extends TestCase
 
         $this->artisan('api:generate', [
             '--routePrefix' => 'api/*',
-            '--bindings' => 'foo,bar'
+            '--bindings' => 'foo,bar',
         ]);
 
         $generatedMarkdown = file_get_contents(__DIR__.'/../public/docs/source/index.md');