<phpunit colors="true" bootstrap="vendor/autoload.php">
    <testsuites>
        <testsuite name="Feature Tests">
            <directory>tests/feature</directory>
        </testsuite>
    </testsuites>
</phpunit>