appwrite/bin/test

3 lines
95 B
Text
Raw Normal View History

2020-07-20 20:05:36 +00:00
#!/bin/sh
2020-05-21 07:00:06 +00:00
2025-12-29 21:54:21 +00:00
exec /usr/src/code/vendor/bin/phpunit --configuration /usr/src/code/phpunit.xml "$@"