]> git.mxchange.org Git - friendica.git/commitdiff
Removed structure check
authorMichael <heluecht@pirati.ca>
Fri, 15 May 2020 19:49:17 +0000 (19:49 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 15 May 2020 19:49:17 +0000 (19:49 +0000)
tests/src/Core/StorageManagerTest.php

index 9736fe0290da59fe25758f5a19313fd5a8600a96..30342099c55bdfb445e2614e64d3ec59c5e20a0a 100644 (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);