mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 17:44:04 +00:00
mention ./t in CONTRIBUTING.md
This commit is contained in:
parent
22d1b2065b
commit
b7a6953231
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ Run `composer docker-up` to start the containers. Then run `composer test` to ru
|
||||||
|
|
||||||
If you need to pass additional flags to phpunit, use `./test --foo` instead of `composer test --foo`. Composer scripts unfortunately don't pass CLI arguments.
|
If you need to pass additional flags to phpunit, use `./test --foo` instead of `composer test --foo`. Composer scripts unfortunately don't pass CLI arguments.
|
||||||
|
|
||||||
|
If you want to run a specific test (or test file), you can also use `./t 'name of the test'`. This is equivalent to `./test --no-coverage --filter 'name of the test'`.
|
||||||
|
|
||||||
When you're done testing, run `composer docker-down` to shut down the containers.
|
When you're done testing, run `composer docker-down` to shut down the containers.
|
||||||
|
|
||||||
### Docker on M1
|
### Docker on M1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue