Skip to content

Commit c191321

Browse files
committed
Configure infection
1 parent f12686c commit c191321

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"phpunit/phpunit": "^6.0",
88
"phpdocumentor/reflection-docblock": "^4.0"
99
},
10+
"require-dev": {
11+
"infection/infection": "^0.7.0"
12+
},
1013
"autoload": {
1114
"psr-4": {
1215
"Zalas\\PHPUnit\\DependencyInjection\\": "src"

infection.json.dist

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"timeout": 2,
3+
"source": {
4+
"directories": [
5+
"src"
6+
]
7+
},
8+
"logs": {
9+
"text": "build/infection-log.txt"
10+
}
11+
}

0 commit comments

Comments
 (0)