You are here

protected property MailHandlerTest::$logger in Drupal 9

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

Logger service.

Type: \Psr\Log\LoggerInterface|\PHPUnit\Framework\MockObject\MockObject

File

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

Class

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

Namespace

Drupal\Tests\contact\Unit

Code

protected $logger;