Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLEDfan <tobia@ledfan.be>2016-01-15 19:11:21 +0300
committerLEDfan <tobia@ledfan.be>2016-01-15 19:11:21 +0300
commitbb858d48f110f447a53ab7996983350ec2fcea20 (patch)
tree33474a85c0a6919fa0040d571e95b33fba7c1dce /phpunit.xml
parentb292c05788e6c95a30f3c6f10309f62a15115b4b (diff)
Add first unit tests
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 0000000..783af30
--- /dev/null
+++ b/phpunit.xml
@@ -0,0 +1,7 @@
+<phpunit bootstrap="../../lib/base.php">
+ <testsuites>
+ <testsuite name="unit">
+ <directory>./tests/unit</directory>
+ </testsuite>
+ </testsuites>
+</phpunit> \ No newline at end of file