コード例 #1
0
ファイル: TemplateTest.php プロジェクト: opexsw/magento2
 public function testGetPreparedTemplateText()
 {
     $this->_model->loadDefault('customer_create_account_email_template');
     $this->assertContains('<body style', $this->_model->getPreparedTemplateText());
 }