blob: bf5d411788378b830fbcd334179758ed890ed31b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<phpunit>
<testsuites>
<testsuite name="Kanboard">
<directory>functionals</directory>
</testsuite>
</testsuites>
<php>
<const name="API_URL" value="http://localhost: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>
|