wiki.techinc.nl/tests/parser
Ori Livneh 082ed03c88 Clear process cache in parser tests
Have the parser test set-up code call WANObjectCache::clearProcessCache().
d1c4eafef5 added this to the PHPUnit test set-up code, but not the parser
tests'.

Change-Id: I870c8bae0336afc499224e4c937c6b8d6ab4d457
2016-03-25 23:11:18 +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 Clear process cache in parser tests 2016-03-25 23:11:18 +00:00
ParserTestResult.php tests: Clean up file headers 2015-04-01 00:17:12 +01:00
parserTests.txt Merge "parserTest: Remove mention of non-existent 'noxml' option" 2016-03-24 19:59:56 +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"