Example #1
0
 public function testGetSectionId()
 {
     $this->_model->setData(array('id' => 'fieldId', 'path' => 'sectionId/groupId/subgroupId'), 'scope');
     $this->assertEquals('sectionId', $this->_model->getSectionId());
 }