1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +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 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 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. 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 ## 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: 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: