public function testIsThatFieldExistsInEntity()
 {
     $this->assertTrue(EntityHelper::isThatFieldExistsInEntity('name', $this->em, $this->clientFullClassName));
     $this->assertFalse(EntityHelper::isThatFieldExistsInEntity('name2222', $this->em, $this->clientFullClassName));
 }