Exemplo n.º 1
0
 public function testGetName()
 {
     $book = new fXML($this->ns_xml);
     $this->assertEquals('book', $book->getName());
 }