wiki.techinc.nl/tests/phpunit/includes
2011-04-23 15:19:38 +00:00
..
api followup to r85654, move global declarations 2011-04-10 22:27:52 +00:00
db I forgot to commit this in r85906 2011-04-12 20:48:19 +00:00
libs Removed JavaScriptDistiller: unused 2011-04-19 10:13:25 +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
search * verbose and color default output from phpunit 2010-12-28 18:17:16 +00:00
specials Bug 2429 allow selection of associated namespace in recent changes 2011-03-02 20:40:40 +00:00
ArticleTablesTest.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
BlockTest.php Follow-up r84475: fixing the warning is easy enough... :D Also some random tweaks to Database.php documentation. 2011-03-21 23:03:11 +00:00
CdbTest.php * verbose and color default output from phpunit 2010-12-28 18:17:16 +00:00
ExternalStoreTest.php * verbose and color default output from phpunit 2010-12-28 18:17:16 +00:00
ExtraParserTest.php Followup r83140: FakeMemCachedClient -> EmptyBagOStuff in tests 2011-03-03 12:55:22 +00:00
FormOptionsInitializationTest.php FormOptions: adds doc & tests 2011-02-28 20:58:34 +00:00
FormOptionsTest.php FormOptions: adds doc & tests 2011-02-28 20:58:34 +00:00
GlobalTest.php Force wgDebugTimestamps false 2011-02-20 17:44:37 +00:00
HooksTest.php Fixup whitespace from r80445 2011-03-27 01:27:02 +00:00
HttpTest.php Fixup some more old version comparison stuff 2011-03-15 12:06:40 +00:00
ImageFunctionsTest.php * verbose and color default output from phpunit 2010-12-28 18:17:16 +00:00
IPTest.php PHPUnit coverage comment must not have parentheses 2011-03-06 17:36:42 +00:00
JsonTest.php Add JSON test case 2011-01-03 21:14:51 +00:00
LanguageConverterTest.php Followup r83140: FakeMemCachedClient -> EmptyBagOStuff in tests 2011-03-03 12:55:22 +00:00
LicensesTest.php * verbose and color default output from phpunit 2010-12-28 18:17:16 +00:00
LocalFileTest.php Follow up r79109. 2010-12-29 15:01:47 +00:00
MediaWikiTest.php Follow-up r85302: new MediaWiki() constructor format in phpunit test declaration. 2011-04-06 21:59:49 +00:00
MessageTest.php Tests for r81878 2011-02-10 10:10:44 +00:00
MWFunctionTest.php Followup r79523: Test that calling self:: and parent:: throws exception 2011-01-03 21:14:22 +00:00
MWNamespaceTest.php Remove trailing ?> 2011-02-22 15:09:41 +00:00
NewDBTest.php Follow up r79109. 2010-12-29 15:01:47 +00:00
ParserOptionsTest.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
Providers.php Makes MediaWikiProvide methods static 2011-03-10 20:24:04 +00:00
ResourceLoaderFileModuleTest.php * verbose and color default output from phpunit 2010-12-28 18:17:16 +00:00
ResourceLoaderTest.php ResourceLoader::register() works differently since r77011. 2010-12-30 16:16:16 +00:00
RevisionTest.php * verbose and color default output from phpunit 2010-12-28 18:17:16 +00:00
SampleTest.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
SanitizerTest.php (Bug 27539) Allow attributes beginning with a digit in wiktext tag parameters. 2011-02-19 20:16:54 +00:00
SeleniumConfigurationTest.php Blindly fix the error produced in r82880. 2011-02-28 15:16:40 +00:00
SiteConfigurationTest.php * verbose and color default output from phpunit 2010-12-28 18:17:16 +00:00
TimeAdjustTest.php * verbose and color default output from phpunit 2010-12-28 18:17:16 +00:00
TitlePermissionTest.php Various fixes for PHPUnit tests: 2011-04-07 14:54:38 +00:00
TitleTest.php Reverted r84386; breakage too severe 2011-03-20 21:30:24 +00:00
UploadFromUrlTest.php Follow-Up r85618: 2011-04-11 16:41:23 +00:00
UploadTest.php Tweak documentation 2011-02-27 21:11:45 +00:00
UserIsValidEmailAddrTest.php Bug 26948 - hyphens incorrectly interpreted as range 2011-01-27 20:52:12 +00:00
XmlJsTest.php Improve PHPUnit code coverage 2011-02-06 13:59:06 +00:00
XmlSelectTest.php Improve PHPUnit code coverage 2011-02-06 13:59:06 +00:00
XmlTest.php * (bug 25571) Xml::encodeJsVar now passes floats natively instead of converting to strings 2011-02-14 00:54:40 +00:00
ZipDirectoryReaderTest.php * (bug 24230) Added JAR detection. ZIP archives containing a .class file will be rejected by default. Malformed ZIP archives will be rejected due to the danger of ambiguous parsing on the client side. 2011-02-25 04:51:17 +00:00