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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);