Skip to content

Commit

Permalink
Merge branch '6.3' into 6.4
Browse files Browse the repository at this point in the history
* 6.3:
  Fix merge (bis)
  Fix merge
  • Loading branch information
nicolas-grekas committed Jan 29, 2024
2 parents 46a0a7a + 98e88cd commit c50354e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tests/Mime/NotificationEmailTest.php
Expand Up @@ -142,7 +142,7 @@ public function testContext()
'action_url' => null,
'markdown' => false,
'raw' => false,
'footer_text' => 'Notification e-mail sent by Symfony',
'footer_text' => 'Notification email sent by Symfony',
'some' => 'context',
], $email->getContext());

Expand All @@ -158,7 +158,7 @@ public function testContext()
'action_url' => null,
'markdown' => false,
'raw' => false,
'footer_text' => 'Notification e-mail sent by Symfony',
'footer_text' => 'Notification email sent by Symfony',
'some' => 'context',
'foo' => 'bar',
], $email->getContext());
Expand All @@ -173,7 +173,7 @@ public function testContext()
'action_url' => 'Action URL',
'markdown' => false,
'raw' => false,
'footer_text' => 'Notification e-mail sent by Symfony',
'footer_text' => 'Notification email sent by Symfony',
'some' => 'context',
'foo' => 'bar',
], $email->getContext());
Expand Down

0 comments on commit c50354e

Please sign in to comment.