wiki.techinc.nl/tests/parser
Kunal Mehta f1e8d27a91 Add TitleParser and TitleFormatter to MediaWikiServices
Depends-On: Ibfd0a7f98f50506cd8402f966682f320bf715c8a
Change-Id: I81d48616afd1ab2bde1a5f1d12f4aefb1c866d43
2016-05-11 10:18:40 -07: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 TitleParser and TitleFormatter to MediaWikiServices 2016-05-11 10:18:40 -07:00
ParserTestResult.php tests: Clean up file headers 2015-04-01 00:17:12 +01:00
parserTests.txt Don't replace !! in elements 2016-04-06 06:23:48 +00:00
parserTestsParserHook.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08: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"