| .. |
|
api
|
Remove notes about being destructive. We work properly on cloned tables now
|
2011-07-06 17:52:27 +00:00 |
|
db
|
Follow-up r90356 & r90363: test deleteJoin() on SQLite
|
2011-06-18 20:37:02 +00:00 |
|
GlobalFunctions
|
Partial revert of r91106: followup to r91127.
|
2011-07-06 18:47:35 +00:00 |
|
installer
|
Basic first round of testing for the InstallDocFormatter
|
2011-06-29 01:26:56 +00:00 |
|
libs
|
Followup r83885: add JSMin+ 1.3 to use its parser to verify output of JavaScriptMinifierTest unit test cases. Had to change some of the test cases because they were not valid JavaScript programs -- one of the quoting tests was incorrectly quoted in the PHP sources, and several tests around return, continue, and break keywords failed due to not using them in the contexts that they require.
|
2011-07-06 20:02:10 +00:00 |
|
media
|
(follow-up r90256) Unit tests.
|
2011-07-11 16:42:15 +00:00 |
|
normal
|
Only run CleanUpTest on a quarter of the cases.
|
2011-05-28 08:38:14 +00:00 |
|
parser
|
Pass the Title object to Parser::transformMsg()
|
2011-06-29 10:58:54 +00:00 |
|
search
|
Merge SearchDbTest into SearchEngineTest. No real need for two classes here anymore, and it's kind of confusing if you try to run the stub by itself.
|
2011-06-28 22:26:22 +00:00 |
|
specials
|
Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org/doc/todo.html nicely.
|
2011-05-17 22:03:20 +00:00 |
|
upload
|
Merge ApiTestSetup into ApiTestCase and update all subclasses. The amount of duplication here was nasty, and also lets us get rid of a bunch of useless require_once()s.
|
2011-07-01 16:34:02 +00:00 |
|
ArticleTablesTest.php
|
Remove notes about being destructive. We work properly on cloned tables now
|
2011-07-06 17:52:27 +00:00 |
|
ArticleTest.php
|
split tests for ArticleTest
|
2011-07-03 17:51:11 +00:00 |
|
BlockTest.php
|
random eol w/s annoys me.
|
2011-06-26 20:04:38 +00:00 |
|
CdbTest.php
|
|
|
|
ExternalStoreTest.php
|
|
|
|
ExtraParserTest.php
|
Removed hidden usage of $wgTitle in parser and the workarround in ExtraParserTest.php
|
2011-06-22 17:45:31 +00:00 |
|
FormOptionsInitializationTest.php
|
Followup r86800, add missing ()
|
2011-04-29 17:51:50 +00:00 |
|
FormOptionsTest.php
|
Another empty "Has not been implemented" test
|
2011-06-15 23:17:11 +00:00 |
|
HooksTest.php
|
|
|
|
HtmlTest.php
|
tests for Html::testExpandAttributes()
|
2011-07-04 19:51:35 +00:00 |
|
HttpTest.php
|
*grumble grumble* stupid fime on r90192
|
2011-06-21 21:38:29 +00:00 |
|
ImageFunctionsTest.php
|
|
|
|
IPTest.php
|
* (bug 28798) Set $wgServer in the default LocalSettings.php
|
2011-06-15 07:35:47 +00:00 |
|
JsonTest.php
|
enhance tests name (for --testdox option)
|
2011-07-03 18:09:30 +00:00 |
|
LanguageConverterTest.php
|
Followup 90161 (which breaks the test). Need to hack around to avoid a reload from db.
|
2011-06-15 21:32:08 +00:00 |
|
LicensesTest.php
|
|
|
|
LocalFileTest.php
|
Follow up r87210
|
2011-05-01 23:02:27 +00:00 |
|
MessageTest.php
|
Follow up r89585. Clean up after the test, expand inContentLanguage() comment.
|
2011-06-06 21:24:23 +00:00 |
|
MWFunctionTest.php
|
|
|
|
MWNamespaceTest.php
|
Extend MediaWikiTestCase in a few places
|
2011-05-25 00:30:06 +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
|
|
|
|
ResourceLoaderTest.php
|
Added phpunit test cases for r87497, r88076: ResourceLoader module name prefix collapsing
|
2011-06-07 17:56:40 +00:00 |
|
RevisionTest.php
|
skip gzip tests if gzip is turned off
|
2011-06-17 21:15:24 +00:00 |
|
SampleTest.php
|
Follow-up r90150, another parent::setUp missing.
|
2011-06-15 21:03:08 +00:00 |
|
SanitizerTest.php
|
|
|
|
SeleniumConfigurationTest.php
|
|
|
|
SiteConfigurationTest.php
|
enhance tests name (for --testdox option)
|
2011-07-03 18:09:30 +00:00 |
|
TimeAdjustTest.php
|
Followup to r90090 -- thou shalt add parent:: calls to both overridden tearDown *and* overridden setUp ()
|
2011-06-15 20:51:17 +00:00 |
|
TitlePermissionTest.php
|
enhance tests name (for --testdox option)
|
2011-07-03 18:09:30 +00:00 |
|
TitleTest.php
|
Follow-up to r88667; finish reverting bogus test cases from r87964. It looks like these cases need to be re-added, but correctly; for instance getLocalUrl() **DOES NOT** return something in $wgArticlePath space when an action is given that's not view. It **MUST** return the matching $wgActionPath or else use $wgScript directly, to ensure that URL structuring rules & security rules are followed.
|
2011-05-23 20:24:09 +00:00 |
|
UserIsValidEmailAddrTest.php
|
|
|
|
UserTest.php
|
Follow-up r91895: Call parent destructor as well, just to be safe.
|
2011-07-11 18:38:26 +00:00 |
|
WebRequestTest.php
|
Fixes for r90105, r90193:
|
2011-06-16 05:52:16 +00:00 |
|
XmlJsTest.php
|
Extend MediaWikiTestCase in a few places
|
2011-05-25 00:30:06 +00:00 |
|
XmlSelectTest.php
|
Delay expansion of XmlSelect options until getting the HTML.
|
2011-06-29 14:15:47 +00:00 |
|
XmlTest.php
|
update tests for Xml::label which now support 'title' attribute
|
2011-06-23 20:05:32 +00:00 |
|
ZipDirectoryReaderTest.php
|
|
|