wiki.techinc.nl/tests/parser
Subramanya Sastry d3d9b4f09c Sync up with Parsoid parserTests.txt
This now aligns with Parsoid commit 391acbfe0c93d632727ea08cd2a10b4dba8c257f

Change-Id: I0e8c154eaf118f9cd5b58d657f64d0829a65c8f0
2019-01-02 16:10:30 +00:00
..
preprocess Use singular they to refer to IP address 2018-12-13 17:41:36 +01:00
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 Use PHP 7 '??' operator instead of if-then-else 2018-10-27 23:46:13 +02:00
ParserTestPrinter.php
ParserTestResult.php
ParserTestResultNormalizer.php
ParserTestRunner.php Remove most support for configuring Tidy, including Raggett 2018-11-15 12:22:06 -05:00
parserTests.php Don't infer parsoid-only parser tests based on presence of parsoid option. 2018-11-02 16:41:40 -04:00
parserTests.txt Sync up with Parsoid parserTests.txt 2019-01-02 16:10:30 +00:00
PhpunitTestRecorder.php
README
TestFileEditor.php
TestFileReader.php No yoda conditions 2018-11-21 17:54:39 +01:00
TestRecorder.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"