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

readme for test

This commit is contained in:
Robin Appelman 2021-03-14 20:05:29 +01:00
commit 93d9304b05

View file

@ -28,6 +28,14 @@ haze start [database] [php-version]
Where `database` is one of `sqlite`, `mysql`, `mariadb` or `pgsql` with an optional version (e.g. `pgsql:12`), defaults to `sqlite`.
And `php-version` is one of `7.2`, `7.3`, `7.4`, `8.0`, `7` or `8`, defaults to `8.0`
#### Run tests in a new instance
```bash
haze test [database] [php-version] [path]
```
Where `path` is a file or folder to run phpunit in, relative to the sources root.
### List running instances
```bash