File tree 6 files changed +1
-85
lines changed
6 files changed +1
-85
lines changed Original file line number Diff line number Diff line change 14
14
/.prettierrc export-ignore
15
15
/.scrutinizer.yml export-ignore
16
16
/CHANGELOG.md export-ignore
17
- /infection.json export-ignore
18
17
/LICENSE export-ignore
19
18
/Makefile export-ignore
20
19
/grumphp.yml export-ignore
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 32
32
"require-dev" : {
33
33
"ext-pcov" : " *" ,
34
34
"drupol/php-conventions" : " ^5" ,
35
- "infection/infection" : " ^0.26" ,
36
35
"phpbench/phpbench" : " ^1.2" ,
37
36
"phpstan/phpstan-strict-rules" : " ^1.0" ,
38
37
"phpunit/php-code-coverage" : " ^9.2 || ^10" ,
53
52
"allow-plugins" : {
54
53
"composer/package-versions-deprecated" : true ,
55
54
"ergebnis/composer-normalize" : true ,
56
- "infection/extension-installer" : true ,
57
55
"phpro/grumphp" : true ,
58
56
"phpstan/extension-installer" : true
59
57
},
62
60
"scripts" : {
63
61
"changelog-unreleased" : " auto-changelog -c .auto-changelog -u" ,
64
62
"changelog-version" : " auto-changelog -c .auto-changelog -v" ,
65
- "grumphp" : " ./vendor/bin/grumphp run" ,
66
- "infection" : " vendor/bin/infection run -j 2"
63
+ "grumphp" : " ./vendor/bin/grumphp run"
67
64
}
68
65
}
Original file line number Diff line number Diff line change @@ -46,9 +46,3 @@ parameters:
46
46
clover_coverage :
47
47
clover_file : build/logs/coverage/clover.xml
48
48
level : 95
49
- infection :
50
- threads : 10
51
- test_framework : phpunit
52
- configuration : infection.json
53
- min_msi : 85
54
- min_covered_msi : 85
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 23
23
<directory suffix =" .php" >src</directory >
24
24
</include >
25
25
<report >
26
- <xml outputDirectory =" build/logs/coverage/coverage-xml/infection" />
27
26
<html outputDirectory =" build/logs/coverage/html-coverage" />
28
27
<clover outputFile =" build/logs/coverage/clover.xml" />
29
28
</report >
You can’t perform that action at this time.
0 commit comments