No structure check
This commit is contained in:
parent
b2e56d0224
commit
d4fe894701
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue