Skip to content

Commit

Permalink
Applied fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot authored and StyleCIBot committed Jul 18, 2016
1 parent 3075613 commit 4e7061b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/GenerateDocumentationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ public function testAddsBindingsToGetRouteRules()

$this->artisan('api:generate', [
'--routePrefix' => 'api/*',
'--bindings' => 'foo,bar'
'--bindings' => 'foo,bar',
]);

$generatedMarkdown = file_get_contents(__DIR__.'/../public/docs/source/index.md');

$this->assertContains('Not in: `bar`', $generatedMarkdown);
}

Expand Down

0 comments on commit 4e7061b

Please sign in to comment.