wiki.techinc.nl/tests/phpunit/includes/auth
Umherirrender fd516a98e1 Fix whitespaces after comma
Change-Id: Ide6de0a53661e6f650099d7b1f274a02699441df
2022-12-15 01:24:14 +01:00
..
AbstractPasswordPrimaryAuthenticationProviderTest.php Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
AbstractPreAuthenticationProviderTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
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 MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
AuthManagerTest.php Remove pre PHP 7.4 serialize()/unserialize() 2022-11-10 19:25:01 +00:00
ButtonAuthenticationRequestTest.php
CheckBlocksSecondaryAuthenticationProviderTest.php Fix whitespaces after comma 2022-12-15 01:24:14 +01: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