public function __construct()
 {
     parent::__construct();
     $this->setTemplate('orderimportexport/system/convert/profile/wizard.phtml');
 }
コード例 #2
0
ファイル: WizardTest.php プロジェクト: nayanchamp/magento2
 public function testGetShortDateFormat()
 {
     $block = new Mage_Adminhtml_Block_System_Convert_Gui_Edit_Tab_Wizard();
     $this->assertNotEmpty($block->getShortDateFormat());
 }