Version 1
[yaffs-website] / web / core / modules / system / tests / modules / session_test / session_test.services.yml
diff --git a/web/core/modules/system/tests/modules/session_test/session_test.services.yml b/web/core/modules/system/tests/modules/session_test/session_test.services.yml
new file mode 100644 (file)
index 0000000..324199d
--- /dev/null
@@ -0,0 +1,16 @@
+services:
+  session_test.subscriber:
+    class: Drupal\session_test\EventSubscriber\SessionTestSubscriber
+    tags:
+      - { name: event_subscriber }
+  session_test.session_handler.test_proxy:
+    class: Drupal\session_test\Session\TestSessionHandlerProxy
+    tags:
+      - { name: session_handler_proxy }
+  session_test.session_handler.test_proxy2:
+    class: Drupal\session_test\Session\TestSessionHandlerProxy
+    arguments: ['test_argument']
+    tags:
+      - { name: session_handler_proxy, priority: 20 }
+  session_test.session_handler_proxy_trace:
+    class: ArrayObject