| .. |
|
api
|
Use a username different from the main BlockTest.php, otherwise concurrency errors occur (as seen on Jenkins builds)
|
2011-09-12 22:18:33 +00:00 |
|
db
|
Revert r87992 and followups r87998, r89028 (Support abstraction for 'NOT IN' SQL structure). Per discussion on CR and elsewhere...we're not 100% sold on the new format yet.
|
2011-09-13 00:19:04 +00:00 |
|
GlobalFunctions
|
Added wfShellMaintenanceCmd() for Het Deploy support
|
2011-09-23 20:42:22 +00:00 |
|
installer
|
Basic first round of testing for the InstallDocFormatter
|
2011-06-29 01:26:56 +00:00 |
|
json
|
Add some other ServicesJson tests.
|
2011-09-10 07:15:51 +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
|
* (bug 6672, 31024) Fixes for handling of images with an EXIF orientation
|
2011-09-20 22:13:34 +00:00 |
|
normal
|
Only run CleanUpTest on a quarter of the cases.
|
2011-05-28 08:38:14 +00:00 |
|
parser
|
Make the phpunit old-style parserTest converter thingy not fall on its face if an extension registers a parserTests test file that has a period in it.
|
2011-09-18 03:32:43 +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
|
buildMainQueryConds() (called by assertConditions) uses a wfGetDB( DB_SLAVE )
|
2011-09-15 20:43:40 +00:00 |
|
upload
|
follow-up r94601 - add unit tests for stripping the File: prefix from upload, and test handling illegal characters in upload title (thing that caused the issue in r94601)
|
2011-08-17 04:05:11 +00:00 |
|
ArticleTablesTest.php
|
w/s changes: “svn diff -x-w” is clean
|
2011-08-01 16:01:13 +00:00 |
|
ArticleTest.php
|
For r91123:
|
2011-09-07 17:55:37 +00:00 |
|
BlockTest.php
|
Make testBug26425BlockTimestampDefaultsToTime be tolerrant of up to 2 seconds
|
2011-08-18 06:23:44 +00:00 |
|
CdbTest.php
|
|
|
|
ExternalStoreTest.php
|
|
|
|
ExtraParserTest.php
|
follow-up r95171 - add unit test for tracking categories.
|
2011-08-21 19:28:35 +00:00 |
|
FauxResponseTest.php
|
* Added some tests for FauxResponse class
|
2011-07-13 20:16:14 +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
|
Fixup whitespace from r80445
|
2011-03-27 01:27:02 +00:00 |
|
HtmlTest.php
|
Html.php: The "future"[1] is here. Add features for space-separated value attributes of html elements.
|
2011-09-03 03:55:23 +00:00 |
|
HttpTest.php
|
Gut anything from HttpTest that involves making external requests and setting cookies - the way we do this suite needs to be completely rethought.
|
2011-09-08 14:04:36 +00:00 |
|
IPTest.php
|
complement r96386 tests
|
2011-09-07 20:28:49 +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
|
Whitespace/documentation
|
2011-09-14 15:07:20 +00:00 |
|
MWFunctionTest.php
|
|
|
|
MWNamespaceTest.php
|
Fix missing $ from r95439
|
2011-08-24 20:15:04 +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 |
|
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
|
(Bug 27539) Allow attributes beginning with a digit in wiktext tag parameters.
|
2011-02-19 20:16:54 +00:00 |
|
SanitizerValidateEmailTest.php
|
Rename class to match change of method location
|
2011-07-24 19:59:42 +00:00 |
|
SeleniumConfigurationTest.php
|
Blindly fix the error produced in r82880.
|
2011-02-28 15:16:40 +00:00 |
|
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
|
Fix a message key typo in r41961 (!!), which didn't matter before because the relevant code (and the message) wasn't reachable.
|
2011-08-30 11:39:43 +00:00 |
|
TitleTest.php
|
* (bug 31100) Fix regression in sidebar (special: page links lost parameters)
|
2011-09-22 21:35:24 +00:00 |
|
UserTest.php
|
Since r92364 UserTest.php needs a database
|
2011-07-19 21:41:25 +00:00 |
|
WebRequestTest.php
|
Removed debugging code from r94932
|
2011-08-18 20:05:09 +00:00 |
|
XmlJsTest.php
|
Extend MediaWikiTestCase in a few places
|
2011-05-25 00:30:06 +00:00 |
|
XmlSelectTest.php
|
Fixed failing XML tests (on windows) due to newline vs carriage return discrepancy...ugh
|
2011-07-12 20:05:02 +00:00 |
|
XmlTest.php
|
Fixed failing XML tests (on windows) due to newline vs carriage return discrepancy...ugh
|
2011-07-12 20:05:02 +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 |