File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -498,9 +498,11 @@ different messages to them. For example:
498
498
# queue_name is specific to the doctrine transport
499
499
queue_name : high
500
500
501
- # for amqp
501
+ # for amqp send to a separate exchange then queue
502
502
# exchange:
503
503
# name: high
504
+ # queues:
505
+ # messages_high: ~
504
506
# or redis try "group"
505
507
async_priority_low :
506
508
dsn : ' %env(MESSENGER_TRANSPORT_DSN)%'
Original file line number Diff line number Diff line change @@ -72,4 +72,22 @@ Crawler
72
72
- ``assertInputValueSame() ``
73
73
- ``assertInputValueNotSame() ``
74
74
75
+ Mailer
76
+ ~~~~~~
77
+
78
+ - ``assertEmailCount() ``
79
+ - ``assertQueuedEmailCount() ``
80
+ - ``assertEmailIsQueued() ``
81
+ - ``assertEmailIsNotQueued() ``
82
+ - ``assertEmailAttachementCount() ``
83
+ - ``assertEmailTextBodyContains() ``
84
+ - ``assertEmailTextBodyNotContains() ``
85
+ - ``assertEmailHtmlBodyContains() ``
86
+ - ``assertEmailHtmlBodyNotContains() ``
87
+ - ``assertEmailHasHeader() ``
88
+ - ``assertEmailNotHasHeader() ``
89
+ - ``assertEmailHeaderSame() ``
90
+ - ``assertEmailHeaderNotSame() ``
91
+ - ``assertEmailAddressContains() ``
92
+
75
93
.. _`symfony/panther` : https://github.com/symfony/panther
You can’t perform that action at this time.
0 commit comments