-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathinfection.json.dist
More file actions
28 lines (28 loc) · 722 Bytes
/
infection.json.dist
File metadata and controls
28 lines (28 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"timeout": 120,
"source": {
"directories": [
"src"
]
},
"logs": {
"text": "./var/infection.log",
"summary": "./var/infection-summary.log",
"json": "./var/infection.json",
"perMutator": "./var/infection-per-mutator.md"
},
"mutators": {
"@default": true,
"InstanceOf_": {
"ignore": [
"ApiClients\\Tools\\Psr7\\Oauth1\\RequestSigning\\RequestSigner::sign",
"ApiClients\\Tools\\Psr7\\Oauth1\\Signature\\Signature::getKey"
]
},
"UnwrapStrRepeat": false,
"UnwrapStrShuffle": false
},
"phpUnit": {
"configDir": "./etc/qa/"
}
}