Skip to content

Commit 5c68e7a

Browse files
committed
Fix infection PHPunit config
1 parent cc54814 commit 5c68e7a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

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

0 commit comments

Comments
 (0)