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/field/field.test | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'modules/field/field.test') diff --git a/modules/field/field.test b/modules/field/field.test index eead0f76d..b4f116373 100644 --- a/modules/field/field.test +++ b/modules/field/field.test @@ -15,9 +15,9 @@ class FieldAttachTestCase extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Field attach tests'), - 'description' => t("Test Field Attach API functions."), - 'group' => t('Field') + 'name' => 'Field attach tests', + 'description' => "Test Field Attach API functions.", + 'group' => 'Field' ); } @@ -813,9 +813,9 @@ class FieldInfoTestCase extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Field info tests'), - 'description' => t("Get information about existing fields, instances and bundles."), - 'group' => t('Field') + 'name' => 'Field info tests', + 'description' => "Get information about existing fields, instances and bundles.", + 'group' => 'Field' ); } @@ -918,9 +918,9 @@ class FieldInfoTestCase extends DrupalWebTestCase { class FieldFormTestCase extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Field form tests'), - 'description' => t("Test Field form handling."), - 'group' => t('Field') + 'name' => 'Field form tests', + 'description' => "Test Field form handling.", + 'group' => 'Field' ); } @@ -1207,9 +1207,9 @@ class FieldFormTestCase extends DrupalWebTestCase { class FieldCrudTestCase extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Field CRUD tests'), - 'description' => t("Create / read /update a field."), - 'group' => t('Field') + 'name' => 'Field CRUD tests', + 'description' => "Create / read /update a field.", + 'group' => 'Field' ); } @@ -1426,9 +1426,9 @@ class FieldInstanceTestCase extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Field instance tests'), - 'description' => t("Create field entities by attaching fields to entities."), - 'group' => t('Field') + 'name' => 'Field instance tests', + 'description' => "Create field entities by attaching fields to entities.", + 'group' => 'Field' ); } -- cgit v1.2.3