wiki.techinc.nl/tests/parser
Amir Sarabadani 15a278189f Reorg: Move MWTimestamp to MediaWiki\Utils
Bug: T321882
Change-Id: I48c10343295c4eb3d9ef8037343b0070e928f040
2023-08-19 05:53:40 +02: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 rdbms: Move several methods from IDatabase to IMaintainableDatabase 2022-08-08 14:11:39 +00:00
DbTestRecorder.php
definitionLists.txt Sync up core repo with Parsoid 2023-01-06 08:29:04 -06:00
DjVuSupport.php
DummyTermColorer.php
editTests.php Move DiffEngine and helpers to includes/libs/Diff and put them in a namespace 2023-06-20 15:15:13 +10:00
extLinks.txt Sync up core repo with Parsoid 2023-07-03 11:49:21 -04:00
fuzzTest.php parserTests: ensure test classes get auto-loaded. 2023-03-27 20:38:53 +02:00
indentPre.txt Sync up core repo with Parsoid 2022-10-19 19:13:04 -05: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 2023-01-06 08:29:04 -06:00
legacyMedia.txt Sync up core repo with Parsoid 2023-07-13 18:15:47 +02:00
magicLinks.txt Sync up core repo with Parsoid 2023-01-06 08:29:04 -06:00
magicWords.txt Sync up core repo with Parsoid 2023-04-26 14:11:39 -04:00
media.txt Sync up core repo with Parsoid 2023-07-13 18:15:47 +02:00
MultiTestRecorder.php tests/parser/TestMode: move parser test helper class to parsoid library 2022-08-16 16:26:25 -04:00
ParserTestMockParser.php
ParserTestParserHook.php Reorg: Move HTML-related classes out of includes/ to Html/ 2023-02-16 20:40:01 +01:00
ParserTestPrinter.php Suppress false SecurityCheckXSS positives in ParserTestPrinter 2023-02-23 20:20:06 +00:00
ParserTestResult.php Remove comment from parser test result description 2022-08-30 19:42:35 -04:00
ParserTestResultNormalizer.php
ParserTestRunner.php Reorg: Move MWTimestamp to MediaWiki\Utils 2023-08-19 05:53:40 +02:00
parserTests.php parserTests: ensure test classes get auto-loaded. 2023-03-27 20:38:53 +02:00
parserTests.txt Sync up core repo with Parsoid 2023-07-13 18:15:47 +02:00
pfeqParserTests.txt
PhpunitTestRecorder.php tests/parser/TestMode: move parser test helper class to parsoid library 2022-08-16 16:26:25 -04:00
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: Remove back-compatibility NO_TOC_CONVERSION code 2023-03-24 22:14:42 +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 2023-01-11 17:35:44 -06:00
TestFileEditor.php TestFileEditor: Fix string interpolation 2022-11-04 17:03:38 -06:00
TestRecorder.php Fix some typos 2023-03-21 15:58:09 +01:00
toc.txt Sync up core repo with Parsoid 2023-05-25 13:45:34 -04:00
wtEscaping.txt Sync up core repo with Parsoid 2023-01-06 08:29:04 -06: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"