File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -236,12 +236,11 @@ And then run both unit and integration tests:
236236$ docker run --rm --name queue --link tarantool -v $( pwd) :/queue -w /queue queue
237237```
238238
239- To run only unit or integration tests, set the ` PHPUNIT_OPTS ` environment variable to either ` --testsuite Unit `
240- or ` --testsuite Integration ` respectively, e.g.:
239+ To run only integration or unit tests, set the ` PHPUNIT_OPTS ` environment variable
240+ to either ` --testsuite Integration ` or ` --testsuite Unit ` respectively, e.g.:
241241
242242``` sh
243- $ PHPUNIT_OPTS=' --testsuite Integration' docker run --rm --name queue --link tarantool \
244- -v $( pwd) :/queue -w /queue queue
243+ $ PHPUNIT_OPTS=' --testsuite Unit' docker run --rm --name queue -v $( pwd) :/queue -w /queue queue
245244```
246245
247246
You can’t perform that action at this time.
0 commit comments