8000 Update README · SimonFrings/reactphp-redis@aa181df · GitHub
[go: up one dir, main page]

Skip to content

Commit aa181df

Browse files
committed
Update README
1 parent d540d84 commit aa181df

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,14 @@ $ php vendor/bin/phpunit
579579
The test suite contains both unit tests and functional integration tests.
580580
The functional tests require access to a running Redis server instance
581581
and will be skipped by default.
582-
If you want to also run the functional tests, you need to supply *your* login
582+
583+
If you don't have access to a running Redis server, you can also use a temporary `Redis` Docker image:
584+
585+
```bash
586+
$ docker run --net=host redis
587+
```
588+
589+
To now run the functional tests, you need to supply *your* login
583590
details in an environment variable like this:
584591

585592
```bash

0 commit comments

Comments
 (0)
0