wiki.techinc.nl/tests/parser
Bartosz Dziewoński a345be42ed extraParserTests.txt: Fix typo
Change-Id: I219d22fd572abcec480d900a71d67a6cf285dd87
2018-10-19 22:22:37 +02:00
..
preprocess
DbTestPreviewer.php
DbTestRecorder.php Avoid bad method call to patchPatch() in DbTestRecorder 2018-06-25 21:14:13 +01:00
DjVuSupport.php PHP: Use short ternary operator (?:) where possible 2018-06-11 11:26:35 +02:00
editTests.php build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 2018-09-16 15:51:11 +00:00
extraParserTests.txt extraParserTests.txt: Fix typo 2018-10-19 22:22:37 +02:00
fuzzTest.php
MultiTestRecorder.php
ParserTestMockParser.php Improve test coverage for ApiStashEdit 2018-08-21 15:32:29 -07:00
ParserTestParserHook.php
ParserTestPrinter.php
ParserTestResult.php
ParserTestResultNormalizer.php
ParserTestRunner.php ActorMigration: Remove possibility of read-both 2018-10-11 12:12:00 +11:00
parserTests.php Follow-up 9742d569b: Replace accidental \t in i18n with a space 2018-07-25 08:34:57 -07:00
parserTests.txt Sync up with Parsoid parserTests.txt 2018-10-09 11:57:34 -04:00
PhpunitTestRecorder.php
README
TestFileEditor.php
TestFileReader.php
TestRecorder.php
TidySupport.php

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"