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/upload/upload.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/upload/upload.test') diff --git a/modules/upload/upload.test b/modules/upload/upload.test index 124c9bbd8..e3fd220da 100644 --- a/modules/upload/upload.test +++ b/modules/upload/upload.test @@ -10,9 +10,9 @@ class UploadTestCase extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Upload functionality'), - 'description' => t('Check content uploaded to nodes.'), - 'group' => t('Upload'), + 'name' => 'Upload functionality', + 'description' => 'Check content uploaded to nodes.', + 'group' => 'Upload', ); } -- cgit v1.2.3