summaryrefslogtreecommitdiff
path: root/phpunit.xml
blob: 0a1e5c45c8da519699baf8cbe08ba36a9c66aa1b (plain)
1
2
3
4
5
6
7
<phpunit>
    <testsuites>
        <testsuite name="Kanboard">
            <directory>tests</directory>
        </testsuite>
    </testsuites>
</phpunit>