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 8af9d2e commit 781ecd1Copy full SHA for 781ecd1
symfony/messenger/6.0/config/packages/messenger.yaml
@@ -12,3 +12,11 @@ framework:
12
routing:
13
# Route your messages to the transports
14
# 'App\Message\YourMessage': async
15
+
16
+# when@test:
17
+# framework:
18
+# messenger:
19
+# transports:
20
+# # replace with your transport name here (e.g., my_transport: 'in-memory://')
21
+# # For more Messenger testing tools, see https://github.com/zenstruck/messenger-test
22
+# async: 'in-memory://'
0 commit comments