Exemplo n.º 1
0
 public function testGetUrlInStore()
 {
     $product = Mage::getModel('Mage_Catalog_Model_Product');
     $product->load(1);
     $this->assertStringEndsWith('simple-product.html', $this->_model->getUrlInStore($product));
 }