wiki.techinc.nl/tests/parser
2018-11-27 18:49:25 +00:00
..
preprocess
DbTestPreviewer.php
DbTestRecorder.php Avoid bad method call to patchPatch() in DbTestRecorder 2018-06-25 21:14:13 +01:00
DjVuSupport.php PHP: Use short ternary operator (?:) where possible 2018-06-11 11:26:35 +02:00
editTests.php build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 2018-09-16 15:51:11 +00:00
extraParserTests.txt extraParserTests.txt: Fix typo 2018-10-19 22:22:37 +02:00
fuzzTest.php
MultiTestRecorder.php
ParserTestMockParser.php Improve test coverage for ApiStashEdit 2018-08-21 15:32:29 -07:00
ParserTestParserHook.php Use PHP 7 '??' operator instead of if-then-else 2018-10-27 23:46:13 +02:00
ParserTestPrinter.php
ParserTestResult.php
ParserTestResultNormalizer.php
ParserTestRunner.php Drop the image_comment_temp table 2018-11-14 15:04:31 -05:00
parserTests.php Don't infer parsoid-only parser tests based on presence of parsoid option. 2018-11-02 16:41:40 -04:00
parserTests.txt Merge "Accept BCP 47 codes in LanguageConverter rules" 2018-11-27 18:49:25 +00:00
PhpunitTestRecorder.php
README
TestFileEditor.php
TestFileReader.php Don't infer parsoid-only parser tests based on presence of parsoid option. 2018-11-02 16:41:40 -04:00
TestRecorder.php
TidySupport.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"