File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Symfony/Bridge/Twig/Tests/Mime 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()
142142 'action_url ' => null ,
143143 'markdown ' => false ,
144144 'raw ' => false ,
145- 'footer_text ' => 'Notification e-mail sent by Symfony ' ,
145+ 'footer_text ' => 'Notification email sent by Symfony ' ,
146146 'some ' => 'context ' ,
147147 ], $ email ->getContext ());
148148
@@ -158,7 +158,7 @@ public function testContext()
158158 'action_url ' => null ,
159159 'markdown ' => false ,
160160 'raw ' => false ,
161- 'footer_text ' => 'Notification e-mail sent by Symfony ' ,
161+ 'footer_text ' => 'Notification email sent by Symfony ' ,
162162 'some ' => 'context ' ,
163163 'foo ' => 'bar ' ,
164164 ], $ email ->getContext ());
@@ -173,7 +173,7 @@ public function testContext()
173173 'action_url ' => 'Action URL ' ,
174174 'markdown ' => false ,
175175 'raw ' => false ,
176- 'footer_text ' => 'Notification e-mail sent by Symfony ' ,
176+ 'footer_text ' => 'Notification email sent by Symfony ' ,
177177 'some ' => 'context ' ,
178178 'foo ' => 'bar ' ,
179179 ], $ email ->getContext ());
You can’t perform that action at this time.
0 commit comments