parent
780ebba6a2
commit
d323c6da88
@ -1,16 +1,17 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<phpunit colors="true" verbose="true">
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" verbose="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
|
||||||
<testsuites>
|
<coverage processUncoveredFiles="true">
|
||||||
<testsuite name="Tests">
|
<include>
|
||||||
<file>./Tests.php</file>
|
<directory suffix=".php">../SourceQuery</directory>
|
||||||
</testsuite>
|
</include>
|
||||||
</testsuites>
|
<report>
|
||||||
<filter>
|
<clover outputFile="../build/logs/clover.xml"/>
|
||||||
<whitelist processUncoveredFilesFromWhitelist="true">
|
</report>
|
||||||
<directory suffix=".php">../SourceQuery</directory>
|
</coverage>
|
||||||
</whitelist>
|
<testsuites>
|
||||||
</filter>
|
<testsuite name="Tests">
|
||||||
<logging>
|
<file>./Tests.php</file>
|
||||||
<log type="coverage-clover" target="../build/logs/clover.xml"/>
|
</testsuite>
|
||||||
</logging>
|
</testsuites>
|
||||||
|
<logging/>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
Loading…
Reference in new issue