summaryrefslogtreecommitdiff
path: root/modules/contact
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/contact
parentbeadf384f1cd680fa18e7a12a634a3fb7646ffe6 (diff)
downloadbrdo-735e1d904ff44d6072c1d19edcd12cfc6ef6b3a6.tar.gz
brdo-735e1d904ff44d6072c1d19edcd12cfc6ef6b3a6.tar.bz2
#500866 by boombatower: Remove t() from getInfo in tests.
Diffstat (limited to 'modules/contact')
-rw-r--r--modules/contact/contact.test12
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/contact/contact.test b/modules/contact/contact.test
index 0eae9fdb7..dcd9a9a10 100644
--- a/modules/contact/contact.test
+++ b/modules/contact/contact.test
@@ -7,9 +7,9 @@
class ContactSitewideTestCase extends DrupalWebTestCase {
public static function getInfo() {
return array(
- 'name' => t('Site-wide contact form'),
- 'description' => t('Tests site-wide contact form functionality.'),
- 'group' => t('Contact'),
+ 'name' => 'Site-wide contact form',
+ 'description' => 'Tests site-wide contact form functionality.',
+ 'group' => 'Contact',
);
}
@@ -300,9 +300,9 @@ class ContactSitewideTestCase extends DrupalWebTestCase {
class ContactPersonalTestCase extends DrupalWebTestCase {
public static function getInfo() {
return array(
- 'name' => t('Personal contact form'),
- 'description' => t('Tests personal contact form functionality.'),
- 'group' => t('Contact'),
+ 'name' => 'Personal contact form',
+ 'description' => 'Tests personal contact form functionality.',
+ 'group' => 'Contact',
);
}