aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/vobject/tests/phpunit.xml
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2020-08-22 19:31:29 +0200
committerMario Vavti <mario@mariovavti.com>2020-08-22 19:31:29 +0200
commit2c777acb25fd5355ec02dc74c428174df80310d0 (patch)
tree8b74931f1b6c72d885cb47a451b71a565c4187d9 /vendor/sabre/vobject/tests/phpunit.xml
parent49df57df45f82e2e0f1b10f2508f61b78d6d3ac0 (diff)
downloadvolse-hubzilla-2c777acb25fd5355ec02dc74c428174df80310d0.tar.gz
volse-hubzilla-2c777acb25fd5355ec02dc74c428174df80310d0.tar.bz2
volse-hubzilla-2c777acb25fd5355ec02dc74c428174df80310d0.zip
composer update sabre libs
Diffstat (limited to 'vendor/sabre/vobject/tests/phpunit.xml')
-rw-r--r--vendor/sabre/vobject/tests/phpunit.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/vendor/sabre/vobject/tests/phpunit.xml b/vendor/sabre/vobject/tests/phpunit.xml
index c9abae412..c0588d460 100644
--- a/vendor/sabre/vobject/tests/phpunit.xml
+++ b/vendor/sabre/vobject/tests/phpunit.xml
@@ -9,16 +9,13 @@
>
<testsuites>
<testsuite name="Sabre\VObject">
- <directory>VObject/</directory>
+ <directory>.</directory>
</testsuite>
</testsuites>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">../lib/</directory>
- <exclude>
- <file>../lib/Sabre/VObject/includes.php</file>
- </exclude>
</whitelist>
</filter>
</phpunit>