Exemplo n.º 1
0
 /**
  * @magentoAppIsolation enabled
  * @magentoDataFixture Mage/DesignEditor/_files/design_editor_active.php
  */
 public function testDisableBlocksOutputCachingActive()
 {
     Mage::app()->getCacheInstance()->allowUse(Mage_Core_Block_Abstract::CACHE_GROUP);
     $this->_observer->disableBlocksOutputCaching(new Varien_Event_Observer());
     $this->assertFalse(Mage::app()->useCache(Mage_Core_Block_Abstract::CACHE_GROUP));
 }