File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ public function testContext()
142
142
'action_url ' => null ,
143
143
'markdown ' => false ,
144
144
'raw ' => false ,
145
- 'footer_text ' => 'Notification e-mail sent by Symfony ' ,
145
+ 'footer_text ' => 'Notification email sent by Symfony ' ,
146
146
'some ' => 'context ' ,
147
147
], $ email ->getContext ());
148
148
@@ -158,7 +158,7 @@ public function testContext()
158
158
'action_url ' => null ,
159
159
'markdown ' => false ,
160
160
'raw ' => false ,
161
- 'footer_text ' => 'Notification e-mail sent by Symfony ' ,
161
+ 'footer_text ' => 'Notification email sent by Symfony ' ,
162
162
'some ' => 'context ' ,
163
163
'foo ' => 'bar ' ,
164
164
], $ email ->getContext ());
@@ -173,7 +173,7 @@ public function testContext()
173
173
'action_url ' => 'Action URL ' ,
174
174
'markdown ' => false ,
175
175
'raw ' => false ,
176
- 'footer_text ' => 'Notification e-mail sent by Symfony ' ,
176
+ 'footer_text ' => 'Notification email sent by Symfony ' ,
177
177
'some ' => 'context ' ,
178
178
'foo ' => 'bar ' ,
179
179
], $ email ->getContext ());
You can’t perform that action at this time.
0 commit comments