Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / services_autoconfigure_with_parent.yml
diff --git a/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services_autoconfigure_with_parent.yml b/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services_autoconfigure_with_parent.yml
new file mode 100644 (file)
index 0000000..c6e3080
--- /dev/null
@@ -0,0 +1,8 @@
+services:
+    parent_service:
+        class: stdClass
+
+    child_service:
+        class: stdClass
+        autoconfigure: true
+        parent: parent_service