Skip to content

Commit

Permalink
Comment out the JUnit logging report from phpunit.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
  • Loading branch information
MauricioFauth committed Apr 26, 2018
1 parent 06a047b commit 9e79bcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.hhvm
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion phpunit.xml.nocoverage
Expand Up @@ -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>

0 comments on commit 9e79bcd

Please sign in to comment.