wiki.techinc.nl/tests/parser
Subramanya Sastry 28a214a7a3 Removed unnecessary whitespace in tpl name/arg class tests.
Change-Id: Id0346d16fcecd0d44d85f29a45923c8401f47a9c
2012-09-28 18:51:58 -05:00
..
preprocess
extraParserTests.txt
parserTest.inc New hook 'ParserTestGlobals' 2012-08-14 00:18:50 +02:00
parserTests.txt Removed unnecessary whitespace in tpl name/arg class tests. 2012-09-28 18:51:58 -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"