Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / config_translation / tests / modules / config_translation_test / config_translation_test.services.yml
diff --git a/web/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.services.yml b/web/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.services.yml
new file mode 100644 (file)
index 0000000..b23d938
--- /dev/null
@@ -0,0 +1,5 @@
+services:
+  config_translation_test_event_subscriber:
+    class: Drupal\config_translation_test\EventSubscriber\ConfigTranslationTestSubscriber
+    tags:
+      - {name: event_subscriber}