コード例 #1
0
ファイル: AbstractTest.php プロジェクト: aiesh/magento2
 public function testBaseImageIcon()
 {
     $size = $this->_block->getBaseImageIconSize();
     $this->assertGreaterThan(1, $size);
     $this->assertContains('/' . $size, $this->_block->getBaseImageIconUrl($this->_product));
 }