Files
framework/infection.json5
Gregory Letellier 13c80f5642 init
2023-11-14 11:18:23 +01:00

17 lines
306 B
Plaintext

{
"$schema": "vendor/infection/infection/resources/schema.json",
"source": {
"directories": [
"src"
]
},
"phpUnit": {
"configDir": ""
},
"logs": {
"text": "./var/log/infection.log"
},
"mutators": {
"@default": true
}
}