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