Skip to content

Commit 6bedf97

Browse files
committed
Renaming PHPUnit configuration file.
1 parent 867072f commit 6bedf97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ You can add every PHP code you want in this directory to solve the puzzles.
3030

3131
Executing 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

3636
Executing 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

4141
To 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.

0 commit comments

Comments
 (0)