public function testGetPathBuildsFullPath()
 {
     $this->_model->setData(['path' => 'section/group', 'id' => 'fieldId'], 'scope');
     $this->assertEquals('section/group/prefix_fieldId', $this->_model->getPath('prefix_'));
 }