From 68ca9633196eb46010bf25e409be3fa3c1f6d38d Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Tue, 19 May 2015 13:16:17 -0400 Subject: [PATCH] Use the right syntax for group assignments --- tests/MailFunc.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/MailFunc.php b/tests/MailFunc.php index d08b437..80b5bbb 100644 --- a/tests/MailFunc.php +++ b/tests/MailFunc.php @@ -110,8 +110,8 @@ /** * Test washtml class on non-unicode characters (#1487813) - * @iconv - * @mbstring + * @group iconv + * @group mbstring */ function test_washtml_utf8() { -- Gitblit v1.9.1