wiki.techinc.nl/tests/parser
withoutaname 6080ded0cc Remove deprecated class StubContLang
Change-Id: I4569f5d59018f0d5082888fdc737cf30370bcbdd
2014-07-22 22:07:04 -07:00
..
preprocess Removing all disambiguation code from core 2013-09-05 14:07:51 -07:00
extraParserTests.txt
parserTest.inc Remove deprecated class StubContLang 2014-07-22 22:07:04 -07:00
ParserTestResult.php Fixed some @params documentation (tests) 2014-04-17 20:43:42 +02:00
parserTests.txt No interlanguage links after local interwiki prefixes 2014-07-22 15:01:07 +02:00
parserTestsParserHook.php Update formatting 2013-02-14 12:22:13 +01:00
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"