Ejemplo n.º 1
0
 protected function tearDown()
 {
     parent::tearDown();
     // unregister observer
     Mage::unregister('_singleton/fpc/observer');
     Mage::getSingleton('customer/session')->setData(Lesti_Fpc_Helper_Block::LAZY_BLOCKS_VALID_SESSION_PARAM, false);
 }
Ejemplo n.º 2
0
 protected function tearDown()
 {
     parent::tearDown();
     Mage::unregister('current_product');
 }
Ejemplo n.º 3
0
 protected function tearDown()
 {
     parent::tearDown();
     Mage::unregister('_singleton/fpc/observer_clean');
 }