wiki.techinc.nl/tests/phpunit/includes/parser
C. Scott Ananian 2c56e3b087 Add 'parsoid' option to parserTests.txt.
Rather than overload the 'disabled' option, explicitly mark Parsoid-only
parser tests with "parsoid" in the options field.  These are disabled
by default when the PHP parser tests are run (but you could explicitly
enable them with --run-parsoid if you wished, in the same way that you
can enable other disabled tests with --run-disabled).

Document the 'php' option, which the PHP parser tests will ignore, but
will (in the future) be used to mark php-only tests which should be
ignored by the Parsoid parser.

Tweaked 'disabled' option to 'parsoid' for those tests which explicitly
call themselves parsoid-only.  I was conservative in this patch; if
the title of the test didn't explicitly mention Parsoid, I left the
test disabled rather than switch it to parsoid.

Change-Id: Id6c396f7966fcb21c1e54e222ab0c9f4e3a34dcc
2013-02-28 18:42:37 -06:00
..
MagicVariableTest.php Misc follow-ups to I2fc3966e (a161c5e) 2013-02-18 13:31:55 +01:00
MediaWikiParserTest.php Update formatting 2013-02-15 12:44:42 +00:00
NewParserTest.php Add 'parsoid' option to parserTests.txt. 2013-02-28 18:42:37 -06:00
ParserMethodsTest.php Update formatting 2013-02-15 12:44:42 +00:00
ParserOutputTest.php Better way for extensions to add to ParserOutput. 2013-01-30 12:45:47 +01:00
ParserPreloadTest.php Update formatting 2013-02-15 12:44:42 +00:00
PreprocessorTest.php Update formatting 2013-02-15 12:44:42 +00:00
TagHooksTest.php Misc follow-ups to I2fc3966e (a161c5e) 2013-02-18 13:31:55 +01:00