We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5597c4c commit 6ad9f30Copy full SHA for 6ad9f30
Tests/phpunit.xml
@@ -7,6 +7,11 @@
7
<file>./Tests.php</file>
8
</testsuite>
9
</testsuites>
10
+ <filter>
11
+ <whitelist processUncoveredFilesFromWhitelist="true">
12
+ <directory suffix=".php">../SourceQuery</directory>
13
+ </whitelist>
14
+ </filter>
15
<logging>
16
<log type="coverage-clover" target="../build/logs/clover.xml"/>
17
</logging>
0 commit comments