Skip to content

Instantly share code, notes, and snippets.

View markwalet's full-sized avatar

Mark Walet markwalet

View GitHub Profile
@markwalet
markwalet / infection.json5
Last active July 9, 2023 11:31
Infection configuration for a Laravel project
{
"$schema": "vendor/infection/infection/resources/schema.json",
"source": {
"directories": [
"app"
],
"excludes": [
"Commands/Test", // Temporary commands that are used to fix production data
"Actions/Fortify", // Not testing Laravel code.
"Actions/Jetstream" // Not testing Laravel code.