Kunal Mehta d2abda9330 parser: Validate $length in padleft/padright parser functions 6 years ago
..
preprocess 04f93370bb Replace 'emailpage' with 'emailuser' 9 years ago
ParserTestResult.php b4bac102b6 tests: Clean up file headers 10 years ago
README bd7038e3c1 tip to run parser tests 13 years ago
extraParserTests.txt 32f374074c parserTest: Remove mention of non-existent 'noxml' option 9 years ago
parserTest.inc 7383b1c8ce Remove support for $wgWellFormedXml=false 8 years ago
parserTests.txt d2abda9330 parser: Validate $length in padleft/padright parser functions 6 years ago
parserTestsParserHook.php 6e9b4f0e9c Convert all array() syntax to [] 9 years ago

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"