Exemple #1
0
 public function testRemoveColumn()
 {
     $this->assertCount(2, $this->_block->getColumnSet()->getChildNames());
     $this->_block->removeColumn('column1');
     $this->assertCount(1, $this->_block->getColumnSet()->getChildNames());
 }