summaryrefslogtreecommitdiff
path: root/modules/help
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-07-13 21:51:42 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-07-13 21:51:42 +0000
commit735e1d904ff44d6072c1d19edcd12cfc6ef6b3a6 (patch)
treea1ad04877c8efe0b752e299059a424c13de69c3f /modules/help
parentbeadf384f1cd680fa18e7a12a634a3fb7646ffe6 (diff)
downloadbrdo-735e1d904ff44d6072c1d19edcd12cfc6ef6b3a6.tar.gz
brdo-735e1d904ff44d6072c1d19edcd12cfc6ef6b3a6.tar.bz2
#500866 by boombatower: Remove t() from getInfo in tests.
Diffstat (limited to 'modules/help')
-rw-r--r--modules/help/help.test6
1 files changed, 3 insertions, 3 deletions
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',
);
}