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