mirror of
https://github.com/ambieco/scribe.git
synced 2026-05-08 23:09:39 +08:00
Merge branch 'master' of github.com:mpociot/laravel-apidoc-generator
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user