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