Skip to content

Commit c50354e

Browse files
Merge branch '6.3' into 6.4
* 6.3: Fix merge (bis) Fix merge
2 parents 46a0a7a + 98e88cd commit c50354e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/Mime/NotificationEmailTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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());

0 commit comments

Comments
 (0)