/**
  * tests the created
  */
 public function testCreated()
 {
     $this->textnode->setCreated('2015-01-01 01:02:03');
     $this->assertEquals('2015-01-01 01:02:03', $this->textnode->getCreated());
 }