Skip to content

Commit

Permalink
Remove logging for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Jun 9, 2015
1 parent 01b97ee commit 36f22c0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,4 @@
<directory suffix=".php">./Tests/</directory>
</testsuite>
</testsuites>
<logging>
<log type="tap" target="build/report.tap"/>
<log type="junit" target="build/report.junit.xml"/>
<log type="coverage-html" target="build/coverage" charset="UTF-8" yui="true" highlight="true"/>
<log type="coverage-text" target="build/coverage.txt"/>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
</phpunit>

0 comments on commit 36f22c0

Please sign in to comment.