]> git.mxchange.org Git - friendica.git/commitdiff
Fix tests
authorMichael <heluecht@pirati.ca>
Sun, 17 May 2020 10:03:11 +0000 (10:03 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 17 May 2020 10:03:11 +0000 (10:03 +0000)
tests/Util/Database/StaticDatabase.php

index f2ed6c700e76d97860aeea939d3a6fe052b67951..c95b690c635801bd04039ac9d19f93eb920cdb83 100644 (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;
        }