<phpunit
    bootstrap="./tests/bootstrap.php"
    backupGlobals="false"
    colors="true"
>
    <testsuites>
        <testsuite>
            <directory prefix="test_" suffix=".php">./</directory>
        </testsuite>
    </testsuites>
</phpunit>