Skip to content

Commit

Permalink
update phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
arif-rh committed May 16, 2020
1 parent 99448ee commit dbc5655
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@

<logging>
<log type="coverage-html" target="build/html"/>
<log type="coverage-clover" target="build/clover.xml"/>
<log type="coverage-php" target="build/coverage.serialized"/>
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
<log type="testdox-html" target="build/testdox.html"/>
<log type="testdox-text" target="build/testdox.txt"/>
<log type="junit" target="build/logfile.xml"/>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>

<php>
Expand Down

0 comments on commit dbc5655

Please sign in to comment.