driftingly / rector-laravel

Rector upgrades rules for Laravel
http://getrector.org
MIT License
500 stars 49 forks source link

[Laravel100] Add method rename of assertTimesSent to assertSentTimes #161

Closed peterfox closed 8 months ago

peterfox commented 8 months ago

Pretty simple change for Laravel 10 upgrades. This change occurred in Laravel 10 but isn't documented in the upgrade guide

https://github.com/laravel/framework/pull/41136/files#diff-79076a209637866c842a9e9db32a961de43cfa12a3dd8bdfaf95694484dcee7b

peterfox commented 8 months ago

Ignore this for now, I forgot that the parameters also need to be swapped around for this. I'll make a rule instead for this.

driftingly commented 8 months ago

I've pulled in the latest changes to main here. Updates to coding style and GitHub actions.