Skip to content

Commit

Permalink
Apply fixes from StyleCI (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaOnLine authored Feb 12, 2018
1 parent 48eaa70 commit 0c05675
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 0c05675

Please sign in to comment.