Example #1
0
 public function testToXML()
 {
     $book = new fXML($this->ns_xml);
     $this->assertEquals($this->ns_xml, $book->toXML());
 }