1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 12:53:34 +02:00

Update phpunit.xml

This commit is contained in:
Pavel Djundik
2018-03-19 21:09:12 +02:00
committed by GitHub
parent 5597c4c17f
commit 6ad9f30ea4
+5
View File
@@ -7,6 +7,11 @@
<file>./Tests.php</file>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">../SourceQuery</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="../build/logs/clover.xml"/>
</logging>