No structure check

This commit is contained in:
Michael 2020-05-15 19:38:08 +00:00
parent b2e56d0224
commit d4fe894701
1 changed files with 0 additions and 3 deletions

View File

@ -22,7 +22,6 @@
namespace Friendica\Test\Util\Database;
use Friendica\Database\Database;
use Friendica\Database\DBStructure;
use PDO;
use PDOException;
@ -60,8 +59,6 @@ class StaticDatabase extends Database
$this->setTestmode(true);
DBStructure::checkInitialValues();
return $this->connected;
}