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.

26 lines
835 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <phpunit bootstrap="bootstrap.php"
  3. backupGlobals="true"
  4. backupStaticAttributes="false"
  5. colors="true"
  6. convertErrorsToExceptions="true"
  7. convertNoticesToExceptions="true"
  8. convertWarningsToExceptions="true"
  9. forceCoversAnnotation="false"
  10. mapTestClassNameToCoveredClassName="false"
  11. processIsolation="false"
  12. stopOnError="false"
  13. stopOnFailure="false"
  14. stopOnIncomplete="false"
  15. stopOnSkipped="false"
  16. syntaxCheck="false"
  17. testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader"
  18. strict="true"
  19. verbose="false">
  20. <filter>
  21. <blacklist>
  22. <directory>../util/FirePHPCore-0.3.2</directory>
  23. <directory>.</directory>
  24. </blacklist>
  25. </filter>
  26. </phpunit>