Example #1
0
 public function testNoChild()
 {
     $root = new SXE('<root />');
     $this->assertNull($root->lastChild());
 }