Skip to content
This repository was archived by the owner on Mar 15, 2020. It is now read-only.

Commit 921082a

Browse files
committed
Add whitelist for code coverage
1 parent a0a2c59 commit 921082a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
</testsuites>
2121

2222
<filter>
23-
<whitelist processUncoveredFilesFromWhitelist="true">
24-
<directory>./src</directory>
23+
<whitelist>
24+
<directory suffix=".php">src</directory>
2525
</whitelist>
2626
</filter>
2727
</phpunit>

0 commit comments

Comments
 (0)