wiki.techinc.nl/tests/parser
Brad Jorsch 7b08f602dc Clean up parser test's InterwikiLoadPrefix hook
Change I36865e38 adjusted the parser test class to hook
InterwikiLoadPrefix, and prevent any other uses of that hook. Which is
ok, except it doesn't clean up after itself so it winds up breaking any
other parser tests that use the same hook.

Change-Id: I351a56ac39a44721d427e9c980eaf5fff246fb57
2013-08-22 14:42:45 -04:00
..
preprocess (bug 27936) Improve parser handling of nested braces. 2013-02-06 03:39:07 +00:00
extraParserTests.txt
parserTest.inc Clean up parser test's InterwikiLoadPrefix hook 2013-08-22 14:42:45 -04:00
ParserTestResult.php Fixed spacing around parenthesis in languages/tests/maintenance 2013-04-28 15:57:34 +00:00
parserTests.txt Sync up with Parsoid parserTests. 2013-08-16 14:43:54 -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"