wiki.techinc.nl/tests/parser
2014-08-13 21:02:56 +00:00
..
preprocess Removing all disambiguation code from core 2013-09-05 14:07:51 -07:00
extraParserTests.txt
parserTest.inc Merge "Run some parser tests with tidy." 2014-08-13 21:02:56 +00:00
ParserTestResult.php Fixed some @params documentation (tests) 2014-04-17 20:43:42 +02:00
parserTests.txt Run some parser tests with tidy. 2014-08-03 17:45:54 -04:00
parserTestsParserHook.php Update formatting 2013-02-14 12:22:13 +01:00
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"