wiki.techinc.nl/tests/parser
Arlo Breault b12f5d8e20 Sync up with Parsoid parserTests.txt
This now aligns with Parsoid commit 67180924cc1d78eed9b300b6f867498da51c35bc

Change-Id: Icb1c8c3cc4e19db9fa5c93b62a6afadb9f6676dc
2020-12-18 12:30:25 -05:00
..
preprocess
DbTestPreviewer.php Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull 2020-01-10 14:17:13 -08:00
DbTestRecorder.php
DjVuSupport.php
editTests.php Use class keyword for classname resolution 2020-03-27 09:33:01 +01:00
extraParserTests.txt Hard-deprecate parser tests targetting Preprocessor_DOM 2020-08-04 14:21:32 -04:00
fuzzTest.php Use class keyword for classname resolution 2020-03-27 09:33:01 +01:00
MultiTestRecorder.php Replace all call_user_func(_array) in all tests 2020-06-06 18:41:20 +02:00
ParserTestMockParser.php
ParserTestParserHook.php tests: Don't expect the Parser to be passed by ref 2019-11-18 17:43:35 +01:00
ParserTestPrinter.php Add parserTests file line number to failing tests output 2020-01-29 00:17:36 +00:00
ParserTestResult.php
ParserTestResultNormalizer.php
ParserTestRunner.php ParserTestRunner: Fix skipping typo 2020-12-16 23:50:51 +00:00
parserTests.php Use class keyword for classname resolution 2020-03-27 09:33:01 +01:00
parserTests.txt Sync up with Parsoid parserTests.txt 2020-12-18 12:30:25 -05:00
pfeqParserTests.txt Tracking category and parser warning for deprecated uses of {{=}} 2020-09-15 20:16:37 +00:00
PhpunitTestRecorder.php
README
TestFileEditor.php Parser: remove leftover "transparent hook" code 2020-01-28 20:10:20 -05:00
TestFileReader.php Parser tests: Update TestFileReader to the latest reader from Parsoid 2020-12-14 18:49:11 -05:00
TestRecorder.php

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"