コード例 #1
0
ファイル: TestCaseTest.php プロジェクト: beejhuff/mageunit
 public function testUnsetBlock()
 {
     $this->_subject->unsetBlock('core/template');
     $this->assertInstanceOf('Mage_Core_Block_Template', Mage::app()->getLayout()->createBlock('core/template'));
 }