update test readme

This commit is contained in:
Daniel Seifert 2025-01-09 10:40:32 +01:00
parent e203b5126f
commit 96551718bc

View File

@ -7,5 +7,5 @@ composer create-project -s dev --prefer-source [--repository '{"type": "vcs", "u
# Run tests
```
./vendor/bin/phpunit [--no-coverage] [--coverage-html=cov]
./vendor/bin/phpunit [--no-coverage] [--coverage-html coverage]
```