summaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
authorFrédéric Guillot <fguillot@users.noreply.github.com>2014-04-26 14:24:48 -0400
committerFrédéric Guillot <fguillot@users.noreply.github.com>2014-04-26 14:24:48 -0400
commitda17e87878db0ae4d1751371a14092fef8c55d7c (patch)
treef8e6c7cf35ecc8dacd745341a0ead0e944050144 /phpunit.xml
parentbf4cea045eb9780ceaff20e5ec285eb65fc5ce04 (diff)
Add travis-ci configuration
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpunit.xml b/phpunit.xml
new file mode 100644
index 00000000..0a1e5c45
--- /dev/null
+++ b/phpunit.xml
@@ -0,0 +1,7 @@
+<phpunit>
+ <testsuites>
+ <testsuite name="Kanboard">
+ <directory>tests</directory>
+ </testsuite>
+ </testsuites>
+</phpunit> \ No newline at end of file