From 1d65234073f93548a1f8d62248ea176d3c71a42e Mon Sep 17 00:00:00 2001 From: Molkobain Date: Tue, 23 Jul 2024 13:26:35 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B07552=20-=20CKEditor:=20Fix=20unit=20test?= =?UTF-8?q?s=20for=20email=20notifications?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../unitary-tests/core/ActionEmailTest.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/tests/php-unit-tests/unitary-tests/core/ActionEmailTest.php b/tests/php-unit-tests/unitary-tests/core/ActionEmailTest.php index afca36584..4efed17d2 100644 --- a/tests/php-unit-tests/unitary-tests/core/ActionEmailTest.php +++ b/tests/php-unit-tests/unitary-tests/core/ActionEmailTest.php @@ -219,14 +219,18 @@ HTML 'simple-body-with-placeholder' => [ 'EN US', ['body' => '

Ticket "$this->title$" created.

'], - ['body' => '

Ticket "Test UserRequest" created.

'], + ['body' => '
+

Ticket "Test UserRequest" created.

+
'], ], 'simple-body-with-placeholder-TEST-mode' => [ 'EN US', ['body' => '

Ticket "$this->title$" created.

', 'status' => 'test'], ['body' => <<Ticket "Test UserRequest" created.

+

Testing email notification Test action

The email should be sent with the following properties

    @@ -260,7 +264,9 @@ HTML - + HTML ],
    Formatted eMail

    Ticket "Test UserRequest" created.