File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 33/compiler /vendor
44/conf /config.local.yml
55/build-cs
6+ /infection.json5
7+ /build-infection
68/vendor
79/.idea /*
810! .idea /icon.png
Original file line number Diff line number Diff line change @@ -164,3 +164,12 @@ name-collision:
164164
165165composer-dependency-analyser :
166166 php vendor/bin/composer-dependency-analyser --config build/composer-dependency-analyser.php
167+
168+ .PHONY : infection
169+ infection :
170+ git clone https://github.com/phpstan/build-infection.git || true
171+ git -C build-infection fetch origin && git -C build-infection reset --hard origin/1.x
172+ composer install --working-dir build-infection --no-interaction --no-progress
173+ php build-infection/bin/infection-config.php --source-directory=' build/PHPStan/Build' > infection.json5
174+ php vendor/bin/infection --ignore-msi-with-no-mutations --logger-text=php://stdout
175+ rm infection.json5
You can’t perform that action at this time.
0 commit comments