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.

19 lines
671 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <phpunit backupGlobals="true"
  3. backupStaticAttributes="false"
  4. colors="true"
  5. convertErrorsToExceptions="true"
  6. convertNoticesToExceptions="true"
  7. convertWarningsToExceptions="true"
  8. forceCoversAnnotation="false"
  9. mapTestClassNameToCoveredClassName="false"
  10. processIsolation="false"
  11. stopOnError="false"
  12. stopOnFailure="false"
  13. stopOnIncomplete="false"
  14. stopOnSkipped="false"
  15. syntaxCheck="false"
  16. testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader"
  17. strict="true"
  18. verbose="false">
  19. </phpunit>