Update bootstrap.php
This commit is contained in:
parent
65959b25bf
commit
360993c11e
|
@ -4,6 +4,10 @@
|
|||
|
||||
require_once __DIR__.'/../vendor/autoload.php';
|
||||
|
||||
if (file_exists($_SERVER['APP_CONFIG_CACHE'])) {
|
||||
unlink($_SERVER['APP_CONFIG_CACHE']);
|
||||
}
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Bootstrap The Test Environment
|
||||
|
|
Loading…
Reference in New Issue