Update phpunit.xml

pull/146/head
Pavel Djundik 7 years ago committed by GitHub
parent 5597c4c17f
commit 6ad9f30ea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,6 +7,11 @@
<file>./Tests.php</file> <file>./Tests.php</file>
</testsuite> </testsuite>
</testsuites> </testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">../SourceQuery</directory>
</whitelist>
</filter>
<logging> <logging>
<log type="coverage-clover" target="../build/logs/clover.xml"/> <log type="coverage-clover" target="../build/logs/clover.xml"/>
</logging> </logging>

Loading…
Cancel
Save