diff --git a/tests/Pest.php b/tests/Pest.php index 4dcc10ec..35acedc1 100644 --- a/tests/Pest.php +++ b/tests/Pest.php @@ -43,7 +43,4 @@ | */ -function something() -{ - // .. -} +// diff --git a/tests/TestCase.php b/tests/TestCase.php index dfa8521f..2c41ffb0 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -19,4 +19,9 @@ protected function getPackageProviders($app) { return [ZiggyServiceProvider::class]; } + + protected function defineEnvironment($app) + { + $app->config->set('filesystems.disks.local.serve', false); + } }