mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
readme for test
This commit is contained in:
parent
6b922733e2
commit
93d9304b05
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue