Skip to content

Commit

Permalink
infectioon
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed May 25, 2024
1 parent 44befa5 commit 1461008
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .infection.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://raw.githubusercontent.com/infection/infection/0.27.0/resources/schema.json",
"source": {
"directories": [
".",
],
},
"mutators": {
"@default": true,
},
"phpUnit": {
"configDir": ".",
"customPath": "./vendor/bin/phpunit"
},
"initialTestsPhpOptions": "-dxdebug.mode=off -dpcov.enabled=1 -dpcov.directory=.",
"bootstrap": "./vendor/autoloadmoodle.php"
}

0 comments on commit 1461008

Please sign in to comment.