jenkins-bot ede4b68c2b Merge "Ensure parserTests pass even if wiki has wgUsePigLatin enabled" %!s(int64=5) %!d(string=hai) anos
..
preprocess bebe29662b Do not use real message names in 'All_system_messages' preprocessor test %!s(int64=7) %!d(string=hai) anos
DbTestPreviewer.php f739a8f368 Improve some parameter docs %!s(int64=6) %!d(string=hai) anos
DbTestRecorder.php ec3289524e Avoid bad method call to patchPatch() in DbTestRecorder %!s(int64=6) %!d(string=hai) anos
DjVuSupport.php e1630b6a53 PHP: Use short ternary operator (?:) where possible %!s(int64=6) %!d(string=hai) anos
MultiTestRecorder.php 6117fb244f Refactor parser tests %!s(int64=7) %!d(string=hai) anos
ParserTestMockParser.php ab94b63526 Improve test coverage for ApiStashEdit %!s(int64=5) %!d(string=hai) anos
ParserTestParserHook.php 255d76f2a1 build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 %!s(int64=6) %!d(string=hai) anos
ParserTestPrinter.php f739a8f368 Improve some parameter docs %!s(int64=6) %!d(string=hai) anos
ParserTestResult.php 6117fb244f Refactor parser tests %!s(int64=7) %!d(string=hai) anos
ParserTestResultNormalizer.php 39f0f919c5 Update suppressWarning()/restoreWarning() calls %!s(int64=6) %!d(string=hai) anos
ParserTestRunner.php a4caa4d0c6 build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 %!s(int64=5) %!d(string=hai) anos
PhpunitTestRecorder.php 63d96c15fd build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 %!s(int64=6) %!d(string=hai) anos
README 1e9c361960 tests: Replace implicit Bugzilla bug numbers with Phab ones %!s(int64=7) %!d(string=hai) anos
TestFileEditor.php e74bfe13f6 Require indentation of CASE statements in PHP code %!s(int64=6) %!d(string=hai) anos
TestFileReader.php ce6f7faadd Remove trailing empty lines in PHP %!s(int64=7) %!d(string=hai) anos
TestRecorder.php ce6f7faadd Remove trailing empty lines in PHP %!s(int64=7) %!d(string=hai) anos
TidySupport.php bd91229204 Use RemexHtml as the tidy implementation for parser tests %!s(int64=6) %!d(string=hai) anos
editTests.php a4caa4d0c6 build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 %!s(int64=5) %!d(string=hai) anos
extraParserTests.txt 3e32d21210 Strip U+0000 in wikitext %!s(int64=7) %!d(string=hai) anos
fuzzTest.php 39f0f919c5 Update suppressWarning()/restoreWarning() calls %!s(int64=6) %!d(string=hai) anos
parserTests.php 4b7baf11aa Follow-up 9742d569b: Replace accidental \t in i18n with a space %!s(int64=6) %!d(string=hai) anos
parserTests.txt 38d704545a Ensure parserTests pass even if wiki has wgUsePigLatin enabled %!s(int64=5) %!d(string=hai) anos

README

Parser tests can be run either via PHPUnit or by using the standalone
parserTests.php in this directory. The standalone version provides more
options.

To run parser tests via PHPUnit:

$ cd tests/phpunit
./phpunit.php --testsuite parsertests

You can optionally filter by title using --filter, e.g.

./phpunit.php --testsuite parsertests --filter="T6400"