wiki.techinc.nl/tests/parser
2014-09-24 17:29:54 +00:00
..
preprocess Remove unused system messages "loginstart", "loginend" and "loginend-https" 2014-09-05 02:07:38 +00:00
extraParserTests.txt
parserTest.inc Add missing @return and @param to doc blocks 2014-08-27 21:57:45 +02:00
ParserTestResult.php Fixed some @params documentation (tests) 2014-04-17 20:43:42 +02:00
parserTests.txt Merge "Add parser tests about building table with {{!}}" 2014-09-05 19:36:40 +00:00
parserTestsParserHook.php
README

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"