Skip to content

Commit 809e969

Browse files
committed
Updated phpunit.xml coverage configuration
1 parent 9b97e40 commit 809e969

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

phpunit.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
<directory suffix="Test.php">tests/</directory>
99
</testsuite>
1010
</testsuites>
11-
<coverage processUncoveredFiles="true">
12-
<include>
13-
<directory suffix=".php">src/</directory>
14-
</include>
15-
</coverage>
11+
12+
<source>
13+
<include>
14+
<directory>src</directory>
15+
</include>
16+
</source>
1617
</phpunit>

0 commit comments

Comments
 (0)