public function tearDown()
 {
     parent::tearDown();
     $this->_doc = null;
 }
 public function tearDown()
 {
     parent::tearDown();
     // delete the previous helper
     Mage::unregister('_helper/ebayenterprise_order');
 }
 public function tearDown()
 {
     parent::tearDown();
     Mage::app()->enableEvents();
 }
 public function tearDown()
 {
     EcomDev_Utils_Reflection::setRestrictedPropertyValues(Mage::app(), array('_websites' => $this->_oldWebsites));
     parent::tearDown();
 }
 /**
  * Restore Mage::app to the initial value
  */
 public function tearDown()
 {
     EcomDev_Utils_Reflection::setRestrictedPropertyValue('Mage', '_app', $this->_origApp);
     parent::tearDown();
 }
 public function tearDown()
 {
     parent::tearDown();
     // prevent magento events from actually triggering
     Mage::app()->enableEvents();
 }
 public function tearDown()
 {
     parent::tearDown();
     // delete the previous helper
     Mage::unregister('_helper/sales');
 }