Init
This commit is contained in:
17
infection.json5
Normal file
17
infection.json5
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema": "vendor/infection/infection/resources/schema.json",
|
||||
"source": {
|
||||
"directories": [
|
||||
"src"
|
||||
]
|
||||
},
|
||||
"phpUnit": {
|
||||
"configDir": ""
|
||||
},
|
||||
"logs": {
|
||||
"text": "./var/log/infection.log"
|
||||
},
|
||||
"mutators": {
|
||||
"@default": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user