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/simpletest/tests/theme.test | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/simpletest/tests/theme.test') diff --git a/modules/simpletest/tests/theme.test b/modules/simpletest/tests/theme.test index a6b2e8ca1..6a79e4b4c 100644 --- a/modules/simpletest/tests/theme.test +++ b/modules/simpletest/tests/theme.test @@ -12,9 +12,9 @@ class TemplateUnitTest extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Theme API'), - 'description' => t('Test low-level theme template functions.'), - 'group' => t('Theme'), + 'name' => 'Theme API', + 'description' => 'Test low-level theme template functions.', + 'group' => 'Theme', ); } @@ -58,9 +58,9 @@ class TemplateUnitTest extends DrupalWebTestCase { class ThemeTableUnitTest extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Theme Table'), - 'description' => t('Tests built-in theme functions.'), - 'group' => t('Theme'), + 'name' => 'Theme Table', + 'description' => 'Tests built-in theme functions.', + 'group' => 'Theme', ); } -- cgit v1.2.3