summaryrefslogtreecommitdiffstats
path: root/phpunit.xml
blob: 5c67f0a64ea1ca8e81b770df90046bcc81fb0366 (plain)
1
2
3
4
5
6
7
<phpunit bootstrap="tests/bootstrap.php" colors="true">
    <testsuites>
        <testsuite name="unit">
            <directory>./tests/unit</directory>
        </testsuite>
    </testsuites>
</phpunit>