Version 1
[yaffs-website] / web / core / modules / system / tests / modules / url_alter_test / url_alter_test.services.yml
diff --git a/web/core/modules/system/tests/modules/url_alter_test/url_alter_test.services.yml b/web/core/modules/system/tests/modules/url_alter_test/url_alter_test.services.yml
new file mode 100644 (file)
index 0000000..58b98ba
--- /dev/null
@@ -0,0 +1,6 @@
+services:
+  url_alter_test.path_processor:
+    class: Drupal\url_alter_test\PathProcessorTest
+    tags:
+      - { name: path_processor_inbound, priority: 800 }
+      - { name: path_processor_outbound, priority: 100 }