Example #1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testInvalidTagName()
 {
     $root = new SXE('<root />');
     $root->getElementsByTagName('$$$$');
 }