예제 #1
0
파일: nextSibling.php 프로젝트: laiello/sxe
 public function testRoot()
 {
     $root = new SXE('<root><child1 /><child2 /><child3 /></root>');
     $this->assertNull($root->nextSibling());
 }