mediawiki-extensions-Discus.../tests/phpunit
Bartosz Dziewoński b46893eb7d Remove pointless uses of preserveWhiteSpace property
This DOMDocument property has no effect, because we do not use
DOMDocument methods for parsing HTML, but rather DOMUtils::parseHTML()
provided by Parsoid.

Change-Id: I1d9e73e53f2d44f41cf9dcda4f06ac8647671096
2021-08-09 23:45:48 +02:00
..
unit Use DOMCompat::newDocument() to create a new Document 2021-07-30 18:15:11 -04:00
CommentFormatterTest.php build: Updating dependencies 2021-07-22 16:29:04 +00:00
CommentModifierTest.php Deal with document body consistently 2021-08-03 15:12:55 +02:00
CommentParserTest.php Deal with document body consistently 2021-08-03 15:12:55 +02:00
DataTest.php build: Updating dependencies 2021-07-22 16:29:04 +00:00
EventDispatcherTest.php Merge "Deal with document body consistently" 2021-08-06 03:08:28 +00:00
IntegrationTestCase.php build: Updating dependencies 2021-07-22 16:29:04 +00:00
MockCommentFormatter.php Don't refer directly to PHP dom extension classes; avoid nonstandard behavior 2021-07-30 18:15:40 -04:00
MockEventDispatcher.php Add PHPUnit integration tests for EventDispatcher 2021-07-24 05:28:04 +02:00
MockSubscriptionStore.php build: Updating dependencies 2021-07-22 16:29:04 +00:00
TestUtils.php Remove pointless uses of preserveWhiteSpace property 2021-08-09 23:45:48 +02:00
ThreadItemTest.php Deal with document body consistently 2021-08-03 15:12:55 +02:00