wiki.techinc.nl/tests/phpunit/includes/auth
Umherirrender de47d93928 Get the MainConfig from MediaWikiServices instead of RequestContext
The getConfig of a ContextSource should only be used, if the
ContextSource is available. Getting the global context just for the
config looks harder to fix/inject as using the MainConfig from
MediaWikiServices

Change-Id: Iaf14bfc7bd68cc315672e1c256887faf87e22542
2022-05-24 21:54:21 +00:00
..
AbstractPasswordPrimaryAuthenticationProviderTest.php phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
AbstractPreAuthenticationProviderTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
AbstractPrimaryAuthenticationProviderTest.php Reapply "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatableName"" 2021-05-31 16:01:36 +03:00
AuthenticationRequestTest.php Replace PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02:00
AuthenticationRequestTestCase.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
AuthManagerTest.php Tombstone the old session on SessionBackend::resetId() 2022-05-24 00:57:14 +02:00
ButtonAuthenticationRequestTest.php tests: Simplify ButtonAuthenticationRequestTest 2020-04-30 17:12:05 +00:00
CheckBlocksSecondaryAuthenticationProviderTest.php Add convenience methods for asserting status. 2022-03-16 22:44:25 +01:00
ConfirmLinkAuthenticationRequestTest.php Replace PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02:00
ConfirmLinkSecondaryAuthenticationProviderTest.php Get the MainConfig from MediaWikiServices instead of RequestContext 2022-05-24 21:54:21 +00:00
CreatedAccountAuthenticationRequestTest.php
CreateFromLoginAuthenticationRequestTest.php
CreationReasonAuthenticationRequestTest.php
EmailNotificationSecondaryAuthenticationProviderTest.php Use updated ObjectFactory namespace 2022-03-09 23:04:51 +00:00
LocalPasswordPrimaryAuthenticationProviderTest.php Use updated ObjectFactory namespace 2022-03-09 23:04:51 +00:00
PasswordAuthenticationRequestTest.php
PasswordDomainAuthenticationRequestTest.php
RememberMeAuthenticationRequestTest.php Make RememberMe authentication behavior configurable. 2021-03-14 12:31:41 -04:00
ResetPasswordSecondaryAuthenticationProviderTest.php Use updated ObjectFactory namespace 2022-03-09 23:04:51 +00:00
TemporaryPasswordAuthenticationRequestTest.php
TemporaryPasswordPrimaryAuthenticationProviderTest.php auth: Replace deprecated User::getOption 2022-04-29 22:50:47 +02:00
ThrottlePreAuthenticationProviderTest.php Add convenience methods for asserting status. 2022-03-16 22:44:25 +01:00
ThrottlerTest.php objectcache: deprecate BagOStuff incr() and decr() methods 2022-02-18 11:15:27 +11:00
UserDataAuthenticationRequestTest.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
UsernameAuthenticationRequestTest.php