mirror of
https://github.com/friendica/friendica
synced 2024-11-18 00:23:47 +00:00
Fix tests
This commit is contained in:
parent
4d4678ceb6
commit
56e363b84b
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue