Example #1
0
 public function testRoot()
 {
     $root = new SXE('<root><child1 /><child2 /><child3 /></root>');
     $this->assertNull($root->previousSibling());
 }