]> git.mxchange.org Git - friendica.git/blobdiff - tests/DatabaseTestTrait.php
Move API RSS tests
[friendica.git] / tests / DatabaseTestTrait.php
index eae5ce2ac9dd5c3a0eb24a69e120dd713266677b..9d46259ed1431fb1b35a894b720613a0c898444a 100644 (file)
@@ -68,7 +68,7 @@ trait DatabaseTestTrait
                        }
 
                        if (!is_array($rows)) {
-                               $dba->p('TRUNCATE TABLE `' . $tableName . '``');
+                               $dba->e('TRUNCATE TABLE `' . $tableName . '``');
                                continue;
                        }