fix financials
Tests / PHPUnit (push) Failing after 1m21s

This commit is contained in:
root
2026-07-18 22:57:40 -04:00
parent 068e739408
commit a30c1398a1
61 changed files with 10908 additions and 1775 deletions
+2 -1
View File
@@ -49,6 +49,7 @@
"sort-packages": true
},
"scripts": {
"test": "php -d variables_order=EGPCS vendor/bin/phpunit"
"test": "php -d variables_order=EGPCS vendor/bin/phpunit",
"check:financial-formulas": "php scripts/check-financial-formulas.php"
}
}