wiki.techinc.nl/tests/parser
2016-05-24 03:29:32 +00:00
..
preprocess Replace 'emailpage' with 'emailuser' 2015-08-20 10:49:03 +00:00
extraParserTests.txt parserTest: Remove mention of non-existent 'noxml' option 2016-03-24 00:48:02 +00:00
parserTest.inc Add LinkRenderer (rewrite of Linker::link()) 2016-05-23 12:00:09 -07:00
ParserTestResult.php tests: Clean up file headers 2015-04-01 00:17:12 +01:00
parserTests.txt Merge "Avoid invidual LinkCache lookups in Linker::makeBrokenImageLinkObj()" 2016-05-24 03:29:28 +00:00
parserTestsParserHook.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08: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"