Improve the test data

This commit is contained in:
Michael
2021-01-17 22:08:08 +00:00
parent 73ca1096ec
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;
}