wiki.techinc.nl/tests
2011-04-23 15:19:38 +00:00
..
parser 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
phpunit 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
selenium Added triggerClientTestResources, which makes the use of separate test resourecs optional. Needed for testing installer functions. 2011-01-27 14:51:58 +00:00
.htaccess Followup r78383: deny tests from web 2010-12-15 16:26:26 +00:00
parserTests.php Followup to r82874, restore lost edits 2011-02-28 21:57:56 +00:00
RunSeleniumTests.php $somevariable; doesn't count as defining a variable 2011-02-27 00:36:10 +00:00
testHelpers.inc Initial stab at breaking math/texvc out to Math extension. 2011-04-09 00:39:40 +00:00
TestsAutoLoader.php Follow up r85566. Add the helper classes to test autoloader. 2011-04-10 16:42:29 +00:00