Display PHPUnit version before running unit tests

This commit is contained in:
Zach Borboa
2017-03-19 09:00:26 -07:00
parent e1a2da4c2c
commit 93c1224fc0
+1
View File
@@ -7,6 +7,7 @@ if [[ "${?}" -ne 0 ]]; then
fi
# Run tests.
phpunit --version
phpunit --configuration tests/phpunit.xml
if [[ "${?}" -ne 0 ]]; then
((errors++))