Example #1
0
 public function testRootGetType()
 {
     $buffer = new Opt_Xml_Root();
     $this->assertEquals('Opt_Xml_Root', $buffer->getType());
 }