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

restore code from last commit

parent e8bf4a38
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -3,6 +3,17 @@
# for travis_wait function
source travis-helper.sh
if [ "$TEST_SUITE" != "UITests" ] && [ "$TEST_SUITE" != "AngularJSTests" ]
then
if [ `phpunit --group __nogroup__ | grep "No tests executed" | wc -l` -ne 1 ]
then
echo "=====> There are some tests functions which do not have a @group set. "
echo " Please add the @group phpdoc comment to the following tests: <====="
phpunit --group __nogroup__ --testdox | grep "[x]"
exit 1
fi
fi
if [ -n "$TEST_SUITE" ]
then
if [ "$TEST_SUITE" = "AngularJSTests" ]
......
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