1
0

phpunit.xml.dist 602 B

1234567891011121314151617181920
  1. <phpunit backupGlobals="true"
  2. backupStaticAttributes="false"
  3. bootstrap="vendor/autoload.php"
  4. cacheTokens="true"
  5. colors="false"
  6. convertErrorsToExceptions="true"
  7. convertNoticesToExceptions="true"
  8. convertWarningsToExceptions="true"
  9. forceCoversAnnotation="false"
  10. mapTestClassNameToCoveredClassName="false"
  11. printerClass="PHPUnit_TextUI_ResultPrinter"
  12. processIsolation="false"
  13. stopOnError="false"
  14. stopOnFailure="false"
  15. stopOnIncomplete="false"
  16. stopOnSkipped="false"
  17. testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader"
  18. strict="false"
  19. verbose="false">
  20. </phpunit>