magento-plugin/phpunit.xml.dist

24 lines
691 B
Plaintext
Raw Normal View History

<?xml version="1.0"?>
<phpunit
backupGlobals = "false"
backupStaticAttributes = "false"
colors = "true"
convertErrorsToExceptions = "true"
convertNoticesToExceptions = "true"
convertWarningsToExceptions = "true"
processIsolation = "false"
stopOnFailure = "false"
syntaxCheck = "false"
>
<testsuites>
<testsuite name="bitpay/magento-plugin Test Suite">
<directory>tests/*Test.php</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-clover" target="build/logs/coverage.xml"/>
</logging>
</phpunit>