Ejemplo n.º 1
0
 /**
  * tests getId()
  */
 public function testGetIdShouldBeNullWhenNotSet()
 {
     $this->assertNull($this->textnode->getId());
 }