<phpunit bootstrap="bootstrap.php" colors="true">
<testsuites>
<testsuite name="unit">
<directory>./Unit</directory>
</testsuite>
<testsuite name="integration">
<directory>./Integration</directory>
</testsuites>
</phpunit>