Skip to content

Commit 26cedbb

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [Notifier][Webhook] Add Vonage support [Notifier] Add GoIP bridge [Workflow] Use TRANSITION_TYPE_WORKFLOW for rendering workflow in profiler Remove unneeded calls to setPublic(false)
2 parents a6f6ed8 + f8f1127 commit 26cedbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/DependencyInjection/FormPassTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ public function testAddTaggedTypes()
6464
(new Definition(ServiceLocator::class, [[
6565
__CLASS__.'_Type1' => new ServiceClosureArgument(new Reference('my.type1')),
6666
__CLASS__.'_Type2' => new ServiceClosureArgument(new Reference('my.type2')),
67-
]]))->addTag('container.service_locator')->setPublic(false),
68-
$locator->setPublic(false)
67+
]]))->addTag('container.service_locator'),
68+
$locator
6969
);
7070
}
7171

0 commit comments

Comments
 (0)