MINOR: Always flush the manifest when using sapphire/test/bootstrap.php

This commit is contained in:
Sam Minnee 2012-01-10 17:28:11 +13:00
parent 65299afd27
commit b311fbf038

View File

@ -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;