add mutation testing
All checks were successful
/ ls (pull_request) Successful in 2m13s
/ ls (push) Successful in 2m11s

This commit is contained in:
lubiana 2024-09-15 22:11:42 +02:00
parent 12ff38ecd6
commit 7674b6a6bd
No known key found for this signature in database
22 changed files with 1239 additions and 247 deletions

View file

@ -25,6 +25,7 @@
"symfony/yaml": "7.1.*"
},
"require-dev": {
"infection/infection": "^0.29.6",
"lubiana/code-quality": "^1.7.2",
"phpunit/phpunit": "^9.6.20",
"symfony/browser-kit": "7.1.*",
@ -38,7 +39,8 @@
"php-http/discovery": true,
"symfony/flex": true,
"symfony/runtime": true,
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"infection/extension-installer": true
},
"sort-packages": true,
"platform": {
@ -81,7 +83,8 @@
"rector",
"ecs --fix || ecs --fix"
],
"test": "bin/phpunit"
"test": "bin/phpunit",
"mutation": "infection --threads=8 --show-mutations"
},
"conflict": {
"symfony/symfony": "*"