Revert "just testing, remember to revert"

This commit is contained in:
2025-05-12 13:26:28 -04:00
parent 3e232ab198
commit 6e340e898f
4 changed files with 7 additions and 4 deletions

View File

@@ -36,7 +36,7 @@
"phpunit --colors=always --display-deprecations tests "
],
"tests:unit:coverage": [
"phpunit --colors=always --display-deprecations --coverage-html tests/reports/html tests "
"phpunit --colors=always --display-deprecations --log-junit tests/reports/junit.xml --coverage-html tests/reports/html tests "
],
"tests:lint": [
"phpcs ./src --standard=PSR12 --colors -v",