Пример #1
0
 public function testBaseImageIcon()
 {
     $size = $this->_block->getBaseImageIconSize();
     $this->assertGreaterThan(1, $size);
     $this->assertContains('/' . $size, $this->_block->getBaseImageIconUrl($this->_product));
 }