wiki.techinc.nl/tests/phpunit/includes/auth
MusikAnimal ef14cd41c3 PasswordReset: remove $wgAllowRequiringEmailForResets feature flag
Update a few tests that relied on the feature flag to ignore
the 'requireemail' preference on "User1" to instead use "User2",
who doesn't have the preference set.

Bug: T242406
Change-Id: I996d3996272d704a071d1d2094c3568247b80f98
2024-08-28 00:55:43 +02:00
..
AbstractPasswordPrimaryAuthenticationProviderTest.php authmanager: Make some tests more robust 2024-07-28 22:38:32 +02:00
AbstractPreAuthenticationProviderTest.php
AbstractPrimaryAuthenticationProviderTest.php Tests: remove a bunch of DummyServicesTrait-related comments 2024-05-10 04:07:59 +00:00
AuthenticationRequestTest.php tests: Use namespaced classes (1) 2024-06-14 17:19:36 +00:00
AuthenticationRequestTestCase.php tests: Use namespaced classes (1) 2024-06-14 17:19:36 +00:00
AuthManagerTest.php auth: Add AuthManagerVerifyAuthentication hook 2024-08-26 23:57:31 +00:00
ButtonAuthenticationRequestTest.php
CheckBlocksSecondaryAuthenticationProviderTest.php
ConfirmLinkAuthenticationRequestTest.php
ConfirmLinkSecondaryAuthenticationProviderTest.php
CreatedAccountAuthenticationRequestTest.php
CreateFromLoginAuthenticationRequestTest.php
CreationReasonAuthenticationRequestTest.php
EmailNotificationSecondaryAuthenticationProviderTest.php
LocalPasswordPrimaryAuthenticationProviderTest.php Namespace includes/password 2024-05-18 16:17:38 +01:00
PasswordAuthenticationRequestTest.php tests: Use namespaced classes (1) 2024-06-14 17:19:36 +00:00
PasswordDomainAuthenticationRequestTest.php tests: Use namespaced classes (1) 2024-06-14 17:19:36 +00:00
RememberMeAuthenticationRequestTest.php
ResetPasswordSecondaryAuthenticationProviderTest.php
TemporaryPasswordAuthenticationRequestTest.php tests: Use namespaced classes (1) 2024-06-14 17:19:36 +00:00
TemporaryPasswordPrimaryAuthenticationProviderTest.php PasswordReset: remove $wgAllowRequiringEmailForResets feature flag 2024-08-28 00:55:43 +02:00
ThrottlePreAuthenticationProviderTest.php Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30
ThrottlerTest.php Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30
UserDataAuthenticationRequestTest.php authmanager: Make some tests more robust 2024-07-28 22:38:32 +02:00
UsernameAuthenticationRequestTest.php