コード例 #1
0
 public function testGetPathBuildsFullPath()
 {
     $this->_model->setData(array('path' => 'section/group', 'id' => 'fieldId'), 'scope');
     $this->assertEquals('section/group/prefix_fieldId', $this->_model->getPath('prefix_'));
 }