Example #1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testInvalidXML()
 {
     $root = new SXE('<root><child /></root>');
     $root->appendXML('<bad><xml>');
 }