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.

18 lines
481 B

  1. <?xml version="1.0"?>
  2. <phpunit
  3. bootstrap="tests/bootstrap.php"
  4. beStrictAboutTestsThatDoNotTestAnything="true">
  5. <testsuites>
  6. <testsuite name="comments">
  7. <directory suffix="Test.php">tests</directory>
  8. </testsuite>
  9. </testsuites>
  10. <filter>
  11. <whitelist processUncoveredFilesFromWhitelist="true">
  12. <directory suffix=".php">src</directory>
  13. </whitelist>
  14. </filter>
  15. <logging>
  16. <log type="coverage-html" target="./coverage"/>
  17. </logging>
  18. </phpunit>