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