Skip to content

Commit 8281616

Browse files
committed
minor #13382 [Messenger] Update messenger in memory config (94noni)
This PR was merged into the 4.4 branch. Discussion ---------- [Messenger] Update messenger in memory config Update messenger in memory config Related to https://symfonycasts.com/screencast/messenger/test-in-memory#codeblock-83a3e94953 Or maybe I miss something? Commits ------- 088da02 Update messenger.rst
2 parents 4ec5d85 + 088da02 commit 8281616

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

messenger.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ override it in the ``test`` environment to use this transport:
10491049
framework:
10501050
messenger:
10511051
transports:
1052-
async_priority_normal: 'in-memory:///'
1052+
async_priority_normal: 'in-memory://'
10531053
10541054
.. code-block:: xml
10551055
@@ -1065,7 +1065,7 @@ override it in the ``test`` environment to use this transport:
10651065
10661066
<framework:config>
10671067
<framework:messenger>
1068-
<framework:transport name="async_priority_normal" dsn="in-memory:///"/>
1068+
<framework:transport name="async_priority_normal" dsn="in-memory://"/>
10691069
</framework:messenger>
10701070
</framework:config>
10711071
</container>
@@ -1077,7 +1077,7 @@ override it in the ``test`` environment to use this transport:
10771077
'messenger' => [
10781078
'transports' => [
10791079
'async_priority_normal' => [
1080-
'dsn' => 'in-memory:///',
1080+
'dsn' => 'in-memory://',
10811081
],
10821082
],
10831083
],

0 commit comments

Comments
 (0)