public function testInSameDocumentForwardsToOwnerDocumentAndReturnsCorrectValue()
 {
     $rc = $this->node->inSameDocument($this->node->firstChild);
     $this->assertTrue($rc);
 }