ohctech_p8/barcode/vendor/tecnickcom/tc-lib-barcode/phpunit.xml.dist
2024-10-16 19:18:52 +05:30

29 lines
836 B
XML

<?php xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
verbose="true">
<testsuites>
<testsuite name="tc-lib-barcode Test Suite">
<directory>./test</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix="php">src</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-html" target="target/coverage" charset="UTF-8"/>
<log type="coverage-clover" target="target/coverage/coverage.xml" charset="UTF-8"/>
<log type="junit" target="target/logs/junit.xml" logIncompleteSkipped="false"/>
</logging>
</phpunit>