From fed081229f81fdfe6d943b06abbcd22e59c555df Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 4 Oct 2013 17:36:05 +0200 Subject: Fix unit test --- tests/MailFunc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/MailFunc.php b/tests/MailFunc.php index 319075abd..6ea39b1ec 100644 --- a/tests/MailFunc.php +++ b/tests/MailFunc.php @@ -147,7 +147,7 @@ class MailFunc extends PHPUnit_Framework_TestCase // render HTML in normal mode $html = rcmail_html4inline(rcmail_print_body($part, array('safe' => false)), 'foo'); - $mailto = 'e-mail'; $this->assertRegExp('|'.preg_quote($mailto, '|').'|', $html, "Extended mailto links"); -- cgit v1.2.3