Version 1
[yaffs-website] / web / core / modules / system / tests / modules / module_install_class_loader_test2 / module_install_class_loader_test2.services.yml
diff --git a/web/core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.services.yml b/web/core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.services.yml
new file mode 100644 (file)
index 0000000..7ecca45
--- /dev/null
@@ -0,0 +1,5 @@
+services:
+  module_install_class_loader_test1.event_subscriber:
+    class: Drupal\module_install_class_loader_test2\EventSubscriber
+    tags:
+      - { name: event_subscriber }