Example #1
0
 public function testGetPriceHtml()
 {
     $this->_block->setLayout(new Mage_Core_Model_Layout());
     $this->assertContains('10', $this->_block->getPriceHtml($this->_product));
 }