aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/vobject/tests/phpunit.xml
blob: 8aeb65aa049645954f416faef126d2c91d178264 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<phpunit
  colors="true"
  bootstrap="bootstrap.php"
  convertErrorsToExceptions="true"
  convertNoticesToExceptions="true"
  convertWarningsToExceptions="true"
  >
  <testsuite name="Sabre_VObject">
    <directory>Sabre/</directory>
  </testsuite>

  <filter>
    <whitelist addUncoveredFilesFromWhitelist="true">
       <directory suffix=".php">../lib/</directory>
    </whitelist>
  </filter>
</phpunit>