No structure check
This commit is contained in:
parent
b2e56d0224
commit
d4fe894701
1 changed files with 0 additions and 3 deletions
|
@ -22,7 +22,6 @@
|
||||||
namespace Friendica\Test\Util\Database;
|
namespace Friendica\Test\Util\Database;
|
||||||
|
|
||||||
use Friendica\Database\Database;
|
use Friendica\Database\Database;
|
||||||
use Friendica\Database\DBStructure;
|
|
||||||
use PDO;
|
use PDO;
|
||||||
use PDOException;
|
use PDOException;
|
||||||
|
|
||||||
|
@ -60,8 +59,6 @@ class StaticDatabase extends Database
|
||||||
|
|
||||||
$this->setTestmode(true);
|
$this->setTestmode(true);
|
||||||
|
|
||||||
DBStructure::checkInitialValues();
|
|
||||||
|
|
||||||
return $this->connected;
|
return $this->connected;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue