wiki.techinc.nl/tests/phpunit/includes/parser
Alexandre Emsenhuber 51c6afc751 * Replaced $wgMessageCache by MessageCache::singleton(); since we only use one instance of this class (as for ParserCache, LinkCache)
* MessageCache::singleton() calls wfGetMessageCacheStorage() directly instead of using $messageMemc, just in case this would be called before that variable is set
* Per TimStarling: also removed deprecated methods in MessageCache class: addMessages() and related, [get|set|enable|disable]Transform(), loadAllMessages(), loadMessageFile() and some others. Same for the legacyData stuff in LocalisationCache that was only used by MessageCache::addMessages() and related. 
* Converted remaining extensions
2011-01-26 15:42:04 +00:00
..
MediaWikiParserTest.php Mark broken parser tests as broken 2011-01-03 02:49:52 +00:00
NewParserHelpers.php Remove unused globals 2011-01-01 22:16:58 +00:00
NewParserTest.php * Replaced $wgMessageCache by MessageCache::singleton(); since we only use one instance of this class (as for ParserCache, LinkCache) 2011-01-26 15:42:04 +00:00
ParserHelpers.php Don't use the --verbose option anymore 2011-01-01 17:05:08 +00:00
PreprocessorTest.php Missed the case where there is an equals. 2011-01-24 22:10:22 +00:00
TagHooks.php Follow up r80025. 2011-01-12 00:11:11 +00:00