1<phpunit bootstrap="tests/bootstrap.php" colors="true">
2    <testsuites>
3        <testsuite name="unit">
4            <directory>./tests/Unit</directory>
5        </testsuite>
6    </testsuites>
7</phpunit>
8