public function EmailNotifierTest::setUp in Message Notify 8
Overrides BrowserTestBase::setUp
File
- tests/
src/ Functional/ EmailNotifierTest.php, line 43  
Class
- EmailNotifierTest
 - Test the email notifier plugin.
 
Namespace
Drupal\Tests\message_notify\FunctionalCode
public function setUp() {
  parent::setUp();
  $this->messageTemplate = MessageTemplate::load('message_notify_test');
  $this->messageNotifier = $this->container
    ->get('message_notify.sender');
}