Skip to content

Commit 8ccf969

Browse files
committed
remove coverage config from phpunit.xml.dist
Signed-off-by: Joey Smith <jsmith@webinertia.net> Signed-off-by: Joey Smith <jsmith@webinertia.net>
1 parent ef39dad commit 8ccf969

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

phpunit.xml.dist

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
failOnDeprecation="true"
1111
failOnWarning="true">
1212

13-
<coverage pathCoverage="true">
14-
<report>
15-
<html outputDirectory="test/coverage/html"/>
16-
</report>
17-
</coverage>
1813
<testsuites>
1914
<testsuite name="unit test">
2015
<directory>./test/unit</directory>

0 commit comments

Comments
 (0)