<phpunit
    backupGlobals="false"
    failOnWarning="false"
    >
    <testsuites>
        <testsuite name="all">
            <directory>vendor/php-ds/tests/tests</directory>
        </testsuite>
    </testsuites>
</phpunit>
