Commit fcdcae8
committed
minor #16195 Add functional test chapter to mailer (famoser)
This PR was squashed before being merged into the 4.4 branch.
Discussion
----------
Add functional test chapter to mailer
Formulation largely from https://symfony.com/doc/4.4/email.html#how-to-test-that-an-email-is-sent-in-a-functional-test
Simple example which showcases the "global" methods like `assertEmailCount` and the e-mail specific assertions.
Taken from actual code in use, so should be close to what user wants to accomplish.
Targets the 4.4 branch as described in the docs.
Resolves #14397
Commits
-------
da0b358 Add functional test chapter to mailer1 file changed
+31
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1121 | 1121 | | |
1122 | 1122 | | |
1123 | 1123 | | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
| 1135 | + | |
| 1136 | + | |
| 1137 | + | |
| 1138 | + | |
| 1139 | + | |
| 1140 | + | |
| 1141 | + | |
| 1142 | + | |
| 1143 | + | |
| 1144 | + | |
| 1145 | + | |
| 1146 | + | |
| 1147 | + | |
| 1148 | + | |
| 1149 | + | |
| 1150 | + | |
| 1151 | + | |
| 1152 | + | |
| 1153 | + | |
| 1154 | + | |
1124 | 1155 | | |
1125 | 1156 | | |
1126 | 1157 | | |
| |||
0 commit comments