tests fixes
Tests / PHPUnit (push) Failing after 1m18s

This commit is contained in:
root
2026-07-13 01:02:03 -04:00
parent a56aca4342
commit f3ac521d7c
49 changed files with 435 additions and 903 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ class DBReset
{
private const DB_GROUP = 'tests';
protected static array $excludeTables = ['migrations'];
protected static array $excludeTables = ['migrations', 'school_years'];
public static function resetDatabase(): void
{