mediawiki-extensions-Discus.../tests/phpunit
Ed Sanders 7b2448d2f0 Use DOMCompat::getOuterHTML instead of doc->saveHTML()
The latter results in lots of extra HTML entity encoding.

The former is built by the Parsing team and appears to result
in no unexpected changes elsewhere in the document.

As Parsoid's selser relies on HTML fragments being byte-for-byte
equal, these changes were resulting in wikitext normalisations
in untouched parts of the document ("dirty diffs").

Bug: T259855
Change-Id: Ib3cb605911e690ec3e8c2f9df25fd1a2e2849d7e
2020-08-07 21:31:38 +02:00
..
CommentModifierTest.php Use DOMCompat::getOuterHTML instead of doc->saveHTML() 2020-08-07 21:31:38 +02:00
CommentParserTest.php Allow updating the expected results when running PHP tests 2020-08-04 03:05:28 +02:00
CommentTestCase.php Allow updating the expected results when running PHP tests 2020-08-04 03:05:28 +02:00
ThreadItemTest.php Allow updating the expected results when running PHP tests 2020-08-04 03:05:28 +02:00