Skip to content
Snippets Groups Projects
Verified Commit 641bb74e authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3265429 by neclimdul, eleonel: Fix array keys in MailManagerTest

(cherry picked from commit 0bf085bb)
parent d1721377
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment