File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ deptrac: tools/deptrac
42
42
.PHONY : deptrac
43
43
44
44
infection : tools/infection tools/infection.pubkey
45
- phpdbg -qrr ./tools/infection --no-interaction --formatter=progress --min-msi=96 --min-covered-msi=96 --only-covered --ansi
45
+ phpdbg -qrr ./tools/infection --no-interaction --formatter=progress --min-msi=100 --min-covered-msi=100 --only-covered --ansi
46
46
.PHONY : infection
47
47
48
48
phpunit : tools/phpunit
Original file line number Diff line number Diff line change 12
12
"@default": true,
13
13
"IdenticalEqual": false,
14
14
"NotIdenticalNotEqual": false,
15
+ "OneZeroInteger": {
16
+ "ignore": [
17
+ "Zalas\\Injector\\PHPUnit\\Symfony\\Compiler\\Discovery\\ClassFinder::findClassInFile"
18
+ ]
19
+ },
15
20
"ProtectedVisibility": {
16
21
"ignore": [
17
22
"Zalas\\Injector\\PHPUnit\\Symfony\\TestCase\\SymfonyKernel::bootKernel",
You can’t perform that action at this time.
0 commit comments