コード例 #1
0
ファイル: previousSibling.php プロジェクト: laiello/sxe
 public function testRoot()
 {
     $root = new SXE('<root><child1 /><child2 /><child3 /></root>');
     $this->assertNull($root->previousSibling());
 }