You are here

public function SMTPMailSystemTestHelper::smtpMailerSend in SMTP Authentication Support 8

Dummy of smtpMailerSend.

Overrides SMTPMailSystem::smtpMailerSend

File

tests/src/Unit/Plugin/Mail/SMTPMailSystemTest.php, line 297

Class

SMTPMailSystemTestHelper
Test helper for SMTPMailSystemTest.

Namespace

Drupal\Tests\smtp\Unit\Plugin\Mail

Code

public function smtpMailerSend($mailerArr) {
  return TRUE;
}