Skip to content

Commit 138e248

Browse files
authored
Merge pull request #62 from mpociot/analysis-qyrwJG
Applied fixes from StyleCI
2 parents 3075613 + 4e7061b commit 138e248

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/GenerateDocumentationTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ public function testAddsBindingsToGetRouteRules()
7777

7878
$this->artisan('api:generate', [
7979
'--routePrefix' => 'api/*',
80-
'--bindings' => 'foo,bar'
80+
'--bindings' => 'foo,bar',
8181
]);
82-
82+
8383
$generatedMarkdown = file_get_contents(__DIR__.'/../public/docs/source/index.md');
84-
84+
8585
$this->assertContains('Not in: `bar`', $generatedMarkdown);
8686
}
8787

0 commit comments

Comments
 (0)