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

github.com/nextcloud/survey_server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2015-07-09 13:22:40 +0300
committerBjoern Schiessle <schiessle@owncloud.com>2015-07-09 13:22:40 +0300
commit7d2266e668751170ee935d6d90259f8fffc91493 (patch)
tree35e1fdbabcbd5dae759e2cf887090817b74ab325 /phpunit.xml
parent7a12a7887902c0a7bc687f4a12fb9e1ccdf46206 (diff)
skelleton
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