Update bootstrap.php

This commit is contained in:
Sjors Ottjes 2019-09-05 16:10:59 +02:00 committed by GitHub
parent 65959b25bf
commit 360993c11e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
require_once __DIR__.'/../vendor/autoload.php'; require_once __DIR__.'/../vendor/autoload.php';
if (file_exists($_SERVER['APP_CONFIG_CACHE'])) {
unlink($_SERVER['APP_CONFIG_CACHE']);
}
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Bootstrap The Test Environment | Bootstrap The Test Environment