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

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"