Version 1
[yaffs-website] / web / core / modules / system / tests / modules / update_script_test / update_script_test.services.yml
diff --git a/web/core/modules/system/tests/modules/update_script_test/update_script_test.services.yml b/web/core/modules/system/tests/modules/update_script_test/update_script_test.services.yml
new file mode 100644 (file)
index 0000000..82446ed
--- /dev/null
@@ -0,0 +1,7 @@
+services:
+  update_script_test.broken_path_processor:
+    class: Drupal\update_script_test\PathProcessor\BrokenInboundPathProcessor
+    arguments: ['@state']
+    tags:
+      - { name: path_processor_inbound, priority: 1000 }
+