summaryrefslogtreecommitdiffstats
path: root/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh
index 9d6643e..d37c30f 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -26,6 +26,7 @@ if [ $? -eq 0 ]; then
echo
echo -e "\033[33mBegin Unit Testing\033[0m"
# Run the testing suite
+ php --version
php phpunit.phar --configuration phpunit.xml.dist
else
echo