File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/Integration/DependencyInjection Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99 <argument key =" $extendedHttpMockClientCollection" type =" service" id =" BehatHttpMockContext\Collection\ExtendedHttpMockClientCollection" />
1010 </service >
1111 <service public =" true" autowire =" true" id =" BehatHttpMockContext\Collection\ExtendedHttpMockClientCollection" class =" BehatHttpMockContext\Collection\ExtendedHttpMockClientCollection" >
12- <argument key =" $handlers " type =" tagged_iterator" tag =" mock.http_client" />
12+ <argument key =" $httpClients " type =" tagged_iterator" tag =" mock.http_client" />
1313 </service >
1414 </services >
1515</container >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public function testWithDefaultConfig(): void
2222 $ collectionDefinition = $ container ->getDefinition (ExtendedHttpMockClientCollection::class);
2323 self ::assertSame (ExtendedHttpMockClientCollection::class, $ collectionDefinition ->getClass ());
2424
25- $ handlersArgument = $ collectionDefinition ->getArgument ('$handlers ' );
25+ $ handlersArgument = $ collectionDefinition ->getArgument ('$httpClients ' );
2626 self ::assertInstanceOf (TaggedIteratorArgument::class, $ handlersArgument );
2727 self ::assertSame (
2828 'mock.http_client ' ,
You can’t perform that action at this time.
0 commit comments