wiki.techinc.nl/tests/parser
Kunal Mehta 3217867eda ParserTest: Remove warning about gd extension not being installed
The tests actually pass just fine if gd isn't installed.

Change-Id: Ia37255fd642a8f741f1e1a547702495b3a83b584
2016-08-17 03:20:47 +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 ParserTest: Remove warning about gd extension not being installed 2016-08-17 03:20:47 +00:00
ParserTestResult.php tests: Clean up file headers 2015-04-01 00:17:12 +01:00
parserTests.txt Merge "Exclude duplicate srcset urls" 2016-07-20 17:39: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"