mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 02:26:31 +03:00
[Messenger] Add hint test config (#1084)
* Add test config Add hint for test config * Change comment location and add testing tools for Messenger
This commit is contained in:
@@ -12,3 +12,11 @@ framework:
|
||||
routing:
|
||||
# Route your messages to the transports
|
||||
# 'App\Message\YourMessage': async
|
||||
|
||||
# when@test:
|
||||
# framework:
|
||||
# messenger:
|
||||
# transports:
|
||||
# # replace with your transport name here (e.g., my_transport: 'in-memory://')
|
||||
# # For more Messenger testing tools, see https://github.com/zenstruck/messenger-test
|
||||
# async: 'in-memory://'
|
||||
|
||||
Reference in New Issue
Block a user