We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c02b29 commit dbf24ecCopy full SHA for dbf24ec
README.md
@@ -596,20 +596,20 @@ To run the test suite you can use the following commands:
596
597
```bash
598
# To run both style and unit tests.
599
-composer test
+docker compose exec -it php composer test
600
601
# To run only style tests.
602
-composer test:style
+docker compose exec -it php composer test:style
603
604
# To run only unit tests.
605
-composer test:unit
+docker compose exec -it php composer test:unit
606
```
607
608
If you receive any errors from the style tests, you can automatically fix most,
609
if not all the issues with the following command:
610
611
612
-composer fix:style
+docker compose exec -it php composer fix:style
613
614
615
## Contribution
0 commit comments