wiki.techinc.nl/tests/parser
2015-04-01 22:27:33 +00:00
..
preprocess Remove unused system messages "loginstart", "loginend" and "loginend-https" 2014-09-05 02:07:38 +00:00
extraParserTests.txt
parserTest.inc Parser tests for page status indicators 2015-03-29 22:31:51 +00:00
ParserTestResult.php tests: Clean up file headers 2015-04-01 00:17:12 +01:00
parserTests.txt Sync up with Parsoid parserTests. 2015-04-01 15:08:10 -05:00
parserTestsParserHook.php Tidy up tidy usage 2015-03-16 16:33:50 -04: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"