File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ You can add every PHP code you want in this directory to solve the puzzles.
3030
3131Executing all the tests :
3232``` shellsession
33- user@host codingame $ docker compose run --rm app ./tools/phpunit -c ./ci/phpunit.xml
33+ user@host codingame $ docker compose run --rm app ./tools/phpunit -c ./ci/phpunit.dist. xml
3434```
3535
3636Executing tests for a particular puzzle :
3737``` shellsession
38- user@host codingame $ docker compose run --rm app ./tools/phpunit -c ./ci/phpunit.xml --group [GROUP_NAME]
38+ user@host codingame $ docker compose run --rm app ./tools/phpunit -c ./ci/phpunit.dist. xml --group [GROUP_NAME]
3939```
4040
4141To view the list of test groups :
4242``` shellsession
43- user@host codingame $ docker compose run --rm app ./tools/phpunit -c ./ci/phpunit.xml --list-groups
43+ user@host codingame $ docker compose run --rm app ./tools/phpunit -c ./ci/phpunit.dist. xml --list-groups
4444```
4545
4646
File renamed without changes.
You can’t perform that action at this time.
0 commit comments