<phpunit
    colors="true">
    <testsuite name="tests">
        <directory suffix="test.php">tests</directory>
    </testsuite>
    <logging>
        <log type="coverage-clover" target="build/logs/clover.xml"/>
    </logging>
</phpunit>