Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed Mar 20, 2024
1 parent a238b36 commit c485d25
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,4 @@
<directory suffix="Test.php">tests/</directory>
</testsuite>
</testsuites>
<coverage>
<include>
<directory suffix=".php">src/</directory>
</include>
</coverage>
<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 c485d25

Please sign in to comment.