8000
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 d540d84 commit aa181dfCopy full SHA for aa181df
README.md
@@ -579,7 +579,14 @@ $ php vendor/bin/phpunit
579
The test suite contains both unit tests and functional integration tests.
580
The functional tests require access to a running Redis server instance
581
and will be skipped by default.
582
-If you want to also run the functional tests, you need to supply *your* login
+
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
590
details in an environment variable like this:
591
592
```bash
0 commit comments