Skip to content
Extraits de code Groupes Projets
Valider 071ae83a rédigé par mattab's avatar mattab
Parcourir les fichiers

Add --testdox to see which test crashes on Travis

parent ccc0518a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -37,9 +37,9 @@ then ...@@ -37,9 +37,9 @@ then
else else
if [ -n "$PLUGIN_NAME" ] if [ -n "$PLUGIN_NAME" ]
then 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 else
phpunit --configuration phpunit.xml --testsuite $TEST_SUITE --colors phpunit --testdox --configuration phpunit.xml --testsuite $TEST_SUITE --colors
fi fi
fi fi
else 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