Skip to content

Commit 496df89

Browse files
committed
Added configuration what should be reported for test coverage by phpunit
1 parent 58d4207 commit 496df89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpunit.xml.dist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
</php>
2222
<coverage includeUncoveredFiles="true">
2323
</coverage>
24+
<source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true">
25+
<include>
26+
<directory>src</directory>
27+
</include>
28+
</source>
2429

2530
<testsuites>
2631
<testsuite name="Project Test Suite">

0 commit comments

Comments
 (0)