Files
PdoWrapper/infection.json5
Gregory Letellier a2dc633be4 Init
2023-10-26 14:34:20 +02: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
}
}