rectorphp / rector-phpunit

Rector upgrade rules for PHPUnit
http://getrector.com
MIT License
61 stars 46 forks source link

Add `complete-check` composer script same as it's done in `rectorphp/rector-src`. #321

Closed maks-rafalko closed 2 months ago

maks-rafalko commented 3 months ago

This is a follow up for https://github.com/rectorphp/rector-phpunit/pull/320 and should be merged after it.

Add complete-check composer script same as it's done in rectorphp/rector-src.

Example taken from:

https://github.com/rectorphp/rector-src/blob/fc250dd8da281cb79f5657d2f5d6c6c0053e54d1/composer.json#L106-L111

maks-rafalko commented 2 months ago

please review @TomasVotruba @samsonasik

It would already save me time as working on https://github.com/rectorphp/rector-phpunit/pull/319 I need to run 5 commands instead of this one :)

TomasVotruba commented 2 months ago

Let's give it a try, thank you :)

maks-rafalko commented 2 months ago

Let's give it a try

but you use exactly the same approach on main rector repository :) so it's just a copy for consistency

https://github.com/rectorphp/rector-src/blob/fc250dd8da281cb79f5657d2f5d6c6c0053e54d1/composer.json#L106-L111