Alte Sabredav Version entfernt

This commit is contained in:
Andreas Österreicher
2015-01-14 13:32:58 +00:00
parent bf999ecc2d
commit 9662b9636a
319 changed files with 137 additions and 41043 deletions
-21
View File
@@ -1,21 +0,0 @@
<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>