wiki.techinc.nl/tests/phpunit/includes/parser
Platonides 2e33fb3ff6 Finally commit the testing stuff I have been with this week. Could be considered a continuation of r79411.
Mixture of the NewParserTests.php with old code present in MediaWikiParserTest.php, reverting r79184 (revert of a revert...) and even eval().
Using the iterator as dataProvider, but defering the insertion of articles, as the dataprovider is processed on load, before switching dbs.
Each parser test appear now as a phpunit test. This means that by adding 683 tests (partly from extensions) we now surpass two thousand tests.
The downside of that is that they become painfully slow.
Initialise $wgHooks to $wgHooks, not to array() (r82499) as otherwise we lose ParserFirstCallInit registrations.
There's no attempt to support extensions registering to $wgParser instead of using ParserFirstCallInit properly (Cite falls in this category).
2011-02-26 21:49:42 +00:00
..
MagicVariableTest.php Move some providers in new MediaWikiProvide class 2011-02-06 21:28:57 +00:00
MediaWikiParserTest.php Finally commit the testing stuff I have been with this week. Could be considered a continuation of r79411. 2011-02-26 21:49:42 +00:00
NewParserHelpers.php Finally commit the testing stuff I have been with this week. Could be considered a continuation of r79411. 2011-02-26 21:49:42 +00:00
NewParserTest.php Finally commit the testing stuff I have been with this week. Could be considered a continuation of r79411. 2011-02-26 21:49:42 +00:00
ParserHelpers.php Don't use the --verbose option anymore 2011-01-01 17:05:08 +00:00
PreprocessorTest.php Fix problem when running a fakePipeFound, which could lead to literals being incorrectly added to the part node instead of the value node. 2011-02-05 20:05:00 +00:00
TagHooks.php Follow up r80025. 2011-01-12 00:11:11 +00:00