Calibre OPDS (and HTML) PHP Server : web-based light alternative to Calibre content server / Calibre2OPDS to serve ebooks (epub, mobi, pdf, ...) http://blog.slucas.fr/en/oss/calibre-opds-php-server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
801B

  1. <phpunit>
  2. <filter>
  3. <whitelist addUncoveredFilesFromWhitelist="true">
  4. <!-- this is the path of the files included in your clover report -->
  5. <directory suffix=".php">./</directory>
  6. <exclude>
  7. <directory suffix=".php">./resources</directory>
  8. <directory suffix=".php">./test</directory>
  9. <directory suffix=".php">./saucetest</directory>
  10. <file>config.php</file>
  11. <file>config_default.php</file>
  12. </exclude>
  13. </whitelist>
  14. </filter>
  15. <logging>
  16. <log type="coverage-clover" target="./clover.xml"/>
  17. </logging>
  18. <testsuites>
  19. <testsuite name="COPS">
  20. <directory>test</directory>
  21. </testsuite>
  22. </testsuites>
  23. </phpunit>