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/trigger/trigger.test | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/trigger/trigger.test') diff --git a/modules/trigger/trigger.test b/modules/trigger/trigger.test index 5e9d7a286..a22ea04ab 100644 --- a/modules/trigger/trigger.test +++ b/modules/trigger/trigger.test @@ -7,9 +7,9 @@ class TriggerContentTestCase extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Trigger content (node) actions'), - 'description' => t('Perform various tests with content actions.') , - 'group' => t('Trigger'), + 'name' => 'Trigger content (node) actions', + 'description' => 'Perform various tests with content actions.' , + 'group' => 'Trigger', ); } @@ -116,9 +116,9 @@ class TriggerContentTestCase extends DrupalWebTestCase { class TriggerCronTestCase extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Trigger cron (system) actions'), - 'description' => t('Perform various tests with cron trigger.') , - 'group' => t('Trigger'), + 'name' => 'Trigger cron (system) actions', + 'description' => 'Perform various tests with cron trigger.' , + 'group' => 'Trigger', ); } -- cgit v1.2.3