wiki.techinc.nl/tests/parser
C. Scott Ananian d27cce60f3 Add parserTests for language converter markup.
This test demonstrates a bug with image link, list item, and table cell
parsing when language converter markup is present.

The test is disabled until the bug is fixed.

Bug: 52661
Change-Id: I2da85ab6ba58639d6959f1abb41461c76b3bf177
2013-08-16 13:14:17 -04:00
..
preprocess (bug 27936) Improve parser handling of nested braces. 2013-02-06 03:39:07 +00:00
extraParserTests.txt Kill off Linker::getExternalLinkAttributes. 2011-02-05 23:06:36 +00:00
parserTest.inc Add more parser tests for magic words. 2013-08-08 10:09:06 +02:00
ParserTestResult.php Fixed spacing around parenthesis in languages/tests/maintenance 2013-04-28 15:57:34 +00:00
parserTests.txt Add parserTests for language converter markup. 2013-08-16 13:14:17 -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"