/**
  * @covers ::getPropertyPath
  */
 public function testGetPropertyPath()
 {
     $this->assertSame('', $this->entity->getPropertyPath());
 }