wiki.techinc.nl/tests/parser
2022-06-01 20:05:52 +00:00
..
preprocess Use IEC prefixes instead of SI prefixes for byte sizes (docs+backend) 2021-06-28 11:59:09 +01:00
AnsiTermColorer.php maintenance: Move MWTerm classes to /tests/parser/ 2022-03-24 21:01:14 +00:00
DbTestPreviewer.php tests/parser: Add documentation for class properties 2022-06-01 20:57:09 +02:00
DbTestRecorder.php tests/parser: Add documentation for class properties 2022-06-01 20:57:09 +02:00
DjVuSupport.php Drop $wgDjvuToXML 2021-09-10 23:40:31 +02:00
DummyTermColorer.php maintenance: Move MWTerm classes to /tests/parser/ 2022-03-24 21:01:14 +00:00
editTests.php Merge "tests/parser: Pass strings to TermColor::color" 2022-06-01 20:05:52 +00:00
extraParserTests.txt Move parser test with stray carriage return to extraParserTests.txt 2021-10-14 00:49:58 +02:00
fuzzTest.php tests/parser: Add documentation for class properties 2022-06-01 20:57:09 +02:00
legacyMediaParserTests.txt Sync up with Parsoid parserTests 2022-05-27 12:16:06 -04:00
mediaParserTests.txt Sync up with Parsoid parserTests 2022-05-27 12:16:06 -04:00
MultiTestRecorder.php tests/parser: Add documentation for class properties 2022-06-01 20:57:09 +02:00
ParserTestMockParser.php
ParserTestParserHook.php Don't p-wrap <aside> tags in extension HTML 2021-04-06 16:26:12 +02:00
ParserTestPrinter.php Merge "tests/parser: Pass strings to TermColor::color" 2022-06-01 20:05:52 +00:00
ParserTestResult.php Improve some class properties documentation in tests 2021-02-02 16:48:15 +00:00
ParserTestResultNormalizer.php tests/parser: Add documentation for class properties 2022-06-01 20:57:09 +02:00
ParserTestRunner.php Merge "Revert "ParserTestRunner: undo class rename of TestFileReader"" 2022-06-01 16:51:51 +00:00
parserTests.php parserTests.php: Default to --parsoid if you pass a parsoid-specific option 2022-05-27 10:12:56 -04:00
parserTests.txt Emit mw:File typeof for media 2022-05-26 13:52:20 -04:00
pfeqParserTests.txt Add {{=}} as a built-in magic word 2022-05-20 13:08:20 -04:00
PhpunitTestRecorder.php tests/parser: Add documentation for class properties 2022-06-01 20:57:09 +02:00
README
TestFileEditor.php tests/parser: Add documentation for class properties 2022-06-01 20:57:09 +02: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"