Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
b305732e
Commit
b305732e
authored
Jul 22, 2008
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#285184
by Arancaytar: fixing e-mail address in tests.
parent
b6e8e391
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/contact/contact.test
modules/contact/contact.test
+2
-2
No files found.
modules/contact/contact.test
View file @
b305732e
...
...
@@ -57,7 +57,7 @@ class ContactSitewideTestCase extends DrupalWebTestCase {
$this
->
assertText
(
t
(
'Recipients field is required.'
),
t
(
'Caught empty recipients field.'
));
// Create valid categories.
$recipients
=
array
(
'simpletest@
test
.com'
,
'simpletest2@
test
.com'
,
'simpletest3@
test
.com'
);
$recipients
=
array
(
'simpletest@
example
.com'
,
'simpletest2@
example
.com'
,
'simpletest3@
example
.com'
);
$this
->
addCategory
(
$category
=
$this
->
randomName
(
16
),
implode
(
','
,
array
(
$recipients
[
0
])),
''
,
TRUE
);
$this
->
assertRaw
(
t
(
'Category %category has been added.'
,
array
(
'%category'
=>
$category
)),
t
(
'Category successfully added.'
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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