/**
  * tests the licensee ID
  */
 public function testLicenseeId()
 {
     $licenseeId = 'asd23fasdf';
     $this->textnode->setLicenseeId($licenseeId);
     $this->assertEquals($licenseeId, $this->textnode->getLicenseeId());
 }