示例#1
0
 public function testNotHasFieldId()
 {
     $input = $this->repository->hasFieldId(99999);
     $this->assertFalse($input);
 }