You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/settings/tests/Mailer/NewUserMailHelperTest.php
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -349,7 +349,7 @@ public function testGenerateTemplateWithPasswordResetToken() {
349
349
</tr>
350
350
</tbody>
351
351
</table>
352
-
<p class="text-center float-center" align="center" style="Margin:0;Margin-bottom:10px;color:#C8C8C8;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif;font-size:12px;font-weight:400;line-height:16px;margin:0;margin-bottom:10px;padding:0;text-align:center">TestCloud - <br>This is an automatically sent email, please do not reply.</p>
352
+
<p class="text-center float-center" align="center" style="Margin:0;Margin-bottom:10px;color:#C8C8C8;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif;font-size:12px;font-weight:400;line-height:16px;margin:0;margin-bottom:10px;padding:0;text-align:center">TestCloud<br>This is an automatically sent email, please do not reply.</p>
353
353
</center>
354
354
</td>
355
355
</tr>
@@ -376,7 +376,7 @@ public function testGenerateTemplateWithPasswordResetToken() {
376
376
377
377
378
378
--
379
-
TestCloud -
379
+
TestCloud
380
380
This is an automatically sent email, please do not reply.
381
381
EOF;
382
382
@@ -581,7 +581,7 @@ public function testGenerateTemplateWithoutPasswordResetToken() {
581
581
</tr>
582
582
</tbody>
583
583
</table>
584
-
<p class="text-center float-center" align="center" style="Margin:0;Margin-bottom:10px;color:#C8C8C8;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif;font-size:12px;font-weight:400;line-height:16px;margin:0;margin-bottom:10px;padding:0;text-align:center">TestCloud - <br>This is an automatically sent email, please do not reply.</p>
584
+
<p class="text-center float-center" align="center" style="Margin:0;Margin-bottom:10px;color:#C8C8C8;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif;font-size:12px;font-weight:400;line-height:16px;margin:0;margin-bottom:10px;padding:0;text-align:center">TestCloud<br>This is an automatically sent email, please do not reply.</p>
585
585
</center>
586
586
</td>
587
587
</tr>
@@ -608,7 +608,7 @@ public function testGenerateTemplateWithoutPasswordResetToken() {
608
608
609
609
610
610
--
611
-
TestCloud -
611
+
TestCloud
612
612
This is an automatically sent email, please do not reply.
613
613
EOF;
614
614
@@ -802,7 +802,7 @@ public function testGenerateTemplateWithoutUserId() {
802
802
</tr>
803
803
</tbody>
804
804
</table>
805
-
<p class="text-center float-center" align="center" style="Margin:0;Margin-bottom:10px;color:#C8C8C8;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif;font-size:12px;font-weight:400;line-height:16px;margin:0;margin-bottom:10px;padding:0;text-align:center">TestCloud - <br>This is an automatically sent email, please do not reply.</p>
805
+
<p class="text-center float-center" align="center" style="Margin:0;Margin-bottom:10px;color:#C8C8C8;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif;font-size:12px;font-weight:400;line-height:16px;margin:0;margin-bottom:10px;padding:0;text-align:center">TestCloud<br>This is an automatically sent email, please do not reply.</p>
806
806
</center>
807
807
</td>
808
808
</tr>
@@ -827,7 +827,7 @@ public function testGenerateTemplateWithoutUserId() {
827
827
828
828
829
829
--
830
-
TestCloud -
830
+
TestCloud
831
831
This is an automatically sent email, please do not reply.
$text = $this->themingDefaults->getName() . ' - ' . $this->themingDefaults->getSlogan($lang) . '<br>' . $l10n->t('This is an automatically sent email, please do not reply.');
0 commit comments