• File: phpunit.xml
  • Full Path: /home/chassiw/www/wp-content/plugins/zero-spam/vendor/sabre/cache/tests/phpunit.xml
  • File size: 535 bytes
  • MIME-type: text/plain
  • Charset: utf-8
<phpunit
  colors="true"
  bootstrap="../vendor/autoload.php"
  convertErrorsToExceptions="true"
  convertNoticesToExceptions="true"
  convertWarningsToExceptions="true"
  beStrictAboutTestsThatDoNotTestAnything="true"
  beStrictAboutOutputDuringTests="true"
  >
  <testsuites>
    <testsuite name="sabre-cache">
      <directory>.</directory>
    </testsuite>
  </testsuites>

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