Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 81feeeb

Browse filesBrowse files
Fix merge
1 parent d493c39 commit 81feeeb
Copy full SHA for 81feeeb

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎src/Symfony/Bridge/Twig/Tests/Mime/NotificationEmailTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/Mime/NotificationEmailTest.php
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.