You are here

private function MandrillTestCase::getMandrillMail in Mandrill 8

Get the Mandrill Mail test plugin.

Return value

\Drupal\mandrill\Plugin\Mail\MandrillTestMail

1 call to MandrillTestCase::getMandrillMail()
MandrillTestCase::testSendMessage in tests/src/Functional/MandrillTestCase.php
Tests sending a message to multiple recipients.

File

tests/src/Functional/MandrillTestCase.php, line 94
Contains \Drupal\mandrill\Tests\MandrillTestCase.

Class

MandrillTestCase
Test core Mandrill functionality.

Namespace

Drupal\mandrill\Tests

Code

private function getMandrillMail() {
  return new MandrillTestMail();
}