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

Refs #3445 Adding doc for --testdox

git-svn-id: http://dev.piwik.org/svn/trunk@7654 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent 94b649aa
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -43,7 +43,8 @@
<echo>PDO_MYSQL unit tests started</echo>
<exec executable="phpunit" dir="${basedir}/PHPUnit" failonerror="false" failifexecutionfails="true">
<arg line=" --testdox"/>
<!-- DEBUG: when test crash in the middle, enable this to see which test crashes -->
<!--<arg line=" --testdox"/>-->
</exec>
<echo>PDO_MYSQL unit tests finished</echo>
......@@ -61,7 +62,8 @@
<echo>MYSQLI unit tests started</echo>
<exec executable="phpunit" dir="${basedir}/PHPUnit" failonerror="false" failifexecutionfails="true">
<arg line=" --testdox"/>
<!-- DEBUG: when test crash in the middle, enable this to see which test crashes -->
<!--<arg line=" --testdox"/>-->
</exec>
<echo>MYSQLI unit tests finished</echo>
......
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