Skip to content

Commit 87e591b

Browse files
author
Eugene Leonovich
committed
Update README.md
1 parent 2eba942 commit 87e591b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ $total = $queue->statistics('tasks', 'total');
217217

218218
## Tests
219219

220-
The easiest way to run tests is with Docker. First, build an image from [Dockerfile](Dockerfile):
220+
The easiest way to run tests is with Docker. First, build an image using the [dockerfile.sh](dockerfile.sh) generator:
221221

222222
```sh
223223
$ docker build -t queue .
@@ -240,7 +240,8 @@ To run only unit or integration tests, set the `PHPUNIT_OPTS` environment variab
240240
or `--testsuite Integration` respectively, e.g.:
241241

242242
```sh
243-
$ PHPUNIT_OPTS='--testsuite Integration' docker run --rm --name queue --link tarantool -v $(pwd):/queue -w /queue queue
243+
$ PHPUNIT_OPTS='--testsuite Integration' docker run --rm --name queue --link tarantool \
244+
-v $(pwd):/queue -w /queue queue
244245
```
245246

246247

0 commit comments

Comments
 (0)