efureev/php-support

View on GitHub
infection.json

Summary

Maintainability
Test Coverage
{
  "source": {
    "directories": [
      "src"
    ]
  },
  "timeout": 10,
  "logs": {
    "text": "infection.log",
    "summary": "summary.log",
    "perMutator": "per-mutator.md",
    "badge": {
      "branch": "master"
    }
  },
  "tmpDir": "/tmp",
  "mutators": {
    "@default": true,
    "@function_signature": false,
    "TrueValue": {
      "ignore": [
        "NameSpace\\*\\Class::method"
      ]
    }
  },
  "testFramework": "phpunit",
  "testFrameworkOptions": "-vvv"
}