Files
w4rpservices/vendor/snowplow/referer-parser/php/phpunit.xml.dist
2019-12-26 05:03:41 +00:00

37 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
convertErrorsToExceptions="true"
convertWarningsToExceptions="true"
convertNoticesToExceptions="true"
mapTestClassNameToCoveredClassName="true"
bootstrap="../vendor/autoload.php"
verbose="true"
colors="true"
strict="true">
<testsuites>
<testsuite name="snowplow/referer-parser">
<directory>./tests</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-html" target="build/coverage" title="SolrUtils"
charset="UTF-8" yui="true" highlight="true"
lowUpperBound="35" highLowerBound="70"/>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
</logging>
<filter>
<blacklist>
<directory suffix=".php">vendor/</directory>
<directory suffix=".php">tests/</directory>
</blacklist>
</filter>
<php>
<ini name="error_reporting" value="-1"/>
</php>
</phpunit>