Add $wgDiffEngine
authorBrad Jorsch <bjorsch@wikimedia.org>
Tue, 5 Nov 2019 15:07:06 +0000 (10:07 -0500)
committerJames D. Forrester <jforrester@wikimedia.org>
Wed, 6 Nov 2019 14:15:24 +0000 (09:15 -0500)
commit407d50c860fa5ff73cf342ca74b1a321e628eab5
tree6e38ae23f52177ac1efb601f66f755744f573469
parent8add810be90a002c21d3bf7c4b57bf30856400b4
Add $wgDiffEngine

The immediate use case is for testing, where some tests need to use the
PHP implementation even when wikidiff2 is installed.

Bug: T237049
Change-Id: I41dc4c0933429065d7638f518ec31f0a056afc41
(cherry picked from commit f3058c81b9bbdede6eeb70503ecc44a6ba423e0d)
RELEASE-NOTES-1.34
includes/DefaultSettings.php
includes/content/ContentHandler.php
includes/diff/DifferenceEngine.php
tests/phpunit/includes/api/ApiComparePagesTest.php
tests/phpunit/includes/diff/DifferenceEngineTest.php
tests/phpunit/integration/includes/diff/DifferenceEngineSlotDiffRendererIntegrationTest.php