summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 213b457..345f715 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -23,7 +23,7 @@ We accept contributions via Pull Requests on [Github](https://github.com/andresk
## Running Tests
``` bash
-$ ./vendor/bin/phpunit
+$ make test-all #requires docker and docker-compose
```