wiki.techinc.nl/tests/phpunit/includes/auth
Derick Alangi 1b9ea4d1bf Avoid/Replace usage of deprecated wfMemcKey() function
This global function was deprecated in 1.30 and is replaced with
the use of `ObjectCache::getLocalClusterInstance()->makeKey()`.

Change-Id: Ic08b53111be4374a973e08c2ed68224bfa922fa8
2019-05-02 14:27:31 +00:00
..
AbstractAuthenticationProviderTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00
AbstractPasswordPrimaryAuthenticationProviderTest.php Add password policy setting suggestChangeOnLogin 2019-03-09 14:59:02 -05:00
AbstractPreAuthenticationProviderTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00
AbstractPrimaryAuthenticationProviderTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00
AbstractSecondaryAuthenticationProviderTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00
AuthenticationRequestTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00
AuthenticationRequestTestCase.php
AuthenticationResponseTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00
AuthManagerTest.php Avoid/Replace usage of deprecated wfMemcKey() function 2019-05-02 14:27:31 +00:00
ButtonAuthenticationRequestTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00
CheckBlocksSecondaryAuthenticationProviderTest.php Replace $wgUser with RequestContext::getUser in User::getBlockedStatus 2019-03-18 23:18:41 +00:00
ConfirmLinkAuthenticationRequestTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00
ConfirmLinkSecondaryAuthenticationProviderTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00
CreatedAccountAuthenticationRequestTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00
CreateFromLoginAuthenticationRequestTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00
CreationReasonAuthenticationRequestTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00
EmailNotificationSecondaryAuthenticationProviderTest.php
LocalPasswordPrimaryAuthenticationProviderTest.php Add password policy setting suggestChangeOnLogin 2019-03-09 14:59:02 -05:00
PasswordAuthenticationRequestTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00
PasswordDomainAuthenticationRequestTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00
RememberMeAuthenticationRequestTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00
ResetPasswordSecondaryAuthenticationProviderTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00
TemporaryPasswordAuthenticationRequestTest.php Fix password policy handling in temporary password provider 2019-02-20 12:25:49 -08:00
TemporaryPasswordPrimaryAuthenticationProviderTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00
ThrottlePreAuthenticationProviderTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00
ThrottlerTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00
UserDataAuthenticationRequestTest.php Get rid of unnecessary func_get_args() and friends 2019-04-12 20:17:01 +00:00
UsernameAuthenticationRequestTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00