Skip to content

Commit 6ad9f30

Browse files
authored
Update phpunit.xml
1 parent 5597c4c commit 6ad9f30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Tests/phpunit.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
<file>./Tests.php</file>
88
</testsuite>
99
</testsuites>
10+
<filter>
11+
<whitelist processUncoveredFilesFromWhitelist="true">
12+
<directory suffix=".php">../SourceQuery</directory>
13+
</whitelist>
14+
</filter>
1015
<logging>
1116
<log type="coverage-clover" target="../build/logs/clover.xml"/>
1217
</logging>

0 commit comments

Comments
 (0)