diff --git a/tests/src/Core/StorageManagerTest.php b/tests/src/Core/StorageManagerTest.php index 9736fe029..30342099c 100644 --- a/tests/src/Core/StorageManagerTest.php +++ b/tests/src/Core/StorageManagerTest.php @@ -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);