Skip to content

Commit b73fb07

Browse files
Update phpunit.xml
1 parent ef5bf58 commit b73fb07

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

phpunit.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@
1717
<directory suffix=".php">src</directory>
1818
</include>
1919
</source>
20+
21+
22+
<coverage processUncoveredFiles="true">
23+
<include>
24+
<directory suffix=".php">./app</directory>
25+
</include>
26+
</coverage>
27+
28+
2029

2130
<php>
2231
<ini name="serialize_precision" value="14"/>

0 commit comments

Comments
 (0)