File "phpunit.xml"
Full Path: /home/digidjwy/public_html/wp-content/plugins/mycryptocheckout/vendor/bitwasp/buffertools/phpunit.xml
File size: 423 bytes
MIME-type: text/xml
Charset: utf-8
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
bootstrap="./vendor/autoload.php"
colors="true">
<testsuites>
<testsuite name="Buffertools">
<directory>./tests/</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-html" target="build/docs/code-coverage"/>
<log type="coverage-clover" target="build/docs/clover.xml"/>
</logging>
</phpunit>