wiki.techinc.nl/tests/phpunit/includes/logging
Brad Jorsch 0abb9338f8 Mostly drop old comment schemas
This removes most of the pre-CommentStore text columns, and the
$wgCommentTableSchemaMigrationStage setting that used to determine
whether the columns were used.

rev_comment remains in the code, as on Wikimedia wikis the revision
table is too large to alter at this time. A future change will combine
that with the removal of rev_user_text, rev_content_model, and
rev_content_format (and the addition of rev_comment_id and rev_actor).

CommentStore's constructor continues to take a $stage parameter, and
continues to have the logic for handling it, for the benefit of
extensions that might need their own migration process.

Bug: T166733
Change-Id: I1479c73774e01ead1490adf6128f820c09bce9d4
2019-02-07 16:59:27 +11:00
..
BlockLogFormatterTest.php Add namespace restrictions to block's log messages 2019-01-25 15:46:11 -05:00
ContentModelLogFormatterTest.php Added Tests for ContentModelLogFormatter 2018-01-07 18:10:41 -05:00
DatabaseLogEntryTest.php Mostly drop old comment schemas 2019-02-07 16:59:27 +11:00
DeleteLogFormatterTest.php Add @covers tags to logging tests 2017-12-24 23:29:00 -08:00
ImportLogFormatterTest.php Add @covers tags to logging tests 2017-12-24 23:29:00 -08:00
LogFormatterTest.php Declare LogFormatter::$parsedParameters property 2018-05-01 19:56:13 -07:00
LogFormatterTestCase.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
LogTests.i18n.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
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 Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
PageLangLogFormatterTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
PatrolLogFormatterTest.php Add @covers tags to logging tests 2017-12-24 23:29:00 -08:00
ProtectLogFormatterTest.php Add @covers tags to logging tests 2017-12-24 23:29:00 -08:00
RightsLogFormatterTest.php Add @covers tags to logging tests 2017-12-24 23:29:00 -08:00
UploadLogFormatterTest.php Add @covers tags to logging tests 2017-12-24 23:29:00 -08:00