Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / modules / system / tests / modules / url_alter_test / url_alter_test.services.yml
1 services:
2   url_alter_test.path_processor:
3     class: Drupal\url_alter_test\PathProcessorTest
4     tags:
5       - { name: path_processor_inbound, priority: 800 }
6       - { name: path_processor_outbound, priority: 100 }