/**
  * tests the status
  */
 public function testStatus()
 {
     $status = 1;
     $this->textnode->setStatus($status);
     $this->assertEquals($status, $this->textnode->getStatus());
 }