mediawiki-extensions-Linter/tests/phpunit
sbailey 6aa4cdeba9 Linter Tag and Template search feature, UI and report code
* Tag and Template search is enabled using config variable
   'LinterUserInterfaceTagAndTemplateStage' and also checks for
   the linter table column 'linter_tag' to exist to protect the
   report code from error if the column is absent. As the linter
   table alter maintenance added both the linter_tag and
   linter_template at the same time, there is no reason to check
   both. The user interface code does not check for the field
   presence only the config variable.

 * This code depends on the recordLintJob code writing the tag
   and template data which is enabled by the config variable
   'LinterWriteTagAndTemplateColumnsStage' and also assumes the
   data migration maintenance script migrateTagTemplate.php has
   been run to populate linter error records created prior to
   the table alter and the write code being enabled.

Bug: T175177
Change-Id: I2f951dfcd34e3dc6ca17e8754cfaeba8baa3e835
2023-02-27 06:55:06 -08:00
..
unit Minor cleanup 2022-09-07 02:48:18 +01:00
CategoryMessagesTest.php Remove hardcoded list of categories with no parameters 2021-12-15 17:27:36 -05:00
DatabaseTest.php Minor cleanup 2022-09-07 02:48:18 +01:00
RecordLintJobTest.php Change linter maintenance scripts to use existing config varaibles 2023-02-14 09:43:54 -08:00
SpecialLintErrorsTest.php Linter Tag and Template search feature, UI and report code 2023-02-27 06:55:06 -08:00