Skip to content

Commit 56cd12c

Browse files
committed
Fix infection PHPunit config
1 parent cc54814 commit 56cd12c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

infection.json.dist renamed to infection.json5.dist

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"timeout": 20,
32
"source": {
43
"directories": [
54
"src"
@@ -8,15 +7,13 @@
87
"Resources/config"
98
]
109
},
10+
"timeout": 20,
1111
"phpUnit": {
1212
"configDir": ".",
1313
"customPath": "vendor\/bin\/phpunit"
1414
},
1515
"logs": {
16-
"text": "infection.log",
17-
"badge": {
18-
"branch": "main"
19-
}
16+
"text": "infection.log"
2017
},
2118
"mutators": {
2219
"@default": true

0 commit comments

Comments
 (0)