public function testNoChild() { $root = new SimpleDOM('<root />'); $this->assertNull($root->firstChild()); }