mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-03 13:28:41 +00:00
Update documentation to favor running PHPUnit directly
This commit is contained in:
parent
369e7b6e04
commit
bd537a54fe
1 changed files with 3 additions and 2 deletions
5
.github/CONTRIBUTING.md
vendored
5
.github/CONTRIBUTING.md
vendored
|
@ -52,8 +52,9 @@ All pull requests need to pass the tests and the code needs match the style guid
|
|||
|
||||
To run the tests locally run:
|
||||
|
||||
- when testing using Docker: `docker-compose run --rm php make test`
|
||||
- otherwise: `make test`
|
||||
- when testing using Docker: `docker-compose run --rm php bin/phpunit` (or `docker-compose run --rm php make test` if you
|
||||
prefer using `make`)
|
||||
- otherwise: `bin/phpunit` (or `make test`)
|
||||
|
||||
To run the PHP formatter:
|
||||
|
||||
|
|
Loading…
Reference in a new issue