Browse Source

Update bootstrap.php

Sjors Ottjes 5 years ago
parent
commit
360993c11e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      tests/bootstrap.php

+ 4 - 0
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