summaryrefslogtreecommitdiff
path: root/tests/functionals.sqlite.xml
blob: 9da59b2000a0746e06bfbef75f91bca3dd570cfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<phpunit stopOnError="true" stopOnFailure="true" colors="true">
    <testsuites>
        <testsuite name="Kanboard">
            <directory>functionals</directory>
        </testsuite>
    </testsuites>
    <php>
        <const name="API_URL" value="http://127.0.0.1:8000/jsonrpc.php" />
        <const name="API_KEY" value="19ffd9709d03ce50675c3a43d1c49c1ac207f4bc45f06c5b2701fbdf8929" />
        <const name="DB_DRIVER" value="sqlite" />
        <const name="DB_FILENAME" value="data/db.sqlite" />
    </php>
</phpunit>