Skip to content

Commit 5b3c752

Browse files
committed
wip
1 parent 9780a77 commit 5b3c752

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpunit.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
stopOnFailure="false"
1212
verbose="true"
1313
>
14+
<coverage>
15+
<include>
16+
<directory suffix=".php">./src</directory>
17+
</include>
18+
</coverage>
1419
<testsuites>
1520
<testsuite name="Package Test Suite">
1621
<directory suffix="Test.php">tests</directory>

0 commit comments

Comments
 (0)