summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2019-05-26 12:24:59 +0100
committerAndres Rey <[email protected]>2019-05-26 12:24:59 +0100
commit7b2cf4b2a6b4de84adcef158ed7ace439afbd0ce (patch)
tree33f28bd49996a9b71f134545971aae1c5404f7d1 /CONTRIBUTING.md
parentc34b6209d68837e3283af821381caee62e0a8aeb (diff)
Minor thingy
Diffstat (limited to 'CONTRIBUTING.md')
-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
```