Skip to content

Commit dbf24ec

Browse files
author
David Běhal
committed
Fixed readme
1 parent 8c02b29 commit dbf24ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -596,20 +596,20 @@ To run the test suite you can use the following commands:
596596

597597
```bash
598598
# To run both style and unit tests.
599-
composer test
599+
docker compose exec -it php composer test
600600

601601
# To run only style tests.
602-
composer test:style
602+
docker compose exec -it php composer test:style
603603

604604
# To run only unit tests.
605-
composer test:unit
605+
docker compose exec -it php composer test:unit
606606
```
607607

608608
If you receive any errors from the style tests, you can automatically fix most,
609609
if not all the issues with the following command:
610610

611611
```bash
612-
composer fix:style
612+
docker compose exec -it php composer fix:style
613613
```
614614

615615
## Contribution

0 commit comments

Comments
 (0)