wiki.techinc.nl/tests/phpunit/includes/auth
Gergő Tisza cfb62c605f Hard-deprecate LegacyHookPreAuthenticationProvider class
The hooks that used to be called by this class will be removed in
I24d6fa963. The only reason to keep this class around is that
someone might have added it to $wgAuthManagerConfig so removing
it would trigger class lookup failures, so make sure any use
of the class triggers a deprecation warning.

Change-Id: I9755288eda7461ecf3dcd35de2081fbb3eb04ae3
2018-10-22 12:14:19 -07:00
..
AbstractAuthenticationProviderTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
AbstractPasswordPrimaryAuthenticationProviderTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
AbstractPreAuthenticationProviderTest.php
AbstractPrimaryAuthenticationProviderTest.php
AbstractSecondaryAuthenticationProviderTest.php
AuthenticationRequestTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
AuthenticationRequestTestCase.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
AuthenticationResponseTest.php
AuthManagerTest.php Deprecate MediaWikiTestCase::stashMwGlobals 2018-10-07 19:39:47 +03:00
AuthPluginPrimaryAuthenticationProviderTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
ButtonAuthenticationRequestTest.php
CheckBlocksSecondaryAuthenticationProviderTest.php Add actor table and code to start using it 2018-02-23 10:06:20 -08:00
ConfirmLinkAuthenticationRequestTest.php
ConfirmLinkSecondaryAuthenticationProviderTest.php
CreatedAccountAuthenticationRequestTest.php
CreateFromLoginAuthenticationRequestTest.php
CreationReasonAuthenticationRequestTest.php
EmailNotificationSecondaryAuthenticationProviderTest.php tests: Add some more @covers tags 2018-05-07 17:49:01 +00:00
LocalPasswordPrimaryAuthenticationProviderTest.php
PasswordAuthenticationRequestTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
PasswordDomainAuthenticationRequestTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
RememberMeAuthenticationRequestTest.php
ResetPasswordSecondaryAuthenticationProviderTest.php
TemporaryPasswordAuthenticationRequestTest.php Deprecate MediaWikiTestCase::stashMwGlobals 2018-10-07 19:39:47 +03:00
TemporaryPasswordPrimaryAuthenticationProviderTest.php Add PasswordFactory to MediaWikiServices 2018-08-02 14:46:35 +01:00
ThrottlePreAuthenticationProviderTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
ThrottlerTest.php MediaWiki\Auth\Throttler: Change "ip" key name 2018-05-25 15:55:19 -04:00
UserDataAuthenticationRequestTest.php
UsernameAuthenticationRequestTest.php