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.

21 lines
619 B

3 years ago
  1. <phpunit backupGlobals="false"
  2. backupStaticAttributes="false"
  3. bootstrap="bootstrap.php"
  4. colors="false"
  5. convertErrorsToExceptions="true"
  6. convertNoticesToExceptions="true"
  7. convertWarningsToExceptions="true"
  8. processIsolation="false"
  9. stopOnFailure="false">
  10. <testsuites>
  11. <testsuite name="hamcrest-php">
  12. <directory suffix="Test.php">.</directory>
  13. </testsuite>
  14. </testsuites>
  15. <filter>
  16. <whitelist addUncoveredFilesFromWhitelist="true">
  17. <directory suffix=".php">../hamcrest</directory>
  18. </whitelist>
  19. </filter>
  20. </phpunit>