mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-04 21:59:27 +00:00
22 lines
542 B
XML
22 lines
542 B
XML
<phpunit
|
|
colors="true"
|
|
bootstrap="bootstrap.php"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
>
|
|
<testsuite name="SabreDAV">
|
|
<directory>Sabre/</directory>
|
|
</testsuite>
|
|
|
|
<filter>
|
|
<whitelist addUncoveredFilesFromWhitelist="true">
|
|
<directory suffix=".php">../lib/</directory>
|
|
<exclude>
|
|
<file>../lib/Sabre.includes.php</file>
|
|
<file>../lib/Sabre/VObject/includes.php</file>
|
|
</exclude>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|