summaryrefslogtreecommitdiff
path: root/tests/units.mysql.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units.mysql.xml')
-rw-r--r--tests/units.mysql.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/units.mysql.xml b/tests/units.mysql.xml
new file mode 100644
index 00000000..0e308a05
--- /dev/null
+++ b/tests/units.mysql.xml
@@ -0,0 +1,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> \ No newline at end of file