]> git.mxchange.org Git - friendica-addons.git/blob - dav/sabre-vobject/tests/phpunit.xml
removed community home addon
[friendica-addons.git] / dav / sabre-vobject / 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="Sabre_VObject">
9     <directory>Sabre/</directory>
10   </testsuite>
11
12   <filter>
13     <whitelist addUncoveredFilesFromWhitelist="true">
14        <directory suffix=".php">../lib/</directory>
15     </whitelist>
16   </filter>
17 </phpunit>