wiki.techinc.nl/tests/phpunit/includes/auth
Brad Jorsch 78cb13c369 Fix LegacyHookPreAuthenticationProvider::testUserForCreation
Simply testing shouldn't call AbortNewAccount, we only want to do that
when the account is actually being created.

Change-Id: Icb3d1ce63a2691aa232b4564ed88fee6d50d7ab7
2016-06-20 15:28:21 +00:00
..
AbstractAuthenticationProviderTest.php
AbstractPasswordPrimaryAuthenticationProviderTest.php
AbstractPreAuthenticationProviderTest.php
AbstractPrimaryAuthenticationProviderTest.php
AbstractSecondaryAuthenticationProviderTest.php
AuthenticationRequestTest.php Fix required field calculation in AuthenticationRequest 2016-05-30 11:57:58 +00:00
AuthenticationRequestTestCase.php
AuthenticationResponseTest.php
AuthManagerTest.php AuthManager: Ensure neededRequests have action and username set properly 2016-06-01 12:13:15 -04:00
AuthPluginPrimaryAuthenticationProviderTest.php Typo fix for AuthPluginPrimaryAuthenticationProvider::providerAllowsAuthenticationDataChange 2016-05-29 14:00:23 +00:00
ButtonAuthenticationRequestTest.php
CheckBlocksSecondaryAuthenticationProviderTest.php
ConfirmLinkAuthenticationRequestTest.php
ConfirmLinkSecondaryAuthenticationProviderTest.php AuthManager: Fix ConfirmLink validation 2016-06-09 11:20:23 -04:00
CreatedAccountAuthenticationRequestTest.php
CreateFromLoginAuthenticationRequestTest.php AuthManager fixups around the login→RESTART→create flow 2016-05-31 11:44:02 -04:00
CreationReasonAuthenticationRequestTest.php
EmailNotificationSecondaryAuthenticationProviderTest.php
LegacyHookPreAuthenticationProviderTest.php Fix LegacyHookPreAuthenticationProvider::testUserForCreation 2016-06-20 15:28:21 +00:00
LocalPasswordPrimaryAuthenticationProviderTest.php Whenever possible, reuse User objects in unit tests 2016-05-26 20:42:31 +00:00
PasswordAuthenticationRequestTest.php
PasswordDomainAuthenticationRequestTest.php
RememberMeAuthenticationRequestTest.php
ResetPasswordSecondaryAuthenticationProviderTest.php Password change request should be optional on soft reset 2016-06-06 15:45:43 +00:00
TemporaryPasswordAuthenticationRequestTest.php
TemporaryPasswordPrimaryAuthenticationProviderTest.php
ThrottlePreAuthenticationProviderTest.php
ThrottlerTest.php
UserDataAuthenticationRequestTest.php
UsernameAuthenticationRequestTest.php