wiki.techinc.nl/tests/parser
2012-10-05 19:15:44 +00:00
..
preprocess Reverted r86072, r86419 per CR. Lots of conflicts resolved here. Removes lineStart from r87346 code as well for preprocess parser tests. 2011-09-12 19:16:22 +00:00
extraParserTests.txt
parserTest.inc Improve documentation of maintenance scripts and test suite. 2012-10-02 22:24:33 +02:00
parserTests.txt Merge "Don't display multiple language links to the same language" 2012-10-05 19:15:44 +00:00
parserTestsParserHook.php Change the name back to dumpHook (r96336). That makes obvious that the use of var_dump is intended. 2011-10-27 15:25:02 +00: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"