Fewer warnings.
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2023-07-04 08:19:02 +00:00
parent a070849293
commit 006a5410b5
3 changed files with 8 additions and 8 deletions

View File

@ -21,5 +21,5 @@ install-dev:
test:
vendor/bin/phpunit tests
test-coverage:
vendor/bin/phpunit tests --testdox --coverage-filter src --coverage-html output/coverage --coverage-text
vendor/bin/phpunit tests --testdox --coverage-filter src --coverage-html output/coverage --coverage-text --path-coverage --testdox-html output/test.html