Skip to content

Commit

Permalink
Update infection.json
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech authored Aug 4, 2020
1 parent b3d9e42 commit 05e10e4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions infection.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@
]
},
"logs": {
"text": "var/logs/infection.log",
"summary": "var/logs/infection_summary.log",
"debug": "var/logs/infection_summary.log"
"text": "./var/infection/infection.log",
"summary": "./var/infection/infection_summary.log",
"debug": "./var/infection/infection_summary.log",
"badge": {
"branch": "1.x"
}
},
"mutators": {
"@default": true,
"PublicVisibility": false
},
"testFramework": "phpunit",
"bootstrap": "./vendor/autoload.php"
}
}

0 comments on commit 05e10e4

Please sign in to comment.