wiki.techinc.nl/tests/parser
2013-06-26 22:23:29 +00:00
..
preprocess (bug 27936) Improve parser handling of nested braces. 2013-02-06 03:39:07 +00:00
extraParserTests.txt Kill off Linker::getExternalLinkAttributes. 2011-02-05 23:06:36 +00:00
parserTest.inc test: rework interwiki lookup in parser tests 2013-06-17 20:58:42 +00:00
ParserTestResult.php Fixed spacing around parenthesis in languages/tests/maintenance 2013-04-28 15:57:34 +00:00
parserTests.txt Merge "Change autocomment-prefix to be blank. Looks weird being '- '" 2013-06-26 22:23:29 +00:00
parserTestsParserHook.php Update formatting 2013-02-14 12:22:13 +01: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"