diff --git a/tests/Converter/ConfigFormatConverter/YamlToPhp/Fixture/normal/default_with_empty_bind.yaml b/tests/Converter/ConfigFormatConverter/YamlToPhp/Fixture/normal/default_with_empty_bind.yaml new file mode 100644 index 00000000000..00e5887957b --- /dev/null +++ b/tests/Converter/ConfigFormatConverter/YamlToPhp/Fixture/normal/default_with_empty_bind.yaml @@ -0,0 +1,19 @@ +services: + _defaults: + autowire: true + autoconfigure: true + bind: +----- +services(); + + $services->defaults() + ->autowire() + ->autoconfigure() +};