Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / integration / instanceof_parent_child / expected.yml
diff --git a/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/instanceof_parent_child/expected.yml b/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/instanceof_parent_child/expected.yml
new file mode 100644 (file)
index 0000000..074ed01
--- /dev/null
@@ -0,0 +1,7 @@
+services:
+    child_service_expected:
+        class: stdClass
+        # applied to _instanceof of parent
+        autowire: true
+        # from _instanceof, applies to parent, but does NOT inherit to here
+        # tags: [from_instanceof]