Remove flasky testpart
This commit is contained in:
parent
b168ff3e17
commit
704508fc65
1 changed files with 0 additions and 5 deletions
|
@ -82,11 +82,6 @@ abstract class FixtureTest extends DatabaseTest
|
||||||
|
|
||||||
$dba->setTestmode(true);
|
$dba->setTestmode(true);
|
||||||
|
|
||||||
if (DI::lock()->acquire('Test-checkInitialValues', 0)) {
|
|
||||||
DBStructure::checkInitialValues();
|
|
||||||
DI::lock()->release('Test-checkInitialValues');
|
|
||||||
}
|
|
||||||
|
|
||||||
// Load the API dataset for the whole API
|
// Load the API dataset for the whole API
|
||||||
$this->loadFixture(__DIR__ . '/datasets/api.fixture.php', $dba);
|
$this->loadFixture(__DIR__ . '/datasets/api.fixture.php', $dba);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue