cakephp / upgrade

Upgrade tools for CakePHP meant to facilitate migrating from one version of the framework to another
MIT License
110 stars 60 forks source link

Missing CakePHP 5 rectors #232

Closed LordSimal closed 1 year ago

LordSimal commented 1 year ago

I encountered the following issues while upgrading my app to the current CakePHP 5.0 RC1

LordSimal commented 1 year ago

The custom finder related rectors would require us to create our own custom rules for that like we already did in the past. Haven't had the time yet though to tackle that.

markstory commented 1 year ago

Remove useCommandRunner() from tests since its not needed anymore

This will also require a custom rector. We should also remove usage of useHttpServer() from tests as that method isn't in use anymore either.

LordSimal commented 1 year ago

as discussed with Mark Story we wont create any further Cake 5.0 rectors