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

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2019-01-02 15:04:55 +0300
committerGeorg Ehrke <developer@georgehrke.com>2019-02-18 02:47:45 +0300
commitcda9724b257e73b9b350566fddc7ffd2c03ce622 (patch)
tree3cf52f3210de1737516face17d31174ac4582bf7 /phpunit.integration.xml
initial checkin
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Diffstat (limited to 'phpunit.integration.xml')
-rw-r--r--phpunit.integration.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpunit.integration.xml b/phpunit.integration.xml
new file mode 100644
index 0000000..eae19f1
--- /dev/null
+++ b/phpunit.integration.xml
@@ -0,0 +1,7 @@
+<phpunit bootstrap="tests/bootstrap.php" colors="true">
+ <testsuites>
+ <testsuite name="integration">
+ <directory>./tests/Integration</directory>
+ </testsuite>
+ </testsuites>
+</phpunit>