Updated test command

This commit is contained in:
Eldad Fux
2020-05-15 17:54:37 +03:00
parent 2374771d44
commit 2c1df141dc
+1 -1
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