generated from yii-tools/template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
infection.json.dist
50 lines (50 loc) · 2.32 KB
/
infection.json.dist
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
{
"source": {
"directories": [
"src"
]
},
"logs": {
"text": "infection.log",
"stryker": {
"report": "main"
}
},
"mutators": {
"@default": true,
"PublicVisibility": {
"ignore": [
"PHPForge\\Html\\Attribute\\Aria\\HasAriaDescribedBy::ariaDescribedBy",
"PHPForge\\Html\\Attribute\\Custom\\HasAttributes::attributes",
"PHPForge\\Html\\Attribute\\Custom\\HasContent::content",
"PHPForge\\Html\\Attribute\\Custom\\HasEnclosedByLabel::enclosedByLabel",
"PHPForge\\Html\\Attribute\\Custom\\HasLabelCollection::label",
"PHPForge\\Html\\Attribute\\Custom\\HasLabelCollection::labelAttributes",
"PHPForge\\Html\\Attribute\\Custom\\HasLabelCollection::labelClass",
"PHPForge\\Html\\Attribute\\Custom\\HasLabelCollection::labelFor",
"PHPForge\\Html\\Attribute\\Custom\\HasLabelCollection::notLabel",
"PHPForge\\Html\\Attribute\\Field\\HasGenerateField::generateField",
"PHPForge\\Html\\Attribute\\HasClass::class",
"PHPForge\\Html\\Attribute\\HasId::getId",
"PHPForge\\Html\\Attribute\\HasId::id",
"PHPForge\\Html\\Attribute\\Input\\CanBeChecked::checked",
"PHPForge\\Html\\Attribute\\Input\\CanBeRequired::required",
"PHPForge\\Html\\Attribute\\Input\\HasMax::max",
"PHPForge\\Html\\Attribute\\Input\\HasMaxLength::maxlength",
"PHPForge\\Html\\Attribute\\Input\\HasMin::min",
"PHPForge\\Html\\Attribute\\Input\\HasMinLength::minlength",
"PHPForge\\Html\\Attribute\\Input\\HasName::name",
"PHPForge\\Html\\Attribute\\Input\\HasPattern::pattern",
"PHPForge\\Html\\Attribute\\Input\\HasPlaceholder::placeholder",
"PHPForge\\Html\\Attribute\\Input\\HasSrc::src",
"PHPForge\\Html\\Attribute\\Input\\HasValue::value"
]
},
"TrueValue": {
"ignore": [
"PHPForge\\Html\\Attribute\\Custom\\HasPrefixCollection::renderPrefixTag",
"PHPForge\\Html\\Attribute\\Custom\\HasSuffixCollection::renderSuffixTag"
]
}
}
}