Skip to content

Commit 15c7c29

Browse files
author
Eugene Leonovich
committed
Update README.md
1 parent 9e41b27 commit 15c7c29

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)