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

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-10-20 21:00:53 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-10-20 21:00:53 +0300
commit57503a1ed55441e5e30478d5d83816fdda630696 (patch)
tree29aee232f450a4f74572e04a253d99f9ab8681dd /tests
parent8b6c0a48f562e1a6ec3090fbb0fb5b4ad9d9f1f6 (diff)
add phpunit files
Diffstat (limited to 'tests')
-rw-r--r--tests/phpunit.integration.xml7
-rw-r--r--tests/phpunit.xml7
2 files changed, 14 insertions, 0 deletions
diff --git a/tests/phpunit.integration.xml b/tests/phpunit.integration.xml
new file mode 100644
index 0000000..0442294
--- /dev/null
+++ b/tests/phpunit.integration.xml
@@ -0,0 +1,7 @@
+<phpunit bootstrap="bootstrap.php" colors="true">
+<testsuites>
+ <testsuite name="integration">
+ <directory>./integration</directory>
+ </testsuite>
+</testsuites>
+</phpunit> \ No newline at end of file
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
new file mode 100644
index 0000000..ad4911f
--- /dev/null
+++ b/tests/phpunit.xml
@@ -0,0 +1,7 @@
+<phpunit bootstrap="bootstrap.php" colors="true">
+<testsuites>
+ <testsuite name="unit">
+ <directory>./unit</directory>
+ </testsuite>
+</testsuites>
+</phpunit> \ No newline at end of file