1
0
Fork 0

Improve the test data

This commit is contained in:
Michael 2021-01-17 22:08:08 +00:00
commit 270d1aeb41
4 changed files with 42 additions and 15 deletions

View file

@ -58,7 +58,6 @@ class StaticDatabase extends Database
$this->connection = self::$staticConnection;
$this->connected = true;
$this->emulate_prepares = false;
$this->pdo_emulate_prepares = false;
return $this->connected;
}