Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / integration / defaults_child_tags / expected.yml
diff --git a/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/defaults_child_tags/expected.yml b/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/defaults_child_tags/expected.yml
new file mode 100644 (file)
index 0000000..cb36636
--- /dev/null
@@ -0,0 +1,8 @@
+services:
+    child_service_expected:
+        class: stdClass
+        # set explicitly on child (not overridden by parent)
+        autoconfigure: false
+        # set explicitly on child
+        autowire: true
+        tags: [from_defaults]