/** * @expectedException BadMethodCallException */ public function testRoot() { $root = new SimpleDOM('<root />'); $root->removeSelf(); }