コード例 #1
0
ファイル: ExtendedTest.php プロジェクト: nayanchamp/magento2
 public function testRemoveColumn()
 {
     $this->assertCount(2, $this->_block->getColumnSet()->getChildNames());
     $this->_block->removeColumn('column1');
     $this->assertCount(1, $this->_block->getColumnSet()->getChildNames());
 }