Aaron Schulz 32d551a439 Avoid bad method call to patchPatch() in DbTestRecorder hace 6 años
..
preprocess bebe29662b Do not use real message names in 'All_system_messages' preprocessor test hace 8 años
DbTestPreviewer.php f739a8f368 Improve some parameter docs hace 7 años
DbTestRecorder.php 32d551a439 Avoid bad method call to patchPatch() in DbTestRecorder hace 6 años
DjVuSupport.php ce6f7faadd Remove trailing empty lines in PHP hace 8 años
MultiTestRecorder.php 6117fb244f Refactor parser tests hace 8 años
ParserTestMockParser.php 65b732f295 parserTests: Use a mock parser during article insertion hace 8 años
ParserTestParserHook.php 255d76f2a1 build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 hace 7 años
ParserTestPrinter.php f739a8f368 Improve some parameter docs hace 7 años
ParserTestResult.php 6117fb244f Refactor parser tests hace 8 años
ParserTestResultNormalizer.php 39f0f919c5 Update suppressWarning()/restoreWarning() calls hace 7 años
ParserTestRunner.php 8853300a6b ParserTestRunner: Reset InterwikiLookup service hace 6 años
PhpunitTestRecorder.php 63d96c15fd build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 hace 7 años
README 1e9c361960 tests: Replace implicit Bugzilla bug numbers with Phab ones hace 8 años
TestFileEditor.php e74bfe13f6 Require indentation of CASE statements in PHP code hace 7 años
TestFileReader.php ce6f7faadd Remove trailing empty lines in PHP hace 8 años
TestRecorder.php ce6f7faadd Remove trailing empty lines in PHP hace 8 años
TidySupport.php bd91229204 Use RemexHtml as the tidy implementation for parser tests hace 7 años
editTests.php 1ec5bb6dbf editTests: Use the correct list of parser test files hace 7 años
extraParserTests.txt 3e32d21210 Strip U+0000 in wikitext hace 8 años
fuzzTest.php 39f0f919c5 Update suppressWarning()/restoreWarning() calls hace 7 años
parserTests.php 554f9c857c Replace wfGetLBFactory hace 7 años
parserTests.txt 0eb4eaefd3 parser: Validate $length in padleft/padright parser functions hace 6 años

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"