fuc-new/vendor/friendsofphp/php-cs-fixer/infection.json5.dist
2026-05-02 16:20:44 +08:00

25 lines
669 B
Plaintext

{
"$schema": "vendor/infection/infection/resources/schema.json",
"testFrameworkOptions": "--testsuite=unit",
"source": {
"directories": [
"src"
]
},
"mutators": {
"@default": true,
"Throw_": {
"ignore": [
// It makes `tests/Fixtures/cache-file-handler/cache-file` unreadable (permissions)
"PhpCsFixer\\Cache\\FileHandler"
]
},
"LogicalNot": {
"ignore": [
// Causes modifications in `tests/Fixtures/FixerTest/fix/*.php`
"PhpCsFixer\\Runner\\Runner::fixFile"
]
}
}
}