Skip to content

Commit

Permalink
Add infection configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Sep 27, 2022
1 parent 0b31f0f commit b900461
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions infection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/infection/infection/0.26.10/resources/schema.json",
"source": {
"directories": [
"src"
]
},
"phpUnit": {
"customPath": "./tools/phpunit"
},
"mutators": {
"@default": true
}
}

0 comments on commit b900461

Please sign in to comment.