We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c961ca6 commit 239e937Copy full SHA for 239e937
test/HTML5/Parser/DOMTreeBuilderTest.php
@@ -52,6 +52,7 @@ public function testDocument()
52
$html = '<!DOCTYPE html><html></html>';
53
$doc = $this->parse($html);
54
55
+ $this->assertEquals('UTF-8', $doc->encoding);
56
$this->assertInstanceOf('\DOMDocument', $doc);
57
$this->assertEquals('html', $doc->documentElement->tagName);
58
$this->assertEquals('http://www.w3.org/1999/xhtml', $doc->documentElement->namespaceURI);
0 commit comments