diff --git a/tests/PHPUnit/travis.sh b/tests/PHPUnit/travis.sh
index c9f4892459cdfb94601366941c72f975a27180e8..7d01647c528922cfcaf6d520214de8bb06a8930b 100755
--- a/tests/PHPUnit/travis.sh
+++ b/tests/PHPUnit/travis.sh
@@ -37,9 +37,9 @@ then
     else
         if [ -n "$PLUGIN_NAME" ]
         then
-            phpunit --configuration phpunit.xml --colors --testsuite $TEST_SUITE --group $PLUGIN_NAME
+            phpunit --testdox --configuration phpunit.xml --colors --testsuite $TEST_SUITE --group $PLUGIN_NAME
         else
-            phpunit --configuration phpunit.xml --testsuite $TEST_SUITE --colors
+            phpunit --testdox --configuration phpunit.xml --testsuite $TEST_SUITE --colors
         fi
     fi
 else