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

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-06-15 12:48:15 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-15 12:52:22 +0300
commitc4205168137b6966f6b07b6f2377c8a2a58f4a83 (patch)
treeeb9874768ced8be3ccf56d8dd597aafd713e56d3 /tests
parent3f7de4dba137f365b3ee83e7f3fc4ed77f96c562 (diff)
Fix phpunit.xml
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/phpunit.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index b437e68..ec07ca1 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -3,7 +3,6 @@
verbose="true"
>
<testsuite name='Registration app tests'>
- <directory suffix='Test.php'>Integration</directory>
<directory suffix='Test.php'>Unit</directory>
</testsuite>
<!-- filters for code coverage -->