Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / integration / autoconfigure_child_not_applied / expected.yml
diff --git a/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/autoconfigure_child_not_applied/expected.yml b/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/autoconfigure_child_not_applied/expected.yml
new file mode 100644 (file)
index 0000000..ca08caa
--- /dev/null
@@ -0,0 +1,10 @@
+services:
+    child_service_expected:
+        class: Symfony\Component\DependencyInjection\Tests\Compiler\IntegrationTestStub
+        # the parent has autoconfigure true, but that does not cascade to the child
+        autoconfigure: false
+        # an autoconfigured "instanceof" is setup for IntegrationTestStub
+        # but its calls are NOT added, because the class was only
+        # set on the parent, not the child
+        #calls:
+        #    - [enableSummer, [true]]