<?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>
