Exemplo n.º 1
0
 public function testGetUrlInstance()
 {
     $instance = $this->_model->getUrlInstance();
     $this->assertInstanceOf('Mage_Core_Model_Url', $instance);
     $this->assertSame($instance, $this->_model->getUrlInstance());
 }