1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-08-02 12:14:46 +02:00

make it easier to use a specific phpunit version

This commit is contained in:
Robin Appelman 2026-07-14 00:48:56 +02:00
commit d59b99211a
5 changed files with 27 additions and 12 deletions

View file

@ -107,7 +107,7 @@ Additionally, you can use the following options when starting an instance:
#### Run tests in a new instance
```bash
haze test [database] [php-version] [path]
haze test [database] [php-version] [phpunit version] [path]
```
Where `path` is a file or folder to run PHPUnit in, relative to the sources