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 Add permission check for user is permitted to view the log type 2019-07-25 20:32:37 +00:00
ContentModelLogFormatterTest.php Added Tests for ContentModelLogFormatter 2018-01-07 18:10:41 -05:00
DatabaseLogEntryTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
DeleteLogFormatterTest.php Add permission check for user is permitted to view the log type 2019-07-25 20:32:37 +00:00
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 Replace some oldskool @see with @inheritDoc 2019-11-08 18:00:27 +00:00
LogTests.i18n.php
MergeLogFormatterTest.php Add @covers tags to logging tests 2017-12-24 23:29:00 -08:00
MoveLogFormatterTest.php Add @covers tags to logging tests 2017-12-24 23:29:00 -08:00
NewUsersLogFormatterTest.php tests: Add explicit return type void to setUp() and tearDown() 2019-10-30 14:31:22 -07:00
PageLangLogFormatterTest.php tests: Add explicit return type void to setUp() and tearDown() 2019-10-30 14:31:22 -07:00
PatrolLogFormatterTest.php Add @covers tags to logging tests 2017-12-24 23:29:00 -08:00
ProtectLogFormatterTest.php Fix permission check on protection log 2019-09-27 09:58:41 -07:00
RightsLogFormatterTest.php Add @covers tags to logging tests 2017-12-24 23:29:00 -08:00
UploadLogFormatterTest.php Add separate log action for file reverts 2019-03-02 22:16:55 +00:00