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