diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 5041c5a6..943a2898 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -4,6 +4,10 @@ use Illuminate\Contracts\Console\Kernel; require_once __DIR__.'/../vendor/autoload.php'; +if (file_exists($_SERVER['APP_CONFIG_CACHE'])) { + unlink($_SERVER['APP_CONFIG_CACHE']); +} + /* |-------------------------------------------------------------------------- | Bootstrap The Test Environment