infection-db.json 566 B

1234567891011121314151617181920212223
  1. {
  2. "source": {
  3. "directories": [
  4. "module/*/src"
  5. ]
  6. },
  7. "timeout": 5,
  8. "logs": {
  9. "text": "build/infection-db/infection-log.txt",
  10. "summary": "build/infection-db/summary-log.txt",
  11. "debug": "build/infection-db/debug-log.txt"
  12. },
  13. "tmpDir": "build/infection-db/temp",
  14. "phpUnit": {
  15. "configDir": "."
  16. },
  17. "testFrameworkOptions": "--configuration=phpunit-db.xml",
  18. "mutators": {
  19. "@default": true,
  20. "IdenticalEqual": false,
  21. "NotIdenticalNotEqual": false
  22. }
  23. }