From 1f7bba595ddfc192d142468e6c1812b17736c055 Mon Sep 17 00:00:00 2001 From: Ivan Diaz Date: Thu, 7 Apr 2016 20:56:38 -0300 Subject: [PATCH] [Ivan Diaz] - API - Add test runner script --- api/run-tests.sh | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 api/run-tests.sh diff --git a/api/run-tests.sh b/api/run-tests.sh old mode 100644 new mode 100755 index e69de29b..487b82e1 --- a/api/run-tests.sh +++ b/api/run-tests.sh @@ -0,0 +1,2 @@ +phpunit --colors tests/models +phpunit --colors tests/controllers \ No newline at end of file