Skip to content

Commit e2c84b6

Browse files
whitelist added to phpunit
1 parent 1697132 commit e2c84b6

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
@@ -4,6 +4,11 @@
44
<directory>test</directory>
55
</testsuite>
66
</testsuites>
7+
<filter>
8+
<whitelist processUncoveredFilesFromWhitelist="true">
9+
<directory suffix=".php">lib</directory>
10+
</whitelist>
11+
</filter>
712
<logging>
813
<log type="coverage-text" target="php://stdout"/>
914
</logging>

0 commit comments

Comments
 (0)