wiki.techinc.nl/tests/phpunit/includes/auth
Petr Pchelko 1f9c3a4566 Move AuthManager::checkAccountCreatePermissions to Authority.
Change-Id: I8d223508ccec7122eef5e0bf136964ad65d64ab7
2021-04-26 14:14:43 -07:00
..
AbstractPasswordPrimaryAuthenticationProviderTest.php Implement injecting of dependencies to an AuthenticationProvider 2021-04-26 15:17:34 +03:00
AbstractPreAuthenticationProviderTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
AbstractPrimaryAuthenticationProviderTest.php Merge "Remove unnecessary ->equalTo() from tests" 2021-04-23 14:43:04 +00: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 Move AuthManager::checkAccountCreatePermissions to Authority. 2021-04-26 14:14:43 -07:00
ButtonAuthenticationRequestTest.php tests: Simplify ButtonAuthenticationRequestTest 2020-04-30 17:12:05 +00:00
CheckBlocksSecondaryAuthenticationProviderTest.php Implement injecting of dependencies to an AuthenticationProvider 2021-04-26 15:17:34 +03:00
ConfirmLinkAuthenticationRequestTest.php Replace PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02:00
ConfirmLinkSecondaryAuthenticationProviderTest.php Implement injecting of dependencies to an AuthenticationProvider 2021-04-26 15:17:34 +03:00
CreatedAccountAuthenticationRequestTest.php
CreateFromLoginAuthenticationRequestTest.php
CreationReasonAuthenticationRequestTest.php
EmailNotificationSecondaryAuthenticationProviderTest.php Implement injecting of dependencies to an AuthenticationProvider 2021-04-26 15:17:34 +03:00
LocalPasswordPrimaryAuthenticationProviderTest.php Implement injecting of dependencies to an AuthenticationProvider 2021-04-26 15:17:34 +03:00
PasswordAuthenticationRequestTest.php
PasswordDomainAuthenticationRequestTest.php
RememberMeAuthenticationRequestTest.php Make RememberMe authentication behavior configurable. 2021-03-14 12:31:41 -04:00
ResetPasswordSecondaryAuthenticationProviderTest.php Implement injecting of dependencies to an AuthenticationProvider 2021-04-26 15:17:34 +03:00
TemporaryPasswordAuthenticationRequestTest.php
TemporaryPasswordPrimaryAuthenticationProviderTest.php Implement injecting of dependencies to an AuthenticationProvider 2021-04-26 15:17:34 +03:00
ThrottlePreAuthenticationProviderTest.php Implement injecting of dependencies to an AuthenticationProvider 2021-04-26 15:17:34 +03:00
ThrottlerTest.php phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
UserDataAuthenticationRequestTest.php
UsernameAuthenticationRequestTest.php