Revert "Comment out the JUnit logging report from phpunit.xml"

This reverts commit 9e79bcda3e.

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
Maurício Meneghini Fauth 2018-04-26 17:19:55 -03:00
parent 01b0bc3010
commit 020c4d790d
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<!--<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>-->
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
<log type="json" target="build/logs/phpunit.json" />
</logging>

View File

@ -25,7 +25,7 @@
</testsuites>
<logging>
<!--<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>-->
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
<log type="json" target="build/logs/phpunit.json" />
</logging>
</phpunit>

View File

@ -35,7 +35,7 @@
</testsuites>
<logging>
<!--<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>-->
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
<log type="json" target="build/logs/phpunit.json" />
</logging>
</phpunit>