8000 Fix default bus · symfony/symfony@8cad0ec · GitHub
[go: up one dir, main page]

Skip to content

Commit 8cad0ec

Browse files
committed
Fix default bus
1 parent b7468d1 commit 8cad0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public function testBusMiddlewareDontMerge()
278278
$config = $processor->processConfiguration($configuration, [
279279
[
280280
'messenger' => [
281-
'default_bus' => 'command.bus',
281+
'default_bus' => 'existing_bus',
282282
'buses' => [
283283
'existing_bus' => [
284284
'middleware' => 'existing_bus.middleware',

0 commit comments

Comments
 (0)
0