wiki.techinc.nl/tests/phpunit/includes
Timo Tijhof 09cbebb224 WANObjectCache: Change getWithSetCallback() signature to key/ttl/callback/opts
* Put 'checkKeys' param in opts array instead of as a separate parameter.
  It's neat to not have to skip unnamed/positional arguments that are optional.
* Move TTL to be before callback instead of after. This avoids dangling integers
  toward the bottom of a large code block that have no obvious meaning.
  Matches BagOStuff::getWithSetCallback.

Add unit test for lockTSE to confirm

Change-Id: I60d6b64fc5dff14108741bafe801fd1fde16d1df
2015-10-07 18:03:15 -07:00
..
actions Some bugzilla.wikimedia.org -> phabricator.wikimedia.org changes 2015-09-24 17:17:25 +02:00
api Fix remaining Generic.Files.LineLength failures 2015-10-03 17:23:07 +00:00
cache Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
changes Merge "Add more test cases to OldChangesListTest" 2015-10-06 18:29:31 +00:00
composer
config Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
content Fix remaining Generic.Files.LineLength failures 2015-10-03 17:23:07 +00:00
context
db Fix DatabaseSqlite::__toString 2015-10-05 20:54:11 +00:00
debug Make lines short to pass phpcs in 3 files under tests/phpunit/includes/ 2015-10-01 19:00:40 +00:00
deferred Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00: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 Added replication=async option to FileBackendMultiWrite 2015-10-01 23:30:41 +00:00
filerepo Make lines short to pass phpcs in 3 files under tests/phpunit/includes/ 2015-10-01 19:00:40 +00:00
GlobalFunctions Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
htmlform Explicitly declare property visibility, remove use of var 2015-06-21 00:07:13 +03:00
installer
jobqueue
json
libs Add MemoizedCallable for APC-backed function memoization 2015-10-06 23:35:03 +00:00
logging Fix remaining Generic.Files.LineLength failures 2015-10-03 17:23:07 +00: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 WANObjectCache: Change getWithSetCallback() signature to key/ttl/callback/opts 2015-10-07 18:03:15 -07:00
page Added DeleteLinksJob to support purging backlinks via job runners 2015-09-29 17:40:19 -07:00
parser Make lines short to pass phpcs in parser tests PHP files 2015-10-01 19:40:18 +00:00
password Fix remaining Generic.Files.LineLength failures 2015-10-03 17:23:07 +00: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: Store relative instead of absolute paths in module_deps 2015-09-30 00:25:27 +00:00
search
site Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
skins
specialpage
specials Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00: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
utils Make WANObjectCache sets account for slave lag 2015-10-05 16:45:13 -07:00
BlockTest.php Make constructor of Block accept array of options 2015-06-19 14:20:01 -04:00
CollationTest.php
DiffHistoryBlobTest.php
EditPageTest.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
ExtraParserTest.php Abstract and refactor Tidy support 2015-09-10 20:18:52 -07: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
ImportTest.php Fix Generic.Files.LineLength phpcs check in files under phpunit/includes 2015-10-03 17:13:29 +00:00
LicensesTest.php
LinkerTest.php Fix remaining Generic.Files.LineLength failures 2015-10-03 17:23:07 +00:00
LinkFilterTest.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
MediaWikiTest.php MediaWiki.php: Redirect non-standard title urls to canonical 2015-06-23 06:19:07 +00:00
MediaWikiVersionFetcherTest.php
MessageTest.php Merge "Allow constructing a Message from a MessageSpecifier" 2015-07-20 23:05:26 +00:00
MimeMagicTest.php
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 Add @codingStandardsIgnoreStart to 5 files under tests/phpunit/includes 2015-10-03 12:30:29 +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
SiteConfigurationTest.php
StatusTest.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
TemplateCategoriesTest.php
TemplateParserTest.php Support mustache partials in server-side templates 2015-07-06 20:13:45 -07: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 Fix Generic.Files.LineLength phpcs check in files under phpunit/includes 2015-10-03 17:13:29 +00:00
TimeAdjustTest.php
TitleArrayFromResultTest.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
TitleMethodsTest.php
TitlePermissionTest.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +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
UserArrayFromResultTest.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
UserTest.php Fixed spacing 2015-09-26 20:44:54 +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
XmlSelectTest.php
XmlTest.php