From: Hypolite Petovan Date: Mon, 18 Oct 2021 06:44:41 +0000 (-0400) Subject: Add test for new BBCode tag X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fe5d1444a5d92b3041989be2cd6bf3296c521540;p=friendica.git Add test for new BBCode tag --- diff --git a/tests/src/Content/Text/BBCodeTest.php b/tests/src/Content/Text/BBCodeTest.php index 730e0b6dae..cb17758c73 100644 --- a/tests/src/Content/Text/BBCodeTest.php +++ b/tests/src/Content/Text/BBCodeTest.php @@ -292,6 +292,10 @@ Karl Marx - Die ursprüngliche Akkumulation 'try_oembed' => false, 'simpleHtml' => BBCode::TWITTER, ], + 'task-10886-deprecate-class' => [ + 'expectedHTML' => ':heart_nb:', + 'text' => '[emoji=https://fedi.underscore.world/emoji/custom/custom/heart_nb.png]:heart_nb:[/emoji]', + ] ]; }