summaryrefslogtreecommitdiff
path: root/tests/integration.sqlite.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration.sqlite.xml')
-rw-r--r--tests/integration.sqlite.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/integration.sqlite.xml b/tests/integration.sqlite.xml
new file mode 100644
index 00000000..1964f822
--- /dev/null
+++ b/tests/integration.sqlite.xml
@@ -0,0 +1,13 @@
+<phpunit stopOnError="true" stopOnFailure="true" colors="true">
+ <testsuites>
+ <testsuite name="Kanboard">
+ <directory>integration</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> \ No newline at end of file