예제 #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);
 }
예제 #2
0
 protected function tearDown()
 {
     parent::tearDown();
     Mage::unregister('current_product');
 }
예제 #3
0
 protected function tearDown()
 {
     parent::tearDown();
     Mage::unregister('_singleton/fpc/observer_clean');
 }