summaryrefslogtreecommitdiff
path: root/tests/units.mysql.xml
blob: 0e308a0546632644c05d941a5441f0a9d2f9c125 (plain)
1
2
3
4
5
6
7
8
9
10
11
<phpunit>
    <testsuites>
        <testsuite name="Kanboard">
            <directory>units</directory>
        </testsuite>
    </testsuites>
    <php>
        <const name="DB_DRIVER" value="mysql" />
        <const name="DB_NAME" value="kanboard_unit_test" />
    </php>
</phpunit>