<?xml version="1.0"?>
<phpunit
    bootstrap="tests/unit/bootstrap.php"
    backupGlobals="false"
    colors="true"
    convertErrorsToExceptions="true"
    convertNoticesToExceptions="true"
    convertWarningsToExceptions="true"
>
    <testsuites>
        <testsuite name="unit">
            <directory prefix="" suffix="Test.php">./tests/unit/</directory>
        </testsuite>
    </testsuites>
</phpunit>
