wiki.techinc.nl/tests/parser
C. Scott Ananian 2d26a0c535 Sync up with Parsoid parserTests.
This now aligns with Parsoid commit c257ad0880a19df3f10d9942896da9a40f57b17c

Change-Id: I64786aeb0ed264b8f8638106be114a8a2a1cd682
2014-04-29 16:15:49 -04:00
..
preprocess Removing all disambiguation code from core 2013-09-05 14:07:51 -07:00
extraParserTests.txt Kill off Linker::getExternalLinkAttributes. 2011-02-05 23:06:36 +00:00
parserTest.inc Addition of a parser test for page= parameter of image inclusion 2014-04-29 19:55:44 +02:00
ParserTestResult.php Fixed some @params documentation (tests) 2014-04-17 20:43:42 +02:00
parserTests.txt Sync up with Parsoid parserTests. 2014-04-29 16:15:49 -04:00
parserTestsParserHook.php Update formatting 2013-02-14 12:22:13 +01: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"