Skip to content

Commit

Permalink
Updated phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeraymonddowning committed Dec 2, 2021
1 parent 1298635 commit 76610a1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,4 @@
<directory>tests</directory>
</testsuite>
</testsuites>
<coverage>
<include>
<directory suffix=".php">./src</directory>
</include>
<report>
<html outputDirectory="build/coverage"/>
<text outputFile="build/coverage.txt"/>
<clover outputFile="build/logs/clover.xml"/>
</report>
</coverage>
<logging>
<junit outputFile="build/report.junit.xml"/>
</logging>
</phpunit>

0 comments on commit 76610a1

Please sign in to comment.