Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
a542d8b7
Commit
a542d8b7
authored
Dec 13, 2009
by
Angie Byron
Browse files
#658358
by yched: Fix capitalization.
parent
3dd7a193
Changes
3
Hide whitespace changes
Inline
Side-by-side
modules/field/modules/list/list.test
View file @
a542d8b7
...
...
@@ -6,7 +6,7 @@ class ListFieldTestCase extends DrupalWebTestCase {
return
array
(
'name'
=>
'List field'
,
'description'
=>
"Test the List field type."
,
'group'
=>
'Field
T
ypes'
'group'
=>
'Field
t
ypes'
);
}
...
...
modules/field/modules/options/options.test
View file @
a542d8b7
...
...
@@ -6,7 +6,7 @@ class OptionsWidgetsTestCase extends DrupalWebTestCase {
return
array
(
'name'
=>
'Options widgets'
,
'description'
=>
"Test the Options widgets."
,
'group'
=>
'Field
T
ypes'
'group'
=>
'Field
t
ypes'
);
}
...
...
modules/field/modules/text/text.test
View file @
a542d8b7
...
...
@@ -8,9 +8,9 @@ class TextFieldTestCase extends DrupalWebTestCase {
public
static
function
getInfo
()
{
return
array
(
'name'
=>
'Text
F
ield'
,
'name'
=>
'Text
f
ield'
,
'description'
=>
"Test the creation of text fields."
,
'group'
=>
'Field
T
ypes'
'group'
=>
'Field
t
ypes'
);
}
...
...
@@ -224,7 +224,7 @@ class TextSummaryTestCase extends DrupalWebTestCase {
return
array
(
'name'
=>
'Text summary'
,
'description'
=>
'Test text_summary() with different strings and lengths.'
,
'group'
=>
'Field
T
ypes'
,
'group'
=>
'Field
t
ypes'
,
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment