/**
  * tests getId()
  */
 public function testGetIdShouldBeNullWhenNotSet()
 {
     $this->assertNull($this->textnode->getId());
 }