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/php/php.test | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/php') diff --git a/modules/php/php.test b/modules/php/php.test index 25a3d3786..b7b48f6fc 100644 --- a/modules/php/php.test +++ b/modules/php/php.test @@ -33,9 +33,9 @@ class PHPTestCase extends DrupalWebTestCase { class PHPFilterTestCase extends PHPTestCase { public static function getInfo() { return array( - 'name' => t('PHP filter functionality'), - 'description' => t('Make sure that PHP filter properly evaluates PHP code when enabled.'), - 'group' => t('PHP'), + 'name' => 'PHP filter functionality', + 'description' => 'Make sure that PHP filter properly evaluates PHP code when enabled.', + 'group' => 'PHP', ); } @@ -76,9 +76,9 @@ class PHPFilterTestCase extends PHPTestCase { class PHPAccessTestCase extends PHPTestCase { public static function getInfo() { return array( - 'name' => t('PHP filter access check'), - 'description' => t('Make sure that users who don\'t have access to the PHP filter can\'t see it.'), - 'group' => t('PHP'), + 'name' => 'PHP filter access check', + 'description' => 'Make sure that users who don\'t have access to the PHP filter can\'t see it.', + 'group' => 'PHP', ); } -- cgit v1.2.3