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/path/path.test | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/path') diff --git a/modules/path/path.test b/modules/path/path.test index 628730117..5de87173b 100644 --- a/modules/path/path.test +++ b/modules/path/path.test @@ -9,9 +9,9 @@ class PathTestCase extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Path alias functionality'), - 'description' => t('Add, edit, delete, and change alias and verify its consistency in the database.'), - 'group' => t('Path'), + 'name' => 'Path alias functionality', + 'description' => 'Add, edit, delete, and change alias and verify its consistency in the database.', + 'group' => 'Path', ); } @@ -159,9 +159,9 @@ class PathTestCase extends DrupalWebTestCase { class PathLanguageTestCase extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Path aliases with translated nodes'), - 'description' => t('Confirm that paths work with translated nodes'), - 'group' => t('Path'), + 'name' => 'Path aliases with translated nodes', + 'description' => 'Confirm that paths work with translated nodes', + 'group' => 'Path', ); } -- cgit v1.2.3