Added user and organization deletion system; Added coverage annotations

This commit is contained in:
Constantin Graf
2024-06-07 19:17:40 +02:00
committed by Constantin Graf
parent 8857befc6c
commit 86f5ea47bb
65 changed files with 2651 additions and 135 deletions

View File

@@ -93,6 +93,9 @@
"test:coverage:report": [
"@php vendor/bin/phpunit --coverage-html=coverage"
],
"coverage-report": [
"@test:coverage:report"
],
"fix": [
"@php pint"
],