public function testGetParent()
 {
     $parent = $this->createdProperty->getParent();
     $this->assertNotNull($parent);
     $this->assertTrue($this->node->isSame($parent));
 }