Fix tests

This commit is contained in:
Michael 2020-05-17 10:03:11 +00:00
parent 4d4678ceb6
commit 56e363b84b
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ class StaticDatabase extends Database
$this->driver = 'pdo';
$this->connection = self::$staticConnection;
$this->connected = true;
$this->emulate_prepares = false;
$this->pdo_emulate_prepares = false;
return $this->connected;
}