Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
DarkaOnLine authored and StyleCIBot committed Feb 12, 2018
1 parent fef3c89 commit c7f8430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ConsoleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ public function canPublish()
Artisan::call('vendor:publish', ['--provider' => "'L5Swagger\L5SwaggerServiceProvider'"]);

$this->assertTrue(file_exists(config_path('l5-swagger.php')));
$this->assertTrue(file_exists(config('l5-swagger.paths.views') . '/index.blade.php'));
$this->assertTrue(file_exists(config('l5-swagger.paths.views').'/index.blade.php'));
}
}

0 comments on commit c7f8430

Please sign in to comment.