wiki.techinc.nl/tests/parser
Bartosz Dziewoński 302e9e48f6 Parser tests for page status indicators
https://www.mediawiki.org/wiki/Help:Page_status_indicators

Change-Id: Ic461fe889a3f8ef9f332019f72cfb732c0ec1eca
2015-03-29 22:31:51 +00:00
..
preprocess Remove unused system messages "loginstart", "loginend" and "loginend-https" 2014-09-05 02:07:38 +00:00
extraParserTests.txt
parserTest.inc Parser tests for page status indicators 2015-03-29 22:31:51 +00:00
ParserTestResult.php Fixed some @params documentation (tests) 2014-04-17 20:43:42 +02:00
parserTests.txt Parser tests for page status indicators 2015-03-29 22:31:51 +00:00
parserTestsParserHook.php Tidy up tidy usage 2015-03-16 16:33:50 -04:00
README tip to run parser tests 2012-01-09 12:47:21 +00:00

Parser tests are run using our PHPUnit test suite in tests/phpunit:

 $ cd tests/phpunit
 ./phpunit.php --group Parser

You can optionally filter by title using --regex. I.e. :

 ./phpunit.php --group Parser --regex="Bug 6200"