diff --git a/testing/run_test_suite.sh b/testing/run_test_suite.sh index 3003a05798..c2f40412ab 100755 --- a/testing/run_test_suite.sh +++ b/testing/run_test_suite.sh @@ -27,6 +27,7 @@ do if [ -f "composer.json" ]; then composer install fi + echo "running phpunit in ${DIR}" phpunit if [ -f build/logs/clover.xml ]; then cp build/logs/clover.xml \