..
api
(bug 18195) Allow changing preferences via API
2012-04-20 16:56:27 +10:00
cache
Change CRLF line ending in GenderCacheTest.php
2012-04-28 17:18:22 +02:00
db
Big oops - merged to wrong branch.
2012-06-05 22:58:54 +00:00
debug
Big oops - merged to wrong branch.
2012-06-05 22:58:54 +00:00
filerepo
merged master
2012-06-06 16:44:15 +02:00
GlobalFunctions
Big oops - merged to wrong branch.
2012-06-05 22:58:54 +00:00
installer
json
libs
media
Employing MediaWikiTestCase's temporary file methods
2012-04-10 17:08:06 +02:00
mobile
Big oops - merged to wrong branch.
2012-06-05 22:58:54 +00:00
normal
parser
Increase permitted runtime for testParserTest
2012-04-20 20:00:36 +02:00
search
Use WikiPage instead of Article to call doEdit() and getId()
2012-02-06 11:19:14 +00:00
specials
Fix doxygen docs before REL1_19 branching
2012-02-01 20:53:38 +00:00
upload
Normalise casing of getArticleID used in core
2012-03-11 18:54:55 +00:00
ArticleTablesTest.php
* Use WikiPage instead of Article
2012-02-01 15:53:57 +00:00
ArticleTest.php
Need to set mDataLoaded so that this works without a db
2011-12-27 20:48:06 +00:00
BlockTest.php
Merged r114672 from wmf1.19 plus tests; crosswiki block name/id fix.
2012-04-10 09:49:52 -07:00
CdbTest.php
Set CdbTest to skipped instead of incomplete
2012-04-30 09:49:31 +02:00
ContentHandlerTest.php
Added @group database to ContentHandlerTest.
2012-06-14 08:39:15 +02:00
CssContentTest.php
Use integers for content_model and content_format.
2012-05-14 10:22:52 +02:00
DiffHistoryBlobTest.php
xdiff_string_rabdiff() appeared in version 1.5.0 of xdiff extension.
2012-02-20 16:03:40 +00:00
EditPageTest.php
Follow-up r113922: tests
2012-03-15 15:38:11 +00:00
ExternalStoreTest.php
ExtraParserTest.php
ExtraParserTest::testTrackingCategory and ExtraParserTest::testTrackingCategorySpecial need a db
2011-12-19 21:00:03 +00:00
FauxResponseTest.php
FormOptionsInitializationTest.php
FormOptionsTest.php
HooksTest.php
HtmlTest.php
[Html::namespaceSelector] Remove default id/name attributes
2012-03-07 19:14:20 +00:00
HttpTest.php
Add comments explaining that the funky multiple Location headers stuff is a CURL artifact, and that the code will need updating if bug 29232 is done (high-level handling of http redirects)
2011-12-22 23:12:44 +00:00
IPTest.php
[IP] Added an IP::prettifyIP() function for displaying IPs.
2012-05-11 10:53:14 -07:00
JavascriptContentTest.php
apply preSaveTransform to script pages
2012-06-12 10:32:42 +02:00
JsonTest.php
LanguageConverterTest.php
LicensesTest.php
LinksUpdateTest.php
fixed LinksUpdateTest: must use transaction.
2012-06-13 17:43:07 +02:00
LocalFileTest.php
In FileBackend/FileOp:
2012-01-07 01:33:23 +00:00
MessageTest.php
Add phpunit testcases for Bug 30681
2012-03-28 15:36:23 +05:30
MockOutputPage.php
MockOutputPage class in its own file
2012-04-13 12:47:19 +02:00
MWFunctionTest.php
MWNamespaceTest.php
Add unit test for MWNamespace::isNonincludable
2012-05-11 19:52:34 +02:00
ParserOptionsTest.php
* Use WikiPage instead of Article for ParserCache stuff
2012-02-05 16:45:41 +00:00
PathRouterTest.php
Fix bug 34684 in my PathRouter code:
2012-02-24 11:31:36 +00:00
PreferencesTest.php
enable email for PreferencesTest.php
2012-04-30 09:29:45 +02:00
Providers.php
RecentChangeTest.php
RecentChangeTest use the Database
2012-03-23 18:20:01 +01:00
ResourceLoaderTest.php
RevisionStorageTest.php
merged latest master
2012-05-14 23:24:18 +02:00
RevisionStorageTest_ContentHandlerUseDB.php
some cleanup and checks in the Revision class
2012-06-07 17:23:05 +02:00
RevisionTest.php
Use integers for content_model and content_format.
2012-05-14 10:22:52 +02:00
SampleTest.php
SanitizerTest.php
SanitizerValidateEmailTest.php
SeleniumConfigurationTest.php
SiteConfigurationTest.php
TemplateCategoriesTest.php
* Use WikiPage instead of Article to call doEdit()
2012-02-12 15:22:01 +00:00
TimeAdjustTest.php
TitleMethodsTest.php
merged latest master
2012-05-14 23:24:18 +02:00
TitlePermissionTest.php
r112563: Removed random bogus user IDs passed into to Block constructor in tests
2012-02-28 02:32:59 +00:00
TitleTest.php
Fix doxygen docs before REL1_19 branching
2012-02-01 20:53:38 +00:00
UserTest.php
Documentation and whitespace
2012-01-19 14:56:18 +00:00
WebRequestTest.php
Big oops - merged to wrong branch.
2012-06-05 22:58:54 +00:00
WikiPageTest.php
merged master
2012-05-29 17:01:13 +02:00
WikiPageTest_ContentHandlerUseDB.php
Use integers for content_model and content_format.
2012-05-14 10:22:52 +02:00
WikitextContentHandlerTest.php
skip test for WikitextContentHandler::merge3 if $wgDiff3 isn't configured
2012-05-29 12:43:53 +02:00
WikitextContentTest.php
Use Title, not IContextSource; remove createArticle, etc.
2012-05-23 08:53:01 +02:00
XmlJsTest.php
XmlSelectTest.php
XmlTest.php
Removed XmlTest::testNamespaceSelector(); it just breaks when $wgDevelopmentWarnings is set to true due to the fact that Xml::namespaceSelector() calls wfDeprecated().
2012-03-19 12:44:36 +00:00
ZipDirectoryReaderTest.php