From d5b1297b55caac266101d538fc1802e23969490b Mon Sep 17 00:00:00 2001 From: Simon Spannagel Date: Thu, 23 Jul 2020 18:06:44 +0200 Subject: [PATCH] Adjust tests to new e-mail layout Signed-off-by: Simon Spannagel --- apps/settings/tests/Mailer/NewUserMailHelperTest.php | 12 ++++++------ tests/data/emails/new-account-email-custom.html | 4 ++-- .../data/emails/new-account-email-single-button.html | 4 ++-- tests/data/emails/new-account-email.html | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/settings/tests/Mailer/NewUserMailHelperTest.php b/apps/settings/tests/Mailer/NewUserMailHelperTest.php index 3744173f532..aa3a80dcc26 100644 --- a/apps/settings/tests/Mailer/NewUserMailHelperTest.php +++ b/apps/settings/tests/Mailer/NewUserMailHelperTest.php @@ -203,8 +203,8 @@ class NewUserMailHelperTest extends TestCase { -
- +
+
@@ -434,8 +434,8 @@ EOF;
-
- +
+
@@ -669,8 +669,8 @@ EOF;
-
- +
+
diff --git a/tests/data/emails/new-account-email-custom.html b/tests/data/emails/new-account-email-custom.html index ec88e309cf8..f37e64df929 100644 --- a/tests/data/emails/new-account-email-custom.html +++ b/tests/data/emails/new-account-email-custom.html @@ -22,8 +22,8 @@
-
- +
+
diff --git a/tests/data/emails/new-account-email-single-button.html b/tests/data/emails/new-account-email-single-button.html index 13e0c036c3e..fdb64293c70 100644 --- a/tests/data/emails/new-account-email-single-button.html +++ b/tests/data/emails/new-account-email-single-button.html @@ -22,8 +22,8 @@
-
- +
+
diff --git a/tests/data/emails/new-account-email.html b/tests/data/emails/new-account-email.html index 84ee18479e4..6a6a2fe6383 100644 --- a/tests/data/emails/new-account-email.html +++ b/tests/data/emails/new-account-email.html @@ -22,8 +22,8 @@
-
- +
+
-- 2.39.5