1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00

Added tests section

This commit is contained in:
eldadfux 2019-11-15 23:52:25 +02:00
parent e202560179
commit 4b525772c4

View file

@ -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: