Skip to content

Commit 5ed6f4f

Browse files
committed
Update PHPUnit config
1 parent 22e8e0a commit 5ed6f4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpunit.xml.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
</testsuite>
1414
</testsuites>
1515

16-
<coverage includeUncoveredFiles="false">
16+
<source>
1717
<include>
18-
<directory suffix=".php">src/</directory>
18+
<directory>src/</directory>
1919
</include>
20-
</coverage>
20+
</source>
2121
</phpunit>

0 commit comments

Comments
 (0)