fix tests issues
Tests / PHPUnit (push) Failing after 1m16s

This commit is contained in:
root
2026-07-13 00:24:00 -04:00
parent 439a695727
commit a56aca4342
17 changed files with 349 additions and 40 deletions
+1 -1
View File
@@ -49,6 +49,6 @@
"sort-packages": true
},
"scripts": {
"test": "phpunit"
"test": "php -d variables_order=EGPCS vendor/bin/phpunit"
}
}