Fix tests
This commit is contained in:
parent
4d4678ceb6
commit
56e363b84b
|
@ -56,6 +56,8 @@ class StaticDatabase extends Database
|
||||||
$this->driver = 'pdo';
|
$this->driver = 'pdo';
|
||||||
$this->connection = self::$staticConnection;
|
$this->connection = self::$staticConnection;
|
||||||
$this->connected = true;
|
$this->connected = true;
|
||||||
|
$this->emulate_prepares = false;
|
||||||
|
$this->pdo_emulate_prepares = false;
|
||||||
|
|
||||||
return $this->connected;
|
return $this->connected;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user