wiki.techinc.nl/tests/parser
Subramanya Sastry c349861427 Sync up with Parsoid parserTests.txt
This now aligns with Parsoid commit ad7c4322d4dd7903065f066d8d96ead875b5126b

Change-Id: Ica20c20ce8f40786f9b2b8ec4c3021f49843354f
2018-03-26 16:42:26 -07:00
..
preprocess
DbTestPreviewer.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
DbTestRecorder.php Move IDatabase/IMaintainableDatabase to Rdbms namespace 2017-03-28 15:32:38 -07:00
DjVuSupport.php
editTests.php editTests: Use the correct list of parser test files 2018-02-09 12:08:05 -08:00
extraParserTests.txt
fuzzTest.php Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
MultiTestRecorder.php
ParserTestMockParser.php
ParserTestParserHook.php build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2018-01-01 14:10:16 +01:00
ParserTestPrinter.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
ParserTestResult.php
ParserTestResultNormalizer.php Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
ParserTestRunner.php ParserTest: clear Language namespaces cache 2018-03-25 15:36:10 +02:00
parserTests.php Replace wfGetLBFactory 2018-02-27 20:02:48 +00:00
parserTests.txt Sync up with Parsoid parserTests.txt 2018-03-26 16:42:26 -07:00
PhpunitTestRecorder.php build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 2018-02-17 13:29:13 +01:00
README
TestFileEditor.php Require indentation of CASE statements in PHP code 2017-12-10 22:07:50 -05:00
TestFileReader.php
TestRecorder.php
TidySupport.php Use RemexHtml as the tidy implementation for parser tests 2018-03-02 14:30:27 -08: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"