diff options
Diffstat (limited to 'modules/field')
-rw-r--r-- | modules/field/modules/list/list.test | 2 | ||||
-rw-r--r-- | modules/field/modules/options/options.test | 2 | ||||
-rw-r--r-- | modules/field/modules/text/text.test | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/modules/field/modules/list/list.test b/modules/field/modules/list/list.test index a954fde92..d53a0fd05 100644 --- a/modules/field/modules/list/list.test +++ b/modules/field/modules/list/list.test @@ -6,7 +6,7 @@ class ListFieldTestCase extends DrupalWebTestCase { return array( 'name' => 'List field', 'description' => "Test the List field type.", - 'group' => 'Field Types' + 'group' => 'Field types' ); } diff --git a/modules/field/modules/options/options.test b/modules/field/modules/options/options.test index 5abee73f3..46d29b782 100644 --- a/modules/field/modules/options/options.test +++ b/modules/field/modules/options/options.test @@ -6,7 +6,7 @@ class OptionsWidgetsTestCase extends DrupalWebTestCase { return array( 'name' => 'Options widgets', 'description' => "Test the Options widgets.", - 'group' => 'Field Types' + 'group' => 'Field types' ); } diff --git a/modules/field/modules/text/text.test b/modules/field/modules/text/text.test index 3fb419f14..3636c2a8d 100644 --- a/modules/field/modules/text/text.test +++ b/modules/field/modules/text/text.test @@ -8,9 +8,9 @@ class TextFieldTestCase extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => 'Text Field', + 'name' => 'Text field', 'description' => "Test the creation of text fields.", - 'group' => 'Field Types' + 'group' => 'Field types' ); } @@ -224,7 +224,7 @@ class TextSummaryTestCase extends DrupalWebTestCase { return array( 'name' => 'Text summary', 'description' => 'Test text_summary() with different strings and lengths.', - 'group' => 'Field Types', + 'group' => 'Field types', ); } |