Description
When utilizing the phinx backend using the application configuration dictated here:
https://book.cakephp.org/migrations/4/en/upgrading-to-builtin-backend.html
The migrations migrate command properly utilizes the MigrationsMigrateCommand whereas migrations rollback incorrectly loads RollbackCommand as opposed to the MigrationsRollbackCommand for the phinx backend context which does not have the same functionality.
CakePHP Version
5.2.9
PHP Version
8.4