diff --git a/tests/GenerateDocumentationTest.php b/tests/GenerateDocumentationTest.php index 5c9d30f..19d7af1 100644 --- a/tests/GenerateDocumentationTest.php +++ b/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');