wiki.techinc.nl/tests/parser
Arlo Breault 5fc737eb91 Support "showmedia" parsertests option
Bug: T358158
Change-Id: I2db79f9a4658e6cb638ccf2716bd6c3d9917a3cc
2024-02-22 15:38:29 -05:00
..
AnsiTermColorer.php
badCharacters.txt Sync up core repo with Parsoid 2022-10-19 19:13:04 -05:00
comments.txt Sync up core repo with Parsoid 2022-10-19 19:13:04 -05:00
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 Sync up core repo with Parsoid 2023-07-03 11:49:21 -04:00
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 2022-10-19 19:13:04 -05:00
indicators.txt Sync up core repo with Parsoid 2023-11-07 13:11:04 -06:00
interlanguageLinks.txt ParserTestRunner: handle metadata output as separate section 2023-02-28 17:26:08 -05:00
interwikiLinks.txt Sync up core repo with Parsoid 2024-02-21 15:04:08 -05:00
legacyMedia.txt Get rid of unnecessary htmltidy hack in Gallery 2023-12-05 20:29:29 -06:00
magicLinks.txt Sync up core repo with Parsoid 2023-01-06 08:29:04 -06:00
magicWords.txt Allow only local pages on pagesize parser function 2024-02-12 19:34:12 +01:00
media.txt Get rid of unnecessary htmltidy hack in Gallery 2023-12-05 20:29:29 -06:00
MultiTestRecorder.php
ParserTestMockParser.php Move Parser to Mediawiki\Parser namespace 2024-02-16 09:18:38 -05:00
ParserTestParserHook.php Move Parser to Mediawiki\Parser namespace 2024-02-16 09:18:38 -05:00
ParserTestPrinter.php Namespace Sanitizer under \MediaWiki\Parser 2023-09-21 05:39:23 +00:00
ParserTestResult.php
ParserTestResultNormalizer.php Improve type documentation in parser test runner classes 2024-01-20 20:24:35 +01:00
ParserTestRunner.php Support "showmedia" parsertests option 2024-02-22 15:38:29 -05: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-02-21 15:04:08 -05:00
pfeqParserTests.txt
PhpunitTestRecorder.php
preprocessor.txt Sync up core repo with Parsoid 2022-10-19 19:13:04 -05:00
preTags.txt Sync up core repo with Parsoid 2022-10-19 19:13:04 -05:00
pst.txt parser: Fix detection of variable with whitespace after subst: 2023-10-01 18:30:15 +00:00
pWrapping.txt Sync up core repo with Parsoid 2022-10-19 19:13:04 -05:00
quotes.txt Sync up core repo with Parsoid 2023-01-06 08:29:04 -06:00
README Avoid mentioning tests/phpunit.php in documentation 2023-07-02 17:35:17 +02:00
redirects.txt Sync up core repo with Parsoid 2023-07-03 11:49:21 -04:00
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 Fix some typos 2023-03-21 15:58:09 +01:00
toc.txt Sync up core repo with Parsoid 2024-02-21 15:04:08 -05: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"