Skip to content

Commit 59216d6

Browse files
committed
file added
1 parent 9539e3f commit 59216d6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

infection.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"source": {
3+
"directories": [
4+
"src"
5+
]
6+
},
7+
"timeout": 10,
8+
"logs": {
9+
"text": "infection-log.txt"
10+
},
11+
"phpUnit": {
12+
"customPath": "vendor/bin/phpunit"
13+
}
14+
}

0 commit comments

Comments
 (0)