Skip to content

Commit c33d420

Browse files
committed
take the new DOM HTMLElement class into account
1 parent deb2c2b commit c33d420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Caster/DOMCasterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public function testCastModernElement()
227227
$attr = \Dom\HTMLDocument::createEmpty()->createElement('foo');
228228

229229
$this->assertDumpMatchesFormat(<<<'EODUMP'
230-
Dom\Element {%A
230+
Dom\HTMLElement {%A
231231
+tagName: ? string
232232
%A}
233233
EODUMP,

0 commit comments

Comments
 (0)