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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2017-07-01 17:08:44 +0300
committerbrantje <brantje@gmail.com>2017-07-01 19:09:39 +0300
commita1d1fc8ede2beca6a06b0963b75fc16bda269674 (patch)
tree68dd10a92fa9ea68f4880f6f27d938d6d141dc52 /phpunit.xml
parent2c0455ead143d62fc4b485d8d197edd14726f48e (diff)
Update phpunit
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpunit.xml b/phpunit.xml
index cb67e3ce..3f796278 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -2,7 +2,7 @@
<testsuites>
<testsuite name="unit">
<directory>./tests/unit</directory>
- <!--<exclude>./tests/unit/lib/Db</exclude>-->
+ <exclude>./tests/unit/lib/Db</exclude>
</testsuite>
</testsuites>
<filter>
@@ -13,8 +13,8 @@
<!--<file>/path/to/file</file>-->
<!--<exclude>-->
- <!--<directory suffix=".php">/path/to/dir</directory>-->
- <!--<file>/path/to/file</file>-->
+ <!--<directory suffix=".php">/path/to/dir</directory>-->
+ <!--<file>/path/to/file</file>-->
<!--</exclude>-->
</whitelist>