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:
Diffstat (limited to 'phpunit.integration.xml')
-rwxr-xr-xphpunit.integration.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpunit.integration.xml b/phpunit.integration.xml
new file mode 100755
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>