aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/vobject/tests/phpunit.xml
diff options
context:
space:
mode:
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>