示例#1
0
 public function testGetFieldName()
 {
     $input = $this->repository->getFieldName(1);
     $this->assertEquals('assets', $input);
 }