You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to compare two DOMDocuments with russian symbols in PHPUnit (which uses this comparator) i have a problem.
Information about encoding lost while comparing documents and in result all russian symbols become encoded like this: <TagName>Пользователь</TagName> instead of expected <TagName>Пользователь</TagName>
Encoding information lost in DOMNodeComparator::nodeToText. You can see it here:
This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions.
When i try to compare two DOMDocuments with russian symbols in PHPUnit (which uses this comparator) i have a problem.
Information about encoding lost while comparing documents and in result all russian symbols become encoded like this:
<TagName>Пользователь</TagName>
instead of expected<TagName>Пользователь</TagName>
Encoding information lost in
DOMNodeComparator::nodeToText
. You can see it here:The text was updated successfully, but these errors were encountered: