Skip to content

Assert valid controller action names

Compare
Choose a tag to compare
@dereuromark dereuromark released this 03 Jan 20:54
· 431 commits to master since this release

Using Configure::read('Shim.assertActionNames') you can assert that all controller actions have been properly migrated to the new camelBacked naming scheme. They must not be underscored anymore for DashedRoute setup.