wiki.techinc.nl/tests/phpunit/includes
Aaron Schulz 282c5fa9f3 Rename SquidUpdate => CdnCacheUpdate
Squid is not the only possible CDN

Change-Id: Ie2a2955847c5706e630322bbbab71c9d063b378f
2015-12-09 16:31:17 -08:00
..
actions Some bugzilla.wikimedia.org -> phabricator.wikimedia.org changes 2015-09-24 17:17:25 +02:00
api Merge "Fix some language depending phpunit tests by using MediaWikiLangTestCase" 2015-12-08 19:22:45 +00:00
cache User: Mostly remove password handling 2015-10-13 16:10:41 -06:00
changes Enable users to watch category membership changes #2 2015-10-20 14:23:48 -07:00
composer tests: Clean up file headers 2015-04-01 00:17:12 +01:00
config Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
content Fix some language depending phpunit tests by using MediaWikiLangTestCase 2015-12-07 17:26:16 +01:00
context
db Fix edge case in onTransactionIdle() 2015-12-07 17:26:15 -08:00
debug Use the frame 'type' in wfFormatStackFrame, like MWExceptionHandler::prettyPrintTrace 2015-10-14 16:40:02 +01:00
deferred Rename SquidUpdate => CdnCacheUpdate 2015-12-09 16:31:17 -08:00
diff Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
exception Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
externalstore
filebackend Merge "tests: Clean up use of mt_rand()" 2015-12-06 22:32:43 +00:00
filerepo tests: Clean up use of mt_rand() 2015-12-03 13:45:55 +00:00
GlobalFunctions Add and use wikimedia/base-convert 1.0.1 2015-10-30 00:53:46 +00:00
htmlform Explicitly declare property visibility, remove use of var 2015-06-21 00:07:13 +03:00
installer
jobqueue tests: Remove unused $wgMemc resets 2015-12-06 18:06:08 +00:00
json Replace use of assertType with assertInternalType and assertInstanceOf 2015-04-09 01:15:44 -04:00
libs Fix get()/getMulti() check key race condition in WANObjectCache 2015-12-04 14:46:18 -08:00
logging Move details of import logs into log params 2015-11-11 18:34:18 +01:00
mail Fix Generic.Files.LineLength phpcs check in files under phpunit/includes 2015-10-03 17:13:29 +00:00
media Fix remaining Generic.Files.LineLength failures 2015-10-03 17:23:07 +00:00
objectcache Make makeKeyInternal() limit more conservative 2015-11-01 19:37:21 -08:00
page Remove WikiPage::doQuickEdit 2015-11-04 02:15:40 +00:00
parser tests: let us select/exclude ParserTests 2015-12-01 12:26:10 +00:00
password User: Mostly remove password handling 2015-10-13 16:10:41 -06:00
phpunit Include phpunit license for backported classes 2015-09-25 11:18:20 -07:00
poolcounter
registration Fix Generic.Files.LineLength phpcs check in files under phpunit/includes 2015-10-03 17:13:29 +00:00
resourceloader resourceloader: Migrate from msg_resource table to object cache 2015-12-08 14:02:38 +00:00
search
site Remove deprecated SiteObject and SiteArray classes 2015-11-04 13:43:32 +01:00
skins tests: Clean up file headers 2015-04-01 00:17:12 +01:00
specialpage tests: Clean up file headers 2015-04-01 00:17:12 +01:00
specials Enable users to watch category membership changes #2 2015-10-20 14:23:48 -07:00
title Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
upload Fix Generic.Files.LineLength phpcs check in files under phpunit/includes 2015-10-03 17:13:29 +00:00
user Add a central ID lookup service 2015-12-02 14:50:36 -07:00
utils Add UUIDv1 function to UIDGenerator 2015-12-05 20:14:11 +00:00
BlockTest.php Use User::getId instead of trying to fix the ID in BlockTest 2015-11-20 10:36:45 -08:00
CollationTest.php
DiffHistoryBlobTest.php phpunit: Omit long xdiff test provider from Jenkins output 2015-11-17 09:35:27 +00:00
EditPageTest.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
ExtraParserTest.php tests: Remove unused $wgMemc resets 2015-12-06 18:06:08 +00:00
FallbackTest.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
FauxRequestTest.php FauxRequest: Avoid header leak 2015-09-16 16:52:58 +00:00
FauxResponseTest.php FauxResponse: Honor cookie options, and other cleanup 2015-09-29 22:45:56 +00:00
FormOptionsInitializationTest.php
FormOptionsTest.php
GitInfoTest.php
HooksTest.php
HtmlFormatterTest.php Some bugzilla.wikimedia.org -> phabricator.wikimedia.org changes 2015-09-24 17:17:25 +02:00
HtmlTest.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
HttpTest.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
ImportLinkCacheIntegrationTest.php Follow-up a43af3bc: Add Import integration test 2015-05-25 10:07:06 +02:00
ImportTest.php Use ImportStringSource for simple import sources 2015-10-22 23:26:53 +02:00
LicensesTest.php
LinkerTest.php Fix remaining Generic.Files.LineLength failures 2015-10-03 17:23:07 +00:00
LinkFilterTest.php Remove empty line comments 2015-10-14 09:46:44 +02:00
MediaWikiTest.php MediaWiki.php: Redirect non-standard title urls to canonical 2015-06-23 06:19:07 +00:00
MediaWikiVersionFetcherTest.php tests: Clean up file headers 2015-04-01 00:17:12 +01:00
MessageTest.php Merge "Allow constructing a Message from a MessageSpecifier" 2015-07-20 23:05:26 +00:00
MimeMagicTest.php Move several unit tests to directly subclass PHPUnit_Framework_TestCase 2015-06-09 10:03:23 -07:00
MovePageTest.php Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
MWNamespaceTest.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
MWTimestampTest.php
OutputPageTest.php resourceloader: Migrate from msg_resource table to object cache 2015-12-08 14:02:38 +00:00
PathRouterTest.php
PreferencesTest.php
PrefixSearchTest.php Skip adding wikitext test pages in PrefixSearchTest if NS_MAIN is not wikitext 2015-08-14 11:32:08 +02:00
RevisionStorageTest.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
RevisionStorageTestContentHandlerUseDB.php
RevisionTest.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
SampleTest.php Fix the last Generic.Files.LineLength phpcs failures 2015-10-03 18:08:49 +00:00
SanitizerTest.php Abstract and refactor Tidy support 2015-09-10 20:18:52 -07:00
SanitizerValidateEmailTest.php Move several unit tests to directly subclass PHPUnit_Framework_TestCase 2015-06-09 10:03:23 -07:00
SiteConfigurationTest.php
StatusTest.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
TemplateCategoriesTest.php
TemplateParserTest.php tests: Remove unused $wgMemc resets 2015-12-06 18:06:08 +00:00
TestingAccessWrapper.php Fix TestingAccessWrapper private property access and parent classes 2015-09-09 11:44:03 -04:00
TestingAccessWrapperTest.php Fix TestingAccessWrapper private property access and parent classes 2015-09-09 11:44:03 -04:00
TestUser.php User: Mostly remove password handling 2015-10-13 16:10:41 -06:00
TimeAdjustTest.php
TitleArrayFromResultTest.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
TitleMethodsTest.php Reset Title cache when importing titles. 2015-05-24 17:55:08 +02:00
TitlePermissionTest.php tests: Remove unused $wgMemc resets 2015-12-06 18:06:08 +00:00
TitleTest.php Make lines short to pass phpcs in 2 files under tests/phpunit/includes/ 2015-09-30 16:17:35 +00:00
WebRequestTest.php
WikiMapTest.php Make WikiMap fall back to sites if a site couldn't be found using $wgConf 2015-10-07 14:59:31 +02:00
WikiReferenceTest.php Fix remaining Generic.Files.LineLength failures 2015-10-03 17:23:07 +00:00
XmlJsTest.php Move several unit tests to directly subclass PHPUnit_Framework_TestCase 2015-06-09 10:03:23 -07:00
XmlSelectTest.php
XmlTest.php Use XmlSelect to simplify Xml::monthSelector 2015-06-06 20:26:57 -04:00