Skip to content

Commit 30cf65c

Browse files
author
David Běhal
committed
Fix dockerfile and readme
1 parent b38d71a commit 30cf65c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,13 +597,19 @@ To run the test suite you can use the following commands:
597597
```bash
598598
# To run both style and unit tests.
599599
docker compose exec -it app composer install
600+
```
600601

602+
```bash
601603
# To run both style and unit tests.
602604
docker compose exec -it app composer test
605+
```
603606

607+
```bash
604608
# To run only style tests.
605609
docker compose exec -it app composer test:style
610+
```
606611

612+
```bash
607613
# To run only unit tests.
608614
docker compose exec -it app composer test:unit
609615
```
@@ -612,7 +618,7 @@ If you receive any errors from the style tests, you can automatically fix most,
612618
if not all the issues with the following command:
613619

614620
```bash
615-
docker compose exec -it php composer fix:style
621+
docker compose exec -it app composer fix:style
616622
```
617623

618624
## Contribution

0 commit comments

Comments
 (0)