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/image.test | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/simpletest/tests/image.test') diff --git a/modules/simpletest/tests/image.test b/modules/simpletest/tests/image.test index bf0d717f2..c5fb93fea 100644 --- a/modules/simpletest/tests/image.test +++ b/modules/simpletest/tests/image.test @@ -72,9 +72,9 @@ class ImageToolkitTestCase extends DrupalWebTestCase { class ImageToolkitUnitTest extends ImageToolkitTestCase { public static function getInfo() { return array( - 'name' => t('Image toolkit tests'), - 'description' => t('Check image toolkit functions.'), - 'group' => t('Image'), + 'name' => 'Image toolkit tests', + 'description' => 'Check image toolkit functions.', + 'group' => 'Image', ); } @@ -210,9 +210,9 @@ class ImageToolkitGdTestCase extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Image GD manipulation tests'), - 'description' => t('Check that core image manipulations work properly: scale, resize, rotate, crop, scale and crop, and desaturate.'), - 'group' => t('Image'), + 'name' => 'Image GD manipulation tests', + 'description' => 'Check that core image manipulations work properly: scale, resize, rotate, crop, scale and crop, and desaturate.', + 'group' => 'Image', ); } -- cgit v1.2.3