]> git.mxchange.org Git - friendica.git/blobdiff - tests/Util/Database/StaticDatabase.php
Merge pull request #8648 from annando/annando/issue8565
[friendica.git] / tests / Util / Database / StaticDatabase.php
index c3037974f1b0602a550c6ada04042659063b61c0..c95b690c635801bd04039ac9d19f93eb920cdb83 100644 (file)
@@ -56,8 +56,8 @@ class StaticDatabase extends Database
                $this->driver = 'pdo';
                $this->connection = self::$staticConnection;
                $this->connected = true;
-
-               $this->setTestmode(true);
+               $this->emulate_prepares = false;
+               $this->pdo_emulate_prepares = false;
 
                return $this->connected;
        }