Skip to content

Commit 38fd629

Browse files
committed
Update phpunit config
1 parent 7329bf4 commit 38fd629

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

phpunit.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,4 @@
1010
<directory>src</directory>
1111
</include>
1212
</source>
13-
<coverage includeUncoveredFiles="true" pathCoverage="false" ignoreDeprecatedCodeUnits="true" disableCodeCoverageIgnore="true">
14-
<report>
15-
<html outputDirectory="build/coverage-html"/>
16-
<text outputFile="php://stdout" showUncoveredFiles="false"/>
17-
</report>
18-
</coverage>
1913
</phpunit>

0 commit comments

Comments
 (0)