Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a0f286d

Browse filesBrowse files
committed
[Messenger] Messenger options were merged with numbers as keys.
Provisioned test with 'option' - to prove that still configure a queue.
1 parent e3d5cd8 commit a0f286d
Copy full SHA for a0f286d

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ public function testMessengerMergeConfigsTransportOptions()
290290
'dsn' => 'foo',
291291
'options' => [
292292
'auto_setup' => true,
293+
'option' => 'foo',
293294
],
294295
],
295296
],
@@ -301,6 +302,7 @@ public function testMessengerMergeConfigsTransportOptions()
301302
'async' => [
302303
'options' => [
303304
'wait_time' => 20,
305+
'option' => 'bar',
304306
],
305307
],
306308
],
@@ -311,6 +313,7 @@ public function testMessengerMergeConfigsTransportOptions()
311313
$this->assertSame(
312314
[
313315
'auto_setup' => true,
316+
'option' => 'bar',
314317
'wait_time' => 20,
315318
],
316319
$config['messenger']['transports']['async']['options']

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.