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/session.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/simpletest/tests/session.test') diff --git a/modules/simpletest/tests/session.test b/modules/simpletest/tests/session.test index fb82f179d..536f2abf1 100644 --- a/modules/simpletest/tests/session.test +++ b/modules/simpletest/tests/session.test @@ -9,9 +9,9 @@ class SessionTestCase extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Session tests'), - 'description' => t('Drupal session handling tests.'), - 'group' => t('Session') + 'name' => 'Session tests', + 'description' => 'Drupal session handling tests.', + 'group' => 'Session' ); } -- cgit v1.2.3