xref: /ext-ds/phpunit.xml (revision ab12d1ea)
1<phpunit
2    backupGlobals           = "false"
3    backupStaticAttributes  = "false"
4    >
5    <testsuites>
6        <testsuite name="all">
7            <directory>vendor/php-ds/tests/tests</directory>
8        </testsuite>
9    </testsuites>
10</phpunit>
11