Exemple #1
0
 public function testGetReviewsSummaryHtml()
 {
     $this->_block->setLayout(new Mage_Core_Model_Layout());
     $html = $this->_block->getReviewsSummaryHtml($this->_product, false, true);
     $this->assertNotEmpty($html);
     $this->assertContains('review', $html);
 }