Skip to content

Commit

Permalink
Fix example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rybakit committed Sep 13, 2022
1 parent c1a4924 commit 0b6d433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ you can pass additional arguments and options to the `phpunit` command.
For example, to run only unit tests, execute:

```bash
docker run --rm --net=tarantool-php -v $(pwd):/queue -w /queue \
docker run --rm --net=tarantool-php -v $(pwd):/queue -w /queue queue \
vendor/bin/phpunit --testsuite=unit
```

Expand Down

0 comments on commit 0b6d433

Please sign in to comment.