Skip to content

Commit aa1e1a4

Browse files
committed
Fix Dom\Element nodeValue usage in AbstractEncoderTest
Replace nodeValue with textContent on Dom\Element nodes. With veewee/xml 4.x using PHP 8.4's new Dom\ classes, nodeValue returns null for element nodes per the DOM spec. textContent is the correct property for reading the text content of an element.
1 parent 43939e0 commit aa1e1a4

File tree

1 file changed

+76
-76
lines changed

1 file changed

+76
-76
lines changed

0 commit comments

Comments
 (0)