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

Updated test command

This commit is contained in:
Eldad Fux 2020-05-15 17:54:37 +03:00
parent 2374771d44
commit 2c1df141dc

View file

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