wiki.techinc.nl/tests/phpunit/includes
Petr Pchelko cabfe6270b CentralIdLookup: accept Authority for audiences checks instead of User
Although in theory this could be backwards-incompatible, in practice
returning Authority from checkAudience is enough for the only extension
that extends CentralIdLookup, CentralAuth

Change-Id: I976dc854bf26b202347c3b47e956b85bbee156de
2021-06-30 11:55:18 -07:00
..
actions Hard deprecate WatchAction::getWatchToken 2021-06-23 17:20:22 +00:00
api api: Inject services into ApiOpenSearch 2021-06-29 20:26:58 +00:00
auth Remove AuthManager::singleton 2021-06-18 23:34:33 +02:00
block Hard-deprecate AbstractBlock::getTargetAndType() and getTarget() 2021-06-22 16:59:00 +03:00
cache Make LinkCache behavior more consistent 2021-06-24 18:25:55 +02:00
changes Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
changetags Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
collation
config
content Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
context
db Fix various typos in documentation 2021-06-21 00:26:07 +00:00
debug Replace PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02:00
deferred Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
diff Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
editpage Replace easy usages of User for UserIdentity/Authority 2021-06-09 07:53:52 -07:00
exception
externalstore Remove unneeded uses of MediaWikiCoversValidator 2021-05-22 01:43:29 +00:00
filebackend Add some missing __METHOD__ parameters to database calls 2021-06-07 19:28:51 +00:00
filerepo Manual and automatic image metadata reserialization 2021-06-26 22:50:17 +00:00
GlobalFunctions Drop global function wfNegotiateType, deprecated in 1.36 2021-05-10 15:09:49 -07:00
HookContainer
htmlform
http Move HttpRequestFactoryTest to a unit test 2021-06-02 13:20:02 +00:00
import WikiImporter: inject services 2021-05-24 23:10:07 +02:00
installer
interwiki Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
jobqueue Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
language
libs Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
linkeddata
linker Pass PageReference as possible parameter to LinkRenderer methods 2021-05-10 16:01:27 -04:00
logging Remove hard-deprecated LogEntry::getPerformer 2021-06-28 18:06:36 -07:00
mail Use UserIdentityValue in tests where possible 2021-04-22 09:32:43 +02:00
media Use the unserialized form of image metadata internally 2021-06-08 17:04:01 +10:00
Message
Navigation
objectcache
page Hard deprecate WikiPage::prepareContentForEdit() without a UserIdentity 2021-06-28 23:17:34 +00:00
pager Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
ParamValidator/TypeDef UserDef: use UserIdentityValue in a few places 2021-06-13 08:48:53 +00:00
parser Remove $wgUser fallback in ParserOptions 2021-06-24 02:55:20 +00:00
password Remove User from password policy check interfaces 2021-06-11 10:21:14 -07:00
Permissions Move the fallback to check the 'create' right into PermissionManager when we checking 'edit' right. 2021-06-23 18:09:22 +03:00
poolcounter
preferences DefaultPreferencesFactory: inject and use UserOptionsManager 2021-06-17 17:27:40 -07:00
rcfeed
registration Fix array order for array_replace_recursive merge strategy 2021-05-23 13:29:35 -04:00
resourceloader Emit media structure as piloted in Parsoid 2021-06-24 23:32:40 +00:00
Rest Fix order of parameters in assertions 2021-05-03 15:50:53 +00:00
Revision Merge RevisionStoreDbTestBase and McrRevisionStoreDbTest 2021-06-28 08:55:38 -07:00
search Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
session Move CRSF token generation to CsrfTokenSet 2021-06-18 12:24:19 -07:00
shell
site Remove meaningless ->expects( $this->any() ) from all tests 2021-04-23 11:58:58 +02:00
skins Add tests for Skin::getRelevantUser 2021-06-07 07:31:24 -07:00
sparql
specialpage Update DatabaseBlock construct option 'by' and 'byText' usage to use User Identity only 2021-06-02 17:01:32 +03:00
specials Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
Storage Post Revision-removal cleanup 2021-06-24 00:32:39 +00:00
title Add DummyServicesTrait::getDummyInterwikiLookup 2021-05-05 10:57:59 -07:00
upload Remove some more comments that literally repeat the code 2021-06-18 21:23:56 +00:00
user CentralIdLookup: accept Authority for audiences checks instead of User 2021-06-30 11:55:18 -07:00
utils Remove meaningless ->expects( $this->any() ) from all tests 2021-04-23 11:58:58 +02:00
watcheditem Post Revision-removal cleanup 2021-06-24 00:32:39 +00:00
ActorMigrationTest.php Split a base class out of ActorMigration 2021-05-03 15:14:06 +10:00
ActorMigrationTest.sql
AutoLoaderTest.php
CategoryTest.php Simplify database handling in CategoryTest 2021-05-09 00:53:31 +00:00
CommentStoreCommentTest.php
CommentStoreTest.php build: Upgrade mediawiki-codesniffer from v35.0.0 to v36.0.0 2021-04-29 13:00:15 -07:00
CommentStoreTest.sql
ContentSecurityPolicyTest.php
EditPageConstraintsTest.php Merge "Use IEC prefixes instead of SI prefixes for byte sizes (docs+backend)" 2021-06-29 10:34:41 +00:00
EditPageTest.php Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
ExportTest.php
ExtraParserTest.php
FauxRequestTest.php
GitInfoTest.php
HooksTest.php
HtmlTest.php
LinkerTest.php
LinkFilterTest.php
MagicWordFactoryTest.php
MediaWikiServicesTest.php
MediaWikiTest.php
MediaWikiVersionFetcherTest.php
MergeHistoryTest.php Fix order of parameters in assertions 2021-05-03 15:50:53 +00:00
MessageTest.php Use Message::page instead of Message::title 2021-06-09 13:18:22 +00:00
MockServiceWiring.php
MovePageTest.php Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
MultiHttpClientTest.php Remove meaningless ->expects( $this->any() ) from all tests 2021-04-23 11:58:58 +02:00
MWTimestampTest.php MWTimestampTest: use StaticUserOptionsLookup 2021-05-12 21:05:48 +00:00
OutputPageTest.php Remove the fallback for create rights (covered in PM edit rights check). 2021-06-30 17:30:30 +03:00
PagePropsTest.php Simplify PagePropsTest 2021-05-03 14:42:27 +00:00
ReadOnlyModeTest.php Remove meaningless ->expects( $this->any() ) from all tests 2021-04-23 11:58:58 +02:00
SampleTest.php
SiteStatsTest.php
StatusTest.php
TemplateCategoriesTest.php Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
TestUser.php Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
TestUserRegistry.php
TimeAdjustTest.php
TitleMethodsTest.php Title: avoid instance cache pollution 2021-05-07 11:37:54 +02:00
TitleTest.php Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
WebRequestTest.php
WikiMapTest.php
XmlTest.php