[Ivan Diaz] - API - Add test runner script

This commit is contained in:
Ivan Diaz 2016-04-07 20:56:38 -03:00
parent 0c77e8cdc4
commit 1f7bba595d
1 changed files with 2 additions and 0 deletions

2
api/run-tests.sh Normal file → Executable file
View File

@ -0,0 +1,2 @@
phpunit --colors tests/models
phpunit --colors tests/controllers