Skip to content

Commit 56bc624

Browse files
committed
take the new DOM HTMLElement class into account
1 parent 8650176 commit 56bc624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/VarDumper/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)