fix tests issues
Tests / PHPUnit (push) Failing after 43s

This commit is contained in:
root
2026-07-12 20:36:40 -04:00
parent 62492a5644
commit f83ebe66b9
17 changed files with 219 additions and 107 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class DBReset
foreach ($tables as $table) {
if (!in_array($table, self::$excludeTables)) {
$db->table($table)->truncate();
$db->query('TRUNCATE TABLE ' . $db->escapeIdentifiers($table));
}
}