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

Remove --testdox this was supposed to help me, but it created another error on Travis

parent 6bca94e5
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
else
if [ -n "$PLUGIN_NAME" ]
then
phpunit --testdox --configuration phpunit.xml --colors --testsuite $TEST_SUITE --group $PLUGIN_NAME
phpunit --configuration phpunit.xml --colors --testsuite $TEST_SUITE --group $PLUGIN_NAME
else
phpunit --testdox --configuration phpunit.xml --testsuite $TEST_SUITE --colors
phpunit --configuration phpunit.xml --testsuite $TEST_SUITE --colors
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