<phpunit bootstrap="vendor/autoload.php">
    <testsuites>
        <testsuite name="fluent">
            <directory suffix="Test.php">tests</directory>
        </testsuite>
    </testsuites>
</phpunit>