예제 #1
0
 public function testGetPrefix()
 {
     $book = new fXML($this->ns_xml);
     $this->assertEquals('foo', $book->getPrefix());
 }