aboutsummaryrefslogblamecommitdiffstats
path: root/vendor/sabre/vobject/tests/phpunit.xml
blob: c9abae4124a95f551086d8d60cfbe93d0465986c (plain) (tree)
1
2
3
4
5
6
7
8
9





                                    

                                                
   




                                     


                                                     




                                                          

           
<phpunit
  colors="true"
  bootstrap="bootstrap.php"
  convertErrorsToExceptions="true"
  convertNoticesToExceptions="true"
  convertWarningsToExceptions="true"
  beStrictAboutTestsThatDoNotTestAnything="true"
  beStrictAboutOutputDuringTests="true"
  >
  <testsuites>
    <testsuite name="Sabre\VObject">
      <directory>VObject/</directory>
    </testsuite>
  </testsuites>

  <filter>
    <whitelist addUncoveredFilesFromWhitelist="true">
        <directory suffix=".php">../lib/</directory>
        <exclude>
            <file>../lib/Sabre/VObject/includes.php</file>
        </exclude>
   </whitelist>
  </filter>
</phpunit>