wiki.techinc.nl/tests/phpunit/includes/logging
C. Scott Ananian 3d40c43b1f Deprecate InterwikiLoadPrefix hook
The InterwikiLoadPrefix hook isn't compatible with Parsoid, as it is
unidirectional and doesn't support enumerating all valid prefixes
(T270444).  Set/reset $wgInterwikiCache to mock the interwiki table
for parserTests and other unit tests instead.

This is a soft deprecation, as the used-in-production
Extension:Interwiki still uses InterwikiLoadPrefix, although not in a
way that would break Parsoid (since $wgInterwikiCache is set in
production).

Bug: T270444
Change-Id: If2507017c99c4ee42c104a0890bc45a84d7239d5
2020-12-21 19:28:48 +00:00
..
BlockLogFormatterTest.php
ContentModelLogFormatterTest.php
DatabaseLogEntryTest.php
DeleteLogFormatterTest.php
ImportLogFormatterTest.php Deprecate InterwikiLoadPrefix hook 2020-12-21 19:28:48 +00:00
LogFormatterTest.php Remove use of $wgUser from LogFormatterTest, unneeded 2020-09-14 20:26:13 +00:00
LogFormatterTestCase.php
LogTests.i18n.php
MergeLogFormatterTest.php
MoveLogFormatterTest.php
NewUsersLogFormatterTest.php
PageLangLogFormatterTest.php
PatrolLogFormatterTest.php
ProtectLogFormatterTest.php
RightsLogFormatterTest.php
UploadLogFormatterTest.php