diff --git a/tests/PHPUnit/travis.sh b/tests/PHPUnit/travis.sh
index 6ad7d07c79c0224e0a9a2fae7645791202d41f32..d3dd4df8c0ecce00a57bf4605ee33fef63562432 100755
--- a/tests/PHPUnit/travis.sh
+++ b/tests/PHPUnit/travis.sh
@@ -53,9 +53,9 @@ then
     else
         if [ -n "$PLUGIN_NAME" ]
         then
-            travis_wait phpunit --configuration phpunit.xml --colors --testsuite $TEST_SUITE --group $PLUGIN_NAME
+            travis_wait phpunit --configuration phpunit.xml --colors --testsuite $TEST_SUITE --group $PLUGIN_NAME --testdox
         else
-            travis_wait phpunit --configuration phpunit.xml --testsuite $TEST_SUITE --colors
+            travis_wait phpunit --configuration phpunit.xml --testsuite $TEST_SUITE --colors --testdox
         fi
     fi
 else