koinephp/DelayedCache

View on GitHub
phpunit.xml

Summary

Maintainability
Test Coverage
<phpunit
  colors="true"
  convertErrorsToExceptions="true"
  convertNoticesToExceptions="true"
  convertWarningsToExceptions="true"
  bootstrap="tests/bootstrap.php"
>
  <testsuites>
    <testsuite name="Koine Delayed Cache">
      <directory>./tests</directory>
    </testsuite>
  </testsuites>

  <filter>
    <whitelist>
      <directory suffix=".php">src</directory>
    </whitelist>
  </filter>

</phpunit>