This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
infection.json
44 lines (44 loc) · 1.74 KB
/
infection.json
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
{
"timeout": 10,
"source": {
"directories": [
"src"
]
},
"logs": {
"text": "build/infection/infection.log",
"summary": "build/infection/summary.log",
"perMutator": "build/infection/per-mutator.md",
"badge": {
"branch": "master"
}
},
"mutators": {
"@default": true,
"MethodCallRemoval": {
"ignore": [
"VGirol\\JsonApiAssert\\Asserts\\Structure\\AssertMembers::assertHasData",
"VGirol\\JsonApiAssert\\Asserts\\Structure\\AssertMembers::assertHasAttributes",
"VGirol\\JsonApiAssert\\Asserts\\Structure\\AssertMembers::assertHasLinks",
"VGirol\\JsonApiAssert\\Asserts\\Structure\\AssertMembers::assertHasMeta",
"VGirol\\JsonApiAssert\\Asserts\\Structure\\AssertMembers::assertHasIncluded",
"VGirol\\JsonApiAssert\\Asserts\\Structure\\AssertMembers::assertHasRelationships",
"VGirol\\JsonApiAssert\\Asserts\\Structure\\AssertMembers::assertHasErrors",
"VGirol\\JsonApiAssert\\Asserts\\Structure\\AssertMembers::assertHasJsonapi"
]
},
"ProtectedVisibility": {
"ignore": [
"VGirol\\JsonApiAssert\\Asserts\\Structure\\AssertArrays::isArrayOfObjects",
"VGirol\\JsonApiAssert\\HaveValidationService::getServiceInstance",
"VGirol\\JsonApiAssert\\HaveValidationService::askService",
"VGirol\\JsonApiAssert\\HaveValidationService::proxyService",
"VGirol\\JsonApiAssert\\HaveValidationService::succeed"
]
}
},
"testFramework":"phpunit",
"phpUnit": {
"configDir": "."
}
}