diff options
Diffstat (limited to 'modules/field')
-rw-r--r-- | modules/field/field.test | 30 | ||||
-rw-r--r-- | modules/field/modules/field_sql_storage/field_sql_storage.test | 6 | ||||
-rw-r--r-- | modules/field/modules/text/text.test | 12 |
3 files changed, 24 insertions, 24 deletions
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' ); } diff --git a/modules/field/modules/field_sql_storage/field_sql_storage.test b/modules/field/modules/field_sql_storage/field_sql_storage.test index 0ac174fae..fa13207bc 100644 --- a/modules/field/modules/field_sql_storage/field_sql_storage.test +++ b/modules/field/modules/field_sql_storage/field_sql_storage.test @@ -15,9 +15,9 @@ class FieldSqlStorageTestCase extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Field SQL storage tests'), - 'description' => t("Test field SQL storage module."), - 'group' => t('Field') + 'name' => 'Field SQL storage tests', + 'description' => "Test field SQL storage module.", + 'group' => 'Field' ); } diff --git a/modules/field/modules/text/text.test b/modules/field/modules/text/text.test index 3c2d706b9..ae8a0a06a 100644 --- a/modules/field/modules/text/text.test +++ b/modules/field/modules/text/text.test @@ -6,9 +6,9 @@ class TextFieldTestCase extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Text Field'), - 'description' => t("Test the creation of text fields."), - 'group' => t('Field') + 'name' => 'Text Field', + 'description' => "Test the creation of text fields.", + 'group' => 'Field' ); } @@ -200,9 +200,9 @@ class TextFieldTestCase extends DrupalWebTestCase { class TextSummaryTestCase extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Text summary'), - 'description' => t('Test text_summary() with different strings and lengths.'), - 'group' => t('Field'), + 'name' => 'Text summary', + 'description' => 'Test text_summary() with different strings and lengths.', + 'group' => 'Field', ); } |