/**
  * @covers ::getParent
  */
 public function testGetParent()
 {
     $this->assertNull($this->entity->getParent());
 }