Example #1
0
 public function testGetters()
 {
     $this->assertEquals('1', $this->node->getName());
     $this->assertEquals($this->tag, $this->node->getSystemTag());
 }