コード例 #1
0
ファイル: firstChild.php プロジェクト: laiello/simpledom
 public function testNoChild()
 {
     $root = new SimpleDOM('<root />');
     $this->assertNull($root->firstChild());
 }