Merge branch '3'

This commit is contained in:
Daniel Hensby 2016-05-22 11:21:17 +01:00
commit cbd26052da
No known key found for this signature in database
GPG Key ID: E38EC566FE29EB66

View File

@ -227,13 +227,9 @@ class SapphireTest extends PHPUnit_Framework_TestCase {
$this->model = DataModel::inst();
// Set up fixture
if($fixtureFile || $this->usesDatabase || !self::using_temp_db()) {
if(substr(DB::get_conn()->getSelectedDatabase(), 0, strlen($prefix) + 5)
!= strtolower(sprintf('%stmpdb', $prefix))) {
//echo "Re-creating temp database... ";
if($fixtureFile || $this->usesDatabase) {
if (!self::using_temp_db()) {
self::create_temp_db();
//echo "done.\n";
}
singleton('DataObject')->flushCache();