diff options
Diffstat (limited to 'modules/help')
-rw-r--r-- | modules/help/help.test | 6 |
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', ); } |