File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 2828 "squizlabs/php_codesniffer" : " ~3" ,
2929 "sllh/composer-versions-check" : " ^2.0" ,
3030 "phpstan/phpstan-strict-rules" : " ^0.11" ,
31- "infection/infection" : " ^0.10. 0" ,
31+ "infection/infection" : " ^0.0" ,
3232 "funkyproject/reflection-file" : " ^0.1.0" ,
3333 "phpunit/php-invoker" : " ^2.0"
3434 },
Original file line number Diff line number Diff line change @@ -15,16 +15,14 @@ function runInfection(){
1515 --threads=${infectionThreads} \
1616 --configuration=${infectionConfig} \
1717 --min-msi=${infectionMutationScoreIndicator} \
18- --min-covered-msi=${infectionCoveredCodeMSI} \
19- --test-framework-options=" --cache-result-file=/tmp/.infection.phpunit.cache"
18+ --min-covered-msi=${infectionCoveredCodeMSI}
2019 else
2120 ${phpBinPath} -f ./bin/infection \
2221 " ${extraArgs[@]} " \
2322 --threads=${infectionThreads} \
2423 --configuration=${infectionConfig} \
2524 --min-msi=${infectionMutationScoreIndicator} \
26- --min-covered-msi=${infectionCoveredCodeMSI} \
27- --test-framework-options=" --cache-result-file=/tmp/.infection.phpunit.cache"
25+ --min-covered-msi=${infectionCoveredCodeMSI}
2826 fi
2927}
3028
Original file line number Diff line number Diff line change 55phpMdExitCode=99
66while (( phpMdExitCode > 0 ))
77do
8- set -x
98 phpNoXdebug -f bin/phpmd -- \
109 $pathsString \
1110 text \
2423 tryAgainOrAbort " PHP Mess Detector"
2524 fi
2625done
27- set +x
2826set -e
You can’t perform that action at this time.
0 commit comments