/**
  * tests the access
  */
 public function testAccess()
 {
     $this->textnode->setAccess(false);
     $this->assertFalse($this->textnode->getAccess());
 }