]> git.mxchange.org Git - friendica-addons.git/blob - dav/SabreDAV/tests/phpunit.xml
Merge branch 'master' of git://github.com/friendica/friendica-addons
[friendica-addons.git] / dav / SabreDAV / tests / phpunit.xml
1 <phpunit
2   colors="true"
3   bootstrap="bootstrap.php"
4   convertErrorsToExceptions="true"
5   convertNoticesToExceptions="true"
6   convertWarningsToExceptions="true"
7   >
8   <testsuite name="SabreDAV">
9     <directory>Sabre/</directory>
10   </testsuite>
11
12   <filter>
13     <whitelist addUncoveredFilesFromWhitelist="true">
14        <directory suffix=".php">../lib/</directory>
15        <exclude>
16          <file>../lib/Sabre.includes.php</file>
17          <file>../lib/Sabre/CalDAV/includes.php</file>
18          <file>../lib/Sabre/CardDAV/includes.php</file>
19          <file>../lib/Sabre/DAVACL/includes.php</file>
20          <file>../lib/Sabre/HTTP/includes.php</file>
21          <file>../lib/Sabre/DAV/includes.php</file>
22          <file>../lib/Sabre/VObject/includes.php</file>
23        </exclude>
24     </whitelist>
25   </filter>
26 </phpunit>