You are here

protected function MailHandlerTest::setUp in Commerce Core 8.2

Overrides CommerceKernelTestBase::setUp

File

tests/src/Kernel/MailHandlerTest.php, line 28

Class

MailHandlerTest
Tests the sending of customer emails.

Namespace

Drupal\Tests\commerce\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this->mailHandler = $this->container
    ->get('commerce.mail_handler');
}