wiki.techinc.nl/tests/parser
Umherirrender 205f141bb8 Improve some class properties documentation in tests
Change-Id: Id9c9e56865cf9a6bb112be37a5674ec753604fb1
2021-02-02 16:48:15 +00: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 Safer autoloading with respect to file-scope code 2021-01-11 11:59:36 +11:00
extraParserTests.txt Hard-deprecate parser tests targetting Preprocessor_DOM 2020-08-04 14:21:32 -04:00
fuzzTest.php Add missing @param and @return to documentation in tests 2021-01-22 19:57:25 +01:00
legacyMediaParserTests.txt Sync up with Parsoid parserTests.txt 2021-01-14 10:21:57 -05: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 Remove unneeded @return documentation 2021-01-25 19:44:27 +01:00
ParserTestResult.php Improve some class properties documentation in tests 2021-02-02 16:48:15 +00:00
ParserTestResultNormalizer.php
ParserTestRunner.php Add missing @param and @return to documentation in tests 2021-01-22 19:57:25 +01:00
parserTests.php Safer autoloading with respect to file-scope code 2021-01-11 11:59:36 +11:00
parserTests.txt Merge "Parser test for Balinese language conversion" 2021-01-30 15:22:25 +00: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 ParserTests: Update error message to point to the failing test file 2021-01-22 14:59:21 -06:00
TestRecorder.php Add missing @param and @return to documentation 2019-11-16 13:45:55 +01: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"