mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 05:43:45 +02:00
cs fix
This commit is contained in:
@@ -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']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user