Skip to content

Commit 51a282f

Browse files
committed
Add infection configuration
1 parent 861355d commit 51a282f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

infection.json5

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/infection/infection/0.26.21/resources/schema.json",
3+
"source": {
4+
"directories": [
5+
"src"
6+
]
7+
},
8+
"phpUnit": {
9+
"customPath": "./tools/phpunit"
10+
},
11+
"logs": {
12+
"html": "./build/infection/report.html"
13+
},
14+
"mutators": {
15+
"@default": true
16+
}
17+
}

0 commit comments

Comments
 (0)