Skip to content

Commit 781ecd1

Browse files
authored
[Messenger] Add hint test config (#1084)
* Add test config Add hint for test config * Change comment location and add testing tools for Messenger
1 parent 8af9d2e commit 781ecd1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

symfony/messenger/6.0/config/packages/messenger.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,11 @@ framework:
1212
routing:
1313
# Route your messages to the transports
1414
# '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

Comments
 (0)