Comment out the JUnit logging report from phpunit.xml
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
parent
06a047b572
commit
9e79bcda3e
@ -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>
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user