From 735e1d904ff44d6072c1d19edcd12cfc6ef6b3a6 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 13 Jul 2009 21:51:42 +0000 Subject: #500866 by boombatower: Remove t() from getInfo in tests. --- modules/help/help.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/help') diff --git a/modules/help/help.test b/modules/help/help.test index 9bdd41d19..7351650dd 100644 --- a/modules/help/help.test +++ b/modules/help/help.test @@ -7,9 +7,9 @@ class HelpTestCase extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Help functionality'), - 'description' => t('Verify help display and user access to help based on persmissions.'), - 'group' => t('Help'), + 'name' => 'Help functionality', + 'description' => 'Verify help display and user access to help based on persmissions.', + 'group' => 'Help', ); } -- cgit v1.2.3