wiki.techinc.nl/tests/parser
2012-10-03 15:04:10 +00:00
..
preprocess
extraParserTests.txt
parserTest.inc Improve documentation of maintenance scripts and test suite. 2012-10-02 22:24:33 +02:00
parserTests.txt Additional template and pre-wrapping interaction tests. 2012-10-02 16:43:33 -05: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"