Assert valid controller action names
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.