wiki.techinc.nl/tests/phpunit/includes/parser
Tim Starling 09ff912ddd parserTests.php: fix three bitrot bugs with --record
* Add a subtest index to the recorded test name, to avoid an SQL
  duplicate key error.
* Introduce TestFileDataProvider. Previously, the order of named
  parameters in TestFileIterator was relevant but undocumented, so
  adding a subtest parameter broke phpunit tests.
* Don't implicitly commit (commitMasterChanges) an explicit transaction,
  since that now causes a fatal error.
* Reset namespace cache as in NewParserTest.php, so that the MemoryAlpha
  article insertion doesn't fail. This was only visible with --record
  because the namespace cache is initialised by
  SpecialVersion::getVersion() during recorder setup.

Change-Id: Ied4636b4acbf1d268e45901fed4d4e077b5ed666
2016-04-08 12:20:50 +10:00
..
MagicVariableTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MediaWikiParserTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
NewParserTest.php parserTests.php: fix three bitrot bugs with --record 2016-04-08 12:20:50 +10:00
ParserMethodsTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ParserOutputTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ParserPreloadTest.php General cleanup of Parser tests 2013-10-23 12:26:15 +00:00
PreprocessorTest.php Preprocessor: Don't allow unclosed extension tags (matching until end of input) 2016-04-05 12:28:10 -07:00
TagHooksTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
TidyTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00