Skip to content

Commit

Permalink
take the new DOM HTMLElement class into account
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Jun 27, 2024
1 parent deb2c2b commit c33d420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Caster/DOMCasterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public function testCastModernElement()
$attr = \Dom\HTMLDocument::createEmpty()->createElement('foo');

$this->assertDumpMatchesFormat(<<<'EODUMP'
Dom\Element {%A
Dom\HTMLElement {%A
+tagName: ? string
%A}
EODUMP,
Expand Down

0 comments on commit c33d420

Please sign in to comment.