From 4b525772c4095e620aa19955f3b2cdc580287872 Mon Sep 17 00:00:00 2001 From: eldadfux Date: Fri, 15 Nov 2019 23:52:25 +0200 Subject: [PATCH] Added tests section --- CONTRIBUTING.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e84e968c8..b26961974 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -136,7 +136,7 @@ git clone git@github.com:[YOUR_FORK_HERE]/appwrite.git cd appwrite -composer update --ignore-platform-reqs --optimize-autoloader --no-dev --no-plugins --no-scripts +composer update --ignore-platform-reqs --optimize-autoloader --no-plugins --no-scripts npm install @@ -155,6 +155,14 @@ bash ./build.sh 1.0.0 Before running the command, make sure you have proper write permissions to the Appwrite docker hub team. +## Tests + +To run tests manually, run phpunit from your command line: + +```bash +vendor/bin/phpunit --configuration phpunit.xml +``` + ## Tutorials From time to time, our team will add tutorials that will help contributors find their way in the Appwrite source code. Below is a list of currently available tutorials: