加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
infection.json 2.09 KB
一键复制 编辑 原始数据 按行查看 历史
{
"ignoreMsiWithNoMutations": true,
"logs": {
"github": false,
"html": "build/infection/infection.html",
"text": "build/infection/infection.text"
},
"minCoveredMsi": 80,
"minMsi": 80,
"mutators": {
"@default": true,
"@function_signature": true,
"global-ignore": [
"Client::__construct"
],
"global-ignoreSourceCodeByRegex": [
"Assert::.*"
],
"IncrementInteger": {
"ignore": [
"Guanguans\\Notify\\Foundation\\Concerns\\Dumpable::dd"
],
"ignoreSourceCodeByRegex": [
".*"
]
},
"ArrayItem": false,
"ArrayItemRemoval": false,
"ArrayOneItem": false,
"AssignCoalesce": false,
"Assignment": false,
"BitwiseOr": false,
"CastString": false,
"Coalesce": false,
"Concat": false,
"ConcatOperandRemoval": false,
"DecrementInteger": false,
"FalseValue": false,
"Foreach_": false,
"FunctionCallRemoval": false,
"GreaterThanOrEqualTo": false,
"Identical": false,
"InstanceOf_": false,
"LessThan": false,
"LessThanNegotiation": false,
"LogicalAnd": false,
"LogicalNot": false,
"LogicalOr": false,
"MethodCallRemoval": false,
"NotIdentical": false,
"Plus": false,
"ProtectedVisibility": false,
"PublicVisibility": false,
"Ternary": false,
"This": false,
"TrueValue": false,
"UnwrapArrayMerge": false,
"UnwrapArrayPad": false,
"UnwrapArrayReduce": false,
"UnwrapArrayUnique": false,
"UnwrapLtrim": false,
"UnwrapStrToLower": false,
"UnwrapSubstr": false,
"While_": false
},
"phpUnit": {
"configDir": "./"
},
"source": {
"directories": [
"src/Foundation"
],
"excludes": [
"Rectors",
"Support"
]
},
"testFramework": "pest",
"timeout": 10
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化