示例#1
0
文件: lastChild.php 项目: laiello/sxe
 public function testNoChild()
 {
     $root = new SXE('<root />');
     $this->assertNull($root->lastChild());
 }