1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Updated test command

This commit is contained in:
Eldad Fux 2019-12-28 00:45:57 +02:00
parent 92288eb132
commit e36dd43a03

View file

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