cs fix
This commit is contained in:
parent
6143b656a3
commit
2ed3763d21
17 changed files with 18 additions and 19 deletions
|
@ -27,7 +27,7 @@ if (config('database.default') !== 'testing') {
|
|||
* Perform database migrations and reseeding before continuing with
|
||||
* running the tests.
|
||||
*/
|
||||
if (!env('SKIP_MIGRATIONS')) {
|
||||
if (! env('SKIP_MIGRATIONS')) {
|
||||
$output->writeln(PHP_EOL . '<info>Refreshing database for Integration tests...</info>');
|
||||
$kernel->call('migrate:fresh', ['--database' => 'testing']);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue