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