Skip to content
This repository was archived by the owner on Feb 21, 2022. It is now read-only.

Commit 9a48733

Browse files
committed
Fix coverage generation on travis
1 parent 0265cc5 commit 9a48733

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

phpunit.xml.dist

+7-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,10 @@
2121
<directory>./tests/</directory>
2222
</testsuite>
2323
</testsuites>
24-
</phpunit>
24+
25+
<filter>
26+
<whitelist>
27+
<directory suffix=".php">src</directory>
28+
</whitelist>
29+
</filter>
30+
</phpunit>

0 commit comments

Comments
 (0)