wiki.techinc.nl/tests/parser
Arlo Breault de01ef7d20 Sync up core repo with Parsoid
This now aligns with Parsoid commit c296dca4af9a1d47200a3699e12d9884acc43150

Change-Id: I5a0e246171e9b58d77b2be945b802f381c1f40b2
2024-04-11 12:59:32 -04:00
..
AnsiTermColorer.php
badCharacters.txt
comments.txt
DbTestPreviewer.php Improve type documentation in parser test runner classes 2024-01-20 20:24:35 +01:00
DbTestRecorder.php installer: Namespace remaining classes 2024-01-13 23:45:14 +00:00
definitionLists.txt Update name & email for bvibber 2024-02-08 17:02:16 -08:00
DjVuSupport.php
DummyTermColorer.php
editTests.php Make Maintenance::finalSetup require a SettingsBuilder 2024-01-08 09:40:18 -05:00
extLinks.txt
fuzzTest.php build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manually 2024-02-10 02:22:41 +00:00
indentPre.txt Sync up core repo with Parsoid 2024-04-11 12:59:32 -04:00
indicators.txt Sync up core repo with Parsoid 2024-04-11 12:59:32 -04:00
interlanguageLinks.txt
interwikiLinks.txt Sync up core repo with Parsoid 2024-02-21 15:04:08 -05:00
legacyMedia.txt Sync up core repo with Parsoid 2024-04-01 08:16:27 +05:30
magicLinks.txt
magicWords.txt Allow only local pages on pagesize parser function 2024-02-12 19:34:12 +01:00
media.txt Sync up core repo with Parsoid 2024-04-01 08:16:27 +05:30
MultiTestRecorder.php
ParserTestMockParser.php Move Parser to Mediawiki\Parser namespace 2024-02-16 09:18:38 -05:00
ParserTestParserHook.php [tests] Remove use of dynamic property Parser::$static_tag_buf 2024-02-22 16:02:19 -05:00
ParserTestPrinter.php
ParserTestResult.php
ParserTestResultNormalizer.php Improve type documentation in parser test runner classes 2024-01-20 20:24:35 +01:00
ParserTestRunner.php Substitute category default sort key when filling links table, not at parse time 2024-03-29 18:30:02 -04:00
parserTests.php Replace last remaining wfGetDB() calls in core, except ResourceLoader 2024-02-14 11:02:01 -05:00
parserTests.txt Sync up core repo with Parsoid 2024-04-11 12:59:32 -04:00
pfeqParserTests.txt
PhpunitTestRecorder.php
preprocessor.txt Sync up core repo with Parsoid 2024-04-11 12:59:32 -04:00
preTags.txt Sync up core repo with Parsoid 2024-04-11 12:59:32 -04:00
pst.txt
pWrapping.txt
quotes.txt
README
redirects.txt
tables.txt Sync up core repo with Parsoid 2024-02-21 15:04:08 -05:00
TestFileEditor.php Improve type documentation in parser test runner classes 2024-01-20 20:24:35 +01:00
TestRecorder.php
toc.txt Sync up core repo with Parsoid 2024-04-11 12:59:32 -04:00
wtEscaping.txt Sync up core repo with Parsoid 2024-02-21 15:04:08 -05:00

Parser tests can be run either via PHPUnit or by using the standalone
parserTests.php in this directory. The standalone version provides more
options.

To run parser tests via PHPUnit:

 $ composer phpunit -- --testsuite parsertests

You can optionally filter by title using --filter, e.g.

 composer phpunit -- --testsuite parsertests --filter="T6400"