Skip to content

Commit 67563c1

Browse files
minor symfony#57558 [VarDumper]  take the new DOM HTMLElement class into account (xabbuh)
This PR was merged into the 7.1 branch. Discussion ---------- [VarDumper]  take the new DOM HTMLElement class into account | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 56bc624 take the new DOM HTMLElement class into account
2 parents 8350e87 + 56bc624 commit 67563c1

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)