wiki.techinc.nl/tests/parser
Ppchelko 4f7a4a2477 Revert "SettingsBuilder: allow maintenance scripts to manipulate config"
This reverts commit a652f306a5.

Reason for revert: need to prepare extensions first

Change-Id: Iccedf38a8dc964db7c49fd51c971912655122081
2022-01-26 17:24:31 +00:00
..
preprocess Use IEC prefixes instead of SI prefixes for byte sizes (docs+backend) 2021-06-28 11:59:09 +01:00
DbTestPreviewer.php
DbTestRecorder.php
DjVuSupport.php Drop $wgDjvuToXML 2021-09-10 23:40:31 +02:00
editTests.php Revert "SettingsBuilder: allow maintenance scripts to manipulate config" 2022-01-26 17:24:31 +00:00
extraParserTests.txt Move parser test with stray carriage return to extraParserTests.txt 2021-10-14 00:49:58 +02:00
fuzzTest.php Revert "SettingsBuilder: allow maintenance scripts to manipulate config" 2022-01-26 17:24:31 +00:00
legacyMediaParserTests.txt Sync up with Parsoid (legacyMediaP|mediaP|p)arserTests.txt 2021-09-30 14:57:54 -05:00
mediaParserTests.txt Merge "Add "resource" attribute to img tags" 2022-01-07 19:23:48 +00:00
MultiTestRecorder.php
ParserTestMockParser.php
ParserTestParserHook.php Don't p-wrap <aside> tags in extension HTML 2021-04-06 16:26:12 +02:00
ParserTestPrinter.php Remove unneeded @return documentation 2021-01-25 19:44:27 +01:00
ParserTestResult.php Improve some class properties documentation in tests 2021-02-02 16:48:15 +00:00
ParserTestResultNormalizer.php
ParserTestRunner.php Parsoid's parser test runner no longer provides 'scrubWikitext' opt 2022-01-13 16:43:19 -06:00
parserTests.php Revert "SettingsBuilder: allow maintenance scripts to manipulate config" 2022-01-26 17:24:31 +00:00
parserTests.txt Sync up with Parsoid parserTests.txt 2022-01-07 15:58:30 -05:00
pfeqParserTests.txt
PhpunitTestRecorder.php
README
TestFileEditor.php Use array_fill_keys() instead of array_flip() if that reflects the developer's intention 2021-06-15 00:11:10 +00:00
TestFileReader.php Tests: Mark more more closures as static 2021-02-09 02:55:57 +00: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"