From: Ken West Date: Tue, 5 Nov 2013 23:30:20 +0000 (+1100) Subject: CRM-13690 added unit test for html2text and token X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e1330b8a54db9a997ec458b7cfe4e2d43674c22d;p=civicrm-core.git CRM-13690 added unit test for html2text and token --- diff --git a/tests/phpunit/CRM/Utils/HtmlToTextTest.php b/tests/phpunit/CRM/Utils/HtmlToTextTest.php index ecce076452..681e978e6c 100644 --- a/tests/phpunit/CRM/Utils/HtmlToTextTest.php +++ b/tests/phpunit/CRM/Utils/HtmlToTextTest.php @@ -17,7 +17,17 @@ mailto tags. This is also a really long long line Links: ------ [1] http://www.example.com -' +', + ' +

+A token +is not treated as a relative URL' => ' +A token [1] is not treated as a relative URL + +Links: +------ +[1] {action.do_something} +', ); function get_info() {