xref: /plugin/davcal/vendor/sabre/vobject/tests/phpunit.xml (revision 185e2535914616e98630b0777145a3e6d5c8d81b)
1<phpunit
2  colors="true"
3  bootstrap="bootstrap.php"
4  convertErrorsToExceptions="true"
5  convertNoticesToExceptions="true"
6  convertWarningsToExceptions="true"
7  strict="true"
8  >
9  <testsuite name="Sabre\VObject">
10    <directory>VObject/</directory>
11  </testsuite>
12
13  <filter>
14    <whitelist addUncoveredFilesFromWhitelist="true">
15        <directory suffix=".php">../lib/</directory>
16        <exclude>
17            <file>../lib/Sabre/VObject/includes.php</file>
18        </exclude>
19   </whitelist>
20  </filter>
21</phpunit>
22