Exemplo n.º 1
0
 public function testNoChild()
 {
     $root = new SimpleDOM('<root />');
     $this->assertNull($root->firstChild());
 }