mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR: Always flush the manifest when using sapphire/test/bootstrap.php
This commit is contained in:
parent
65299afd27
commit
b311fbf038
@ -30,6 +30,9 @@ if(isset($_SERVER['argv'][2])) {
|
||||
$_REQUEST = $_GET;
|
||||
}
|
||||
|
||||
// Always flush the manifest for phpunit test runs
|
||||
$_GET['flush'] = 1;
|
||||
|
||||
// Connect to database
|
||||
require_once(getcwd()."/sapphire/core/Core.php");
|
||||
global $databaseConfig;
|
||||
|
Loading…
Reference in New Issue
Block a user