From e36dd43a036084497ecbfe14cb39598c7d2b5e78 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 28 Dec 2019 00:45:57 +0200 Subject: [PATCH] Updated test command --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f68877669..7b9dd6fcc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -162,7 +162,7 @@ Before running the command, make sure you have proper write permissions to the A To run tests manually, run phpunit from your command line: ```bash -vendor/bin/phpunit --configuration phpunit.xml +docker exec appwrite /bin/bash -c '/usr/share/nginx/html/vendor/bin/phpunit' ``` ## Tutorials