This website requires JavaScript.
Explore
Help
Sign in
Thijs
/
wiki.techinc.nl
Watch
1
Star
0
Fork
You've already forked wiki.techinc.nl
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
cf042b1af7
wiki.techinc.nl
/
tests
/
phpunit
/
includes
/
parser
History
Happy-melon
c80535ae10
Stop stubbing $wgLang and $wgContLang. There are no major code paths which do not call either $wgLang or $wgContLang at least once. All index.php calls unstub $wgContLang from MediaWiki::parseTitle() except in the edgecase of viewing pages referenced only by "curid=123", and since those will end up calling OutputPage::output() they will eventually be unstubbed at some point as well. All calls through load.php unstub $wgLang in ResourceLoaderContext::getLanguage() from ResouceLoader::respond() --> ResourceLoader::preloadModuleInfo(). All calls through api.php unstub $wgContLang in ApiResult::cleanUpUTF8() from ApiMain::printResult().
2011-04-23 15:19:38 +00:00
..
MagicVariableTest.php
Move some providers in new MediaWikiProvide class
2011-02-06 21:28:57 +00:00
MediaWikiParserTest.php
Remove unused globals
2011-03-06 23:28:32 +00:00
NewParserTest.php
Stop stubbing $wgLang and $wgContLang. There are no major code paths which do not call either $wgLang or $wgContLang at least once. All index.php calls unstub $wgContLang from MediaWiki::parseTitle() except in the edgecase of viewing pages referenced only by "curid=123", and since those will end up calling OutputPage::output() they will eventually be unstubbed at some point as well. All calls through load.php unstub $wgLang in ResourceLoaderContext::getLanguage() from ResouceLoader::respond() --> ResourceLoader::preloadModuleInfo(). All calls through api.php unstub $wgContLang in ApiResult::cleanUpUTF8() from ApiMain::printResult().
2011-04-23 15:19:38 +00:00
ParserHelpers.php
Don't use the --verbose option anymore
2011-01-01 17:05:08 +00:00
PreprocessorTest.php
Change tests to match preprocessor changes in r86072.
2011-04-19 18:39:37 +00:00
TagHooks.php
Apply phase3 related Title fixes. With one minor addition, Title constructor marked as protected, "just in case"...
2011-04-18 23:20:21 +00:00