File tree 1 file changed +3
-3
lines changed
src/Symfony/Component/DependencyInjection/Tests/Compiler 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ public function testSetterInjection()
450
450
$ methodCalls = $ container ->getDefinition ('setter_injection ' )->getMethodCalls ();
451
451
452
452
// grab the call method names
453
- $ actualMethodNameCalls = array_map (function ($ call ) {
453
+ $ actualMethodNameCalls = array_map (function ($ call ) {
454
454
return $ call [0 ];
455
455
}, $ methodCalls );
456
456
$ this ->assertEquals (
@@ -507,9 +507,9 @@ public function testIgnoreServiceWithClassNotExisting()
507
507
{
508
508
$ container = new ContainerBuilder ();
509
509
510
- $ container ->register ('class_not_exist ' , __NAMESPACE__ . '\OptionalServiceClass ' );
510
+ $ container ->register ('class_not_exist ' , __NAMESPACE__ . '\OptionalServiceClass ' );
511
511
512
- $ barDefinition = $ container ->register ('bar ' , __NAMESPACE__ . '\Bar ' );
512
+ $ barDefinition = $ container ->register ('bar ' , __NAMESPACE__ . '\Bar ' );
513
513
$ barDefinition ->setAutowired (true );
514
514
515
515
$ pass = new AutowirePass ();
You can’t perform that action at this time.
0 commit comments