summaryrefslogtreecommitdiff
path: root/tests/units.sqlite.xml
blob: 9771a2a27ef29098f40eb999f43678d97578c265 (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="sqlite" />
        <const name="DB_FILENAME" value=":memory:" />
    </php>
</phpunit>