Example #1
0
 /**
  * @covers \Magento\Email\Block\Adminhtml\Template\Edit\Form::getEmailTemplate
  */
 public function testGetEmailTemplate()
 {
     $this->registryMock->expects($this->once())->method('registry')->with('current_email_template');
     $this->form->getEmailTemplate();
 }