-
Notifications
You must be signed in to change notification settings - Fork 0
/
infection.json5
54 lines (54 loc) · 1.47 KB
/
infection.json5
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"source": {
"directories": [
"src"
],
"excludes": [
"/Provider\\/.*ProcessorProvider\\.php/",
]
},
"timeout": 10,
"logs": {
"text": "infection.log"
},
"mutators": {
"@default": true,
"MatchArmRemoval": {
ignore: [
"Temkaa\\SimpleCollections\\Processor\\Condition\\CompareProcessor::compare"
]
},
"TrueValue": {
ignore: [
"Temkaa\\SimpleCollections\\Model\\Sort\\ByCallback::__construct"
]
},
"Throw_": {
ignore: [
"Temkaa\\SimpleCollections\\Processor\\Condition\\CompareProcessor::compare"
]
},
"InstanceOf_": {
ignore: [
"Temkaa\\SimpleCollections\\Processor\\*\\*Processor::supports"
]
},
"LogicalAnd": {
ignore: [
"Temkaa\\SimpleCollections\\Processor\\Sort\\ByValuesProcessor::process",
"Temkaa\\SimpleCollections\\Processor\\Sort\\ByCallbackProcessor::process"
]
},
"Ternary": {
ignore: [
"Temkaa\\SimpleCollections\\Processor\\Sort\\ByKeysProcessor::process"
]
},
"Identical": {
ignore: [
"Temkaa\\SimpleCollections\\Processor\\Sort\\ByKeysProcessor::process"
]
}
},
"minMsi": 100
}