Skip to content
Extraits de code Groupes Projets
Valider 0a3efbf8 rédigé par diosmosis's avatar diosmosis
Parcourir les fichiers

Add --testdox to travis.sh execution of phpunit.

parent 95c2826d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter