Further slow progress.

This commit is contained in:
2024-01-12 14:54:04 +00:00
parent e49f01cd68
commit 61e7b8dd49
8 changed files with 345 additions and 308 deletions

View File

@ -24,7 +24,7 @@
},
"scripts": {
"test": "vendor/bin/phpunit tests --display-warnings",
"test-coverage": "vendor/bin/phpunit tests --testdox --coverage-filter src --coverage-html output/coverage --coverage-text --path-coverage --testdox-html output/test.html --log-junit output/test.xml ",
"test-coverage": "vendor/bin/phpunit tests --testdox --coverage-filter src --coverage-html output/coverage --coverage-text --testdox-html output/test.html --log-junit output/test.xml",
"analyze": [
"@analyze-phpstan",
"@analyze-psalm",