コード例 #1
0
ファイル: AbstractTest.php プロジェクト: aiesh/magento2
 public function testGetImageLabel()
 {
     $this->assertEquals('Image Alt Text', $this->_block->getImageLabel());
 }