Skip to content

Instantly share code, notes, and snippets.

@dinwwwh
Last active June 25, 2022 03:50
Show Gist options
  • Save dinwwwh/7281b1815c8237f9fb47a5ea80281d75 to your computer and use it in GitHub Desktop.
Save dinwwwh/7281b1815c8237f9fb47a5ea80281d75 to your computer and use it in GitHub Desktop.
infection/infection
{
"source": {
"directories": ["app"],
"excludes": [
"Actions/Fortify",
"Actions/Jetstream",
"Console/Kernel.php",
"Exceptions",
"Http/Middleware",
"Http/Kernel.php",
"Nova",
"Filament",
"Providers"
]
},
"logs": {
"text": "infection.log",
"html": "infection.html"
},
"mutators": {
"@arithmetic": true,
"@boolean": true,
"@conditional_boundary": true,
"@conditional_negotiation": true,
"@number": true,
"@operator": true,
"@regex": true,
"@removal": true,
"@return_value": true,
"@sort": true,
"@unwrap": true
},
"testFramework": "pest"
}
{
"source": {
"directories": ["src"]
},
"phpUnit": {
"configDir": ""
},
"logs": {
"text": "infection.log",
"html": "infection.html"
},
"mutators": {
"@arithmetic": true,
"@boolean": true,
"@conditional_boundary": true,
"@conditional_negotiation": true,
"@number": true,
"@operator": true,
"@regex": true,
"@removal": true,
"@return_value": true,
"@sort": true,
"@unwrap": true
},
"testFramework": "pest"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment