Ejemplo n.º 1
0
 public function testSetListCollection()
 {
     $this->assertEmpty($this->_child->getData('collection'));
     $this->_block->setListCollection();
     $this->assertNotEmpty($this->_child->getData('collection'));
 }