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

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhie <phie@phie.ovh>2018-08-21 18:39:12 +0300
committerPhie <phie@phie.ovh>2018-08-21 18:39:12 +0300
commit7d24cc0120859fc4e46b301c08effc97ddfbb1bb (patch)
tree94b5b52074022ceccd4c91073f217feaec38ca40 /phpunit.xml
first commit for Carnet NC server
Diffstat (limited to 'phpunit.xml')
-rwxr-xr-xphpunit.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpunit.xml b/phpunit.xml
new file mode 100755
index 0000000..82c96d6
--- /dev/null
+++ b/phpunit.xml
@@ -0,0 +1,7 @@
+<phpunit bootstrap="tests/bootstrap.php" colors="true">
+ <testsuites>
+ <testsuite name="unit">
+ <directory>./tests/Unit</directory>
+ </testsuite>
+ </testsuites>
+</phpunit>