/**
  * tests the topicId
  */
 public function testTopicId()
 {
     $topicId = 'asd23123';
     $this->textnode->setTopicId($topicId);
     $this->assertEquals($topicId, $this->textnode->getTopicId());
 }