Exemplo n.º 1
0
 public function testParseFragment()
 {
     $result = Parser::parseFragment('<b>asdf</b> foo');
     $this->assertIsA($result, 'DOMNodeList');
 }