wiki.techinc.nl/tests/parser
Jon Robson 212529a68a Self link fragments should be properly escaped
Bug: T327467
Change-Id: Ic0625f8503ad7f6c918dcb263c5a4ef27d191759
2023-01-23 15:02:11 -08:00
..
AnsiTermColorer.php Pass <Test,TestMode> as argument pair, deprecate old TestFileReader 2022-06-03 17:15:38 -04:00
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 Pass <Test,TestMode> as argument pair, deprecate old TestFileReader 2022-06-03 17:15:38 -04:00
definitionLists.txt Sync up core repo with Parsoid 2023-01-06 08:29:04 -06:00
DjVuSupport.php Drop $wgDjvuToXML 2021-09-10 23:40:31 +02:00
DummyTermColorer.php maintenance: Move MWTerm classes to /tests/parser/ 2022-03-24 21:01:14 +00:00
editTests.php Remove use-tidy-config option 2022-08-31 14:02:10 -04:00
extLinks.txt Sync up core repo with Parsoid 2023-01-06 08:29:04 -06:00
fuzzTest.php Parser tests: the Test::$config property is now always an array 2022-06-03 17:16:24 -04:00
indentPre.txt Sync up core repo with Parsoid 2022-10-19 19:13:04 -05:00
interlanguageLinks.txt Sync up core repo with Parsoid 2023-01-06 08:29:04 -06:00
interwikiLinks.txt Sync up core repo with Parsoid 2023-01-06 08:29:04 -06:00
legacyMedia.txt Revert gallery changes in 1.40.0-wmf.18 & .19 2023-01-17 22:15:30 +00: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-01-06 08:29:04 -06:00
media.txt Revert gallery changes in 1.40.0-wmf.18 & .19 2023-01-17 22:15:30 +00:00
MultiTestRecorder.php tests/parser/TestMode: move parser test helper class to parsoid library 2022-08-16 16:26:25 -04:00
ParserTestMockParser.php Remove deprecated $wgParser 2022-08-03 14:40:16 +02:00
ParserTestParserHook.php Make private deprecated public properties of Parser 2022-09-19 23:44:56 -04:00
ParserTestPrinter.php title: Move Title.php to includes/title/ where related classes are 2022-11-09 00:20:08 +00:00
ParserTestResult.php Remove comment from parser test result description 2022-08-30 19:42:35 -04:00
ParserTestResultNormalizer.php tests/parser: Run phan 2022-06-02 00:13:30 +02:00
ParserTestRunner.php Generate/set/get TOCData/SectionMetadata objects instead of arrays 2023-01-19 16:18:13 -05:00
parserTests.php ParserTests: Add --dir option as a complement to the --file option 2022-10-25 15:43:26 -05:00
parserTests.txt Self link fragments should be properly escaped 2023-01-23 15:02:11 -08:00
pfeqParserTests.txt Add {{=}} as a built-in magic word 2022-05-20 13:08:20 -04:00
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 Sync up core repo with Parsoid 2023-01-06 08:29:04 -06: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 tests: Replace implicit Bugzilla bug numbers with Phab ones 2017-02-21 02:14:34 +00:00
redirects.txt Sync up core repo with Parsoid 2023-01-06 08:29:04 -06: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 tests/parser/TestMode: move parser test helper class to parsoid library 2022-08-16 16:26:25 -04:00
toc.txt Add parser test support for verifying TOC section metadata 2023-01-10 17:54:18 -06: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:

 $ cd tests/phpunit
 ./phpunit.php --testsuite parsertests

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

 ./phpunit.php --testsuite parsertests --filter="T6400"