SymfonyDependencyInjectionTest
SymfonyDependencyInjectionTest copied to clipboard
False positive with assertContainerBuilderHasServiceDefinitionWithArgument
assertContainerBuilderHasServiceDefinitionWithArgument
does not fail if service argument is a Reference object and assertion argument comes as a string.
I think it should fail, since Reference argument and string argument is two different things