示例#1
0
 public function testGetDOMParser()
 {
     $parser = new \jakulov\HyperParser\Parser();
     $this->assertInstanceOf(\jakulov\HyperParser\Bridge\SunraDOMParserBridge::class, $parser->getDOMParser());
 }