Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / filter / tests / filter_test / filter_test.routing.yml
1
2 filter_text.text_format:
3   path: '/filter-test/text-format'
4   defaults:
5     _title: 'Text format test forms'
6     _form: 'Drupal\filter_test\Form\FilterTestFormatForm'
7   requirements:
8     _access: 'TRUE'