Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed readme
  • Loading branch information
David Běhal committed Oct 19, 2025
commit dbf24ecd2e26f6aefabfd572e5010e4a828ed176
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -596,20 +596,20 @@ To run the test suite you can use the following commands:

```bash
# To run both style and unit tests.
composer test
docker compose exec -it php composer test

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

# To run only unit tests.
composer test:unit
docker compose exec -it php composer test:unit
```

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

```bash
composer fix:style
docker compose exec -it php composer fix:style
```

## Contribution
Expand Down