Skip to content

Commit 98198f7

Browse files
committed
exclude constants class from coverage
1 parent 6d39789 commit 98198f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpunit.coverage.dist.xml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<include>
1717
<directory suffix=".php">./src</directory>
1818
</include>
19+
<exclude>
20+
<file>src/CompressionEncoding.php</file>
21+
</exclude>
1922
<report>
2023
<clover outputFile="clover.xml"/>
2124
</report>

0 commit comments

Comments
 (0)