
<phpunit bootstrap="./tests/bootstrap.php" colors="true" verbose="true">
    <testsuites>
        <testsuite name="Filer test">
            <directory suffix="Test.php">./tests</directory>
        </testsuite>
    </testsuites>
</phpunit>