You are here

protected property MailHandlerTest::$mailManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/contact/tests/src/Unit/MailHandlerTest.php \Drupal\Tests\contact\Unit\MailHandlerTest::mailManager

Mail manager service.

Type: \Drupal\Core\Mail\MailManagerInterface|\PHPUnit\Framework\MockObject\MockObject

File

core/modules/contact/tests/src/Unit/MailHandlerTest.php, line 38

Class

MailHandlerTest
@coversDefaultClass \Drupal\contact\MailHandler @group contact

Namespace

Drupal\Tests\contact\Unit

Code

protected $mailManager;