aboutsummaryrefslogblamecommitdiffstats
path: root/vendor/sabre/vobject/tests/phpunit.xml
blob: c0588d460bd3ac27e62f6db2d79a81f23b62886e (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>.</directory>
    </testsuite>
  </testsuites>

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