示例#1
0
 public function testUnsetBlock()
 {
     $this->_subject->unsetBlock('core/template');
     $this->assertInstanceOf('Mage_Core_Block_Template', Mage::app()->getLayout()->createBlock('core/template'));
 }