Removed structure check

This commit is contained in:
Michael 2020-05-15 19:49:17 +00:00
parent d4fe894701
commit 53237a0259
1 changed files with 0 additions and 2 deletions

View File

@ -77,8 +77,6 @@ class StorageManagerTest extends DatabaseTest
$this->dba->setTestmode(true);
DBStructure::checkInitialValues();
$configModel = new Config($this->dba);
$this->config = new PreloadConfig($configCache, $configModel);