Skip to content

Commit 3e5c990

Browse files
authored
Add phpunit code coverage support (#30)
2 parents 103b77b + f0e2415 commit 3e5c990

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

phpunit.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@
88
<directory>test</directory>
99
</testsuite>
1010
</testsuites>
11-
</phpunit>
11+
<coverage>
12+
<include>
13+
<directory suffix=".php">./src</directory>
14+
</include>
15+
</coverage>
16+
</phpunit>

0 commit comments

Comments
 (0)