aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/parser/Parsoid/LintErrorCheckerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Add MediaWiki\Registration namespace to registration classesEbrahim Byagowi2024-08-101-0/+1
| | | | | Bug: T353458 Change-Id: Ifa3b6a6e0353bb4ce21a3f4456f1fc696c8d377c
* Extract LintErrorChecker out of SignatureValidatorKunal Mehta2024-07-291-0/+107
This code was partially copied into MassMessage and will hopefully enable more places that accept arbitrary wikitext to check lint errors. It also hides the internal details of checking with the Linter extension's configuration in one place until it can be refactored into something more acceptable (T360809). Bug: T368690 Change-Id: Iaeb3ccbd61a2a8cb0d8b3dc8b06a3a10bc8fa653