<phpunit
    bootstrap="tests/bootstrap.php"
    colors="true"
    failOnRisky="true"
    failOnWarning="true"
>
    <testsuites>
        <testsuite name="main">
            <directory>./tests/</directory>
        </testsuite>
    </testsuites>
</phpunit>
