wiki.techinc.nl/tests/parser
Tim Starling 8fd5a3b793 parserTests: Do not check for DjVu support
Unnecessary now that we have MockMediaHandlerFactory. Have
MockDjVuHandler::isEnabled() always return true so that we don't have to
hack the configuration. May possibly help the ProofreadPage tests pass
in Jenkins.

Also remove a couple of unnecessary debug log calls.

Change-Id: Ic8aea8fe235b4b5336a7377c4b61379ed06a67ab
2016-09-28 15:44:27 +10:00
..
preprocess Replace 'emailpage' with 'emailuser' 2015-08-20 10:49:03 +00:00
DbTestPreviewer.php Refactor parser tests 2016-09-12 16:11:42 +10:00
DbTestRecorder.php Refactor parser tests 2016-09-12 16:11:42 +10:00
DjVuSupport.php Split up testHelpers.inc, break off fuzz testing 2016-09-08 09:06:45 +10:00
extraParserTests.txt parserTest: Remove mention of non-existent 'noxml' option 2016-03-24 00:48:02 +00:00
fuzzTest.php Refactor parser tests 2016-09-12 16:11:42 +10:00
MultiTestRecorder.php Refactor parser tests 2016-09-12 16:11:42 +10:00
ParserTestParserHook.php Split up testHelpers.inc, break off fuzz testing 2016-09-08 09:06:45 +10:00
ParserTestPrinter.php Refactor parser tests 2016-09-12 16:11:42 +10:00
ParserTestResult.php Refactor parser tests 2016-09-12 16:11:42 +10:00
ParserTestResultNormalizer.php Split up testHelpers.inc, break off fuzz testing 2016-09-08 09:06:45 +10:00
ParserTestRunner.php parserTests: Do not check for DjVu support 2016-09-28 15:44:27 +10:00
parserTests.php parserTests.php: Fix exit status 2016-09-12 06:48:17 +00:00
parserTests.txt Handle links with multiple pipes correctly in edit summaries 2016-09-20 15:15:48 -07:00
PhpunitTestRecorder.php Refactor parser tests 2016-09-12 16:11:42 +10:00
README Refactor parser tests 2016-09-12 16:11:42 +10:00
TestFileReader.php Refactor parser tests 2016-09-12 16:11:42 +10:00
TestRecorder.php Refactor parser tests 2016-09-12 16:11:42 +10:00
TidySupport.php Split up testHelpers.inc, break off fuzz testing 2016-09-08 09:06:45 +10:00

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="Bug 6200"