From 2c1df141dcbb7addcd4072540efec018dbe284e7 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Fri, 15 May 2020 17:54:37 +0300 Subject: [PATCH] Updated test command --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f585217755..83321193d9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -158,7 +158,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 -docker exec appwrite /bin/bash -c '/usr/share/nginx/html/vendor/bin/phpunit' +docker exec appwrite test ``` ## Tutorials