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