Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
641bb74e
Verified
Commit
641bb74e
authored
Jun 14, 2022
by
alexpott
Browse files
Issue
#3265429
by neclimdul, eleonel: Fix array keys in MailManagerTest
(cherry picked from commit
0bf085bb
)
parent
d1721377
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php
View file @
641bb74e
...
...
@@ -129,7 +129,7 @@ protected function setUpMailManager($interface = []) {
public
function
testGetInstance
()
{
$interface
=
[
'default'
=>
'php_mail'
,
'
default
'
=>
'test_mail_collector'
,
'
example_testkey
'
=>
'test_mail_collector'
,
];
$this
->
setUpMailManager
(
$interface
);
...
...
Write
Preview
Supports
Markdown
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