We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aecad5 commit 7dd9b88Copy full SHA for 7dd9b88
src/Symfony/Component/Messenger/Tests/DependencyInjection/MessengerPassTest.php
@@ -88,8 +88,6 @@ public function testFromTransportViaTagAttribute()
88
89
(new MessengerPass())->process($container);
90
91
- $this->assertFalse($container->hasDefinition('messenger.middleware.debug.logging'));
92
-
93
$handlersLocatorDefinition = $container->getDefinition($busId.'.messenger.handlers_locator');
94
$this->assertSame(HandlersLocator::class, $handlersLocatorDefinition->getClass());
95
0 commit comments