File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Component/HttpKernel/Tests/DependencyInjection Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -357,9 +357,9 @@ public function testBindingsOnChildDefinitions()
357
357
$ pass ->process ($ container );
358
358
359
359
$ locator = $ container ->getDefinition ((string ) $ resolver ->getArgument (0 ))->getArgument (0 );
360
- $ this ->assertInstanceOf (ServiceClosureArgument::class, $ locator ['child:fooAction ' ]);
360
+ $ this ->assertInstanceOf (ServiceClosureArgument::class, $ locator ['child:: fooAction ' ]);
361
361
362
- $ locator = $ container ->getDefinition ((string ) $ locator ['child:fooAction ' ]->getValues ()[0 ])->getArgument (0 );
362
+ $ locator = $ container ->getDefinition ((string ) $ locator ['child:: fooAction ' ]->getValues ()[0 ])->getArgument (0 );
363
363
$ this ->assertInstanceOf (ServiceClosureArgument::class, $ locator ['someArg ' ]);
364
364
$ this ->assertEquals (new Reference ('parent ' ), $ locator ['someArg ' ]->getValues ()[0 ]);
365
365
}
You can’t perform that action at this time.
0 commit comments