wiki.techinc.nl/tests/phpunit/includes/auth
Reedy 27ee63f8c9 Remove pre PHP 7.4 serialize()/unserialize()
Depends-On: I3b893152ed278a72b5e74ccf91a3381f319bfcd9
Change-Id: I9f69a9316eaec23103262ec2ffd5b85baaf16f3f
2022-11-10 19:25:01 +00:00
..
AbstractPasswordPrimaryAuthenticationProviderTest.php Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
AbstractPreAuthenticationProviderTest.php
AbstractPrimaryAuthenticationProviderTest.php Tests: Cleanup some unnecessary nested function calls 2022-06-06 01:02:34 +01:00
AuthenticationRequestTest.php Replace PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02:00
AuthenticationRequestTestCase.php
AuthManagerTest.php Remove pre PHP 7.4 serialize()/unserialize() 2022-11-10 19:25:01 +00:00
ButtonAuthenticationRequestTest.php
CheckBlocksSecondaryAuthenticationProviderTest.php Fix block handling in CheckBlocksSecondaryAuthenticationProvider 2022-08-30 19:06:16 -07:00
ConfirmLinkAuthenticationRequestTest.php Replace PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02:00
ConfirmLinkSecondaryAuthenticationProviderTest.php Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
CreatedAccountAuthenticationRequestTest.php
CreateFromLoginAuthenticationRequestTest.php
CreationReasonAuthenticationRequestTest.php
EmailNotificationSecondaryAuthenticationProviderTest.php Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
LocalPasswordPrimaryAuthenticationProviderTest.php Various doc fixes about false and null on method arguments/return types 2022-11-03 18:55:47 +01:00
PasswordAuthenticationRequestTest.php
PasswordDomainAuthenticationRequestTest.php
RememberMeAuthenticationRequestTest.php Make RememberMe authentication behavior configurable. 2021-03-14 12:31:41 -04:00
ResetPasswordSecondaryAuthenticationProviderTest.php Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
TemporaryPasswordAuthenticationRequestTest.php tests: Use MainConfigNames constants on overrideConfigValue 2022-07-12 19:34:54 +02:00
TemporaryPasswordPrimaryAuthenticationProviderTest.php Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
ThrottlePreAuthenticationProviderTest.php Add convenience methods for asserting status. 2022-03-16 22:44:25 +01:00
ThrottlerTest.php tests: Migrate setMwGlobals() to overrideConfigValue(s)() 2022-07-19 15:42:15 +01:00
UserDataAuthenticationRequestTest.php tests: Change multiple calls from overrideConfigValue to overrideConfigValues 2022-08-17 12:08:50 +00:00
UsernameAuthenticationRequestTest.php