SymfonyDependencyInjectionTest icon indicating copy to clipboard operation
SymfonyDependencyInjectionTest copied to clipboard

False positive with assertContainerBuilderHasServiceDefinitionWithArgument

Open rmikalkenas opened this issue 2 years ago • 0 comments

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

rmikalkenas avatar Apr 05 '22 07:04 rmikalkenas