wiki.techinc.nl/tests/phpunit/includes/auth
Brad Jorsch db521e5574 AuthManager: Ensure neededRequests have action and username set properly
They were coming out as null instead, which screws up when requests are
changing their fields based on the action.

Change-Id: Ic8caf57ebad35c3eb17d45f9d96c6de5b559a83a
2016-06-01 12:13:15 -04: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 fixups around the login→RESTART→create flow 2016-05-31 11:44:02 -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
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
TemporaryPasswordAuthenticationRequestTest.php
TemporaryPasswordPrimaryAuthenticationProviderTest.php
ThrottlePreAuthenticationProviderTest.php
ThrottlerTest.php
UserDataAuthenticationRequestTest.php
UsernameAuthenticationRequestTest.php