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 c1a4924 commit 0b6d433Copy full SHA for 0b6d433
README.md
@@ -310,7 +310,7 @@ you can pass additional arguments and options to the `phpunit` command.
310
For example, to run only unit tests, execute:
311
312
```bash
313
-docker run --rm --net=tarantool-php -v $(pwd):/queue -w /queue \
+docker run --rm --net=tarantool-php -v $(pwd):/queue -w /queue queue \
314
vendor/bin/phpunit --testsuite=unit
315
```
316
0 commit comments