Version 1
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / badtag2.yml
diff --git a/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/badtag2.yml b/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/badtag2.yml
new file mode 100644 (file)
index 0000000..9028814
--- /dev/null
@@ -0,0 +1,6 @@
+services:
+    foo_service:
+        class:    FooClass
+        tags:
+          # tag is missing the name key
+          foo_tag:   { foo: bar }