infection.json.dist 371 B

1234567891011121314151617
  1. {
  2. "timeout": 1,
  3. "source": {
  4. "directories": [
  5. "classes\/src"
  6. ]
  7. },
  8. "logs": {
  9. "text": "build/infection/text.log",
  10. "summary": "build/infection/summary.log",
  11. "debug": "build/infection/debug.log",
  12. "perMutator": "build/infection/perMutator.md"
  13. },
  14. "mutators": {
  15. "@default": true
  16. }
  17. }