コード例 #1
0
ファイル: EditTest.php プロジェクト: pradeep-wagento/magento2
 /**
  * @return \Magento\Framework\Phrase|string
  */
 protected function getTitle()
 {
     return $this->blockMock->getId() ? $this->blockMock->getTitle() : __('New Block');
 }