Removed structure check
This commit is contained in:
parent
d4fe894701
commit
53237a0259
1 changed files with 0 additions and 2 deletions
|
@ -77,8 +77,6 @@ class StorageManagerTest extends DatabaseTest
|
||||||
|
|
||||||
$this->dba->setTestmode(true);
|
$this->dba->setTestmode(true);
|
||||||
|
|
||||||
DBStructure::checkInitialValues();
|
|
||||||
|
|
||||||
$configModel = new Config($this->dba);
|
$configModel = new Config($this->dba);
|
||||||
$this->config = new PreloadConfig($configCache, $configModel);
|
$this->config = new PreloadConfig($configCache, $configModel);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue