Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / user / tests / modules / user_form_test / user_form_test.routing.yml
1 user_form_test.cancel:
2   path: '/user_form_test_cancel/{user}'
3   defaults:
4     _entity_form: 'user.cancel'
5   requirements:
6     _permission: 'cancel other accounts'