wiki.techinc.nl/tests/phpunit/includes/auth
Petr Pchelko c44d44639b Make stricter type checks on user email and real name
Currently both email and real name are documented as
non-nullable, but it seems there's code that breaks
this contract. Try stricter type checks.

Depends-On: Ie8fa1e7881e1b016dccdc9097a1763a07cc140b9
Depends-On: Id3bf35fe56c459597ed6a602bdf6ca4860271f6e
Change-Id: I2f4b7b3500a2b25f7d5cf25147f65ad412d61955
2021-04-01 15:21:41 -06:00
..
AbstractPasswordPrimaryAuthenticationProviderTest.php Convert AuthManager to Authority: step 1. 2021-02-22 15:40:37 -07:00
AbstractPreAuthenticationProviderTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
AbstractPrimaryAuthenticationProviderTest.php Deprecate InterwikiLoadPrefix hook 2020-12-21 19:28:48 +00:00
AuthenticationRequestTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
AuthenticationRequestTestCase.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
AuthManagerTest.php Make RememberMe authentication behavior configurable. 2021-03-14 12:31:41 -04:00
ButtonAuthenticationRequestTest.php
CheckBlocksSecondaryAuthenticationProviderTest.php CheckBlocksSecondaryAuthenticationProviderTest: No need to set $wgUser 2020-09-15 21:20:56 +00:00
ConfirmLinkAuthenticationRequestTest.php
ConfirmLinkSecondaryAuthenticationProviderTest.php Convert AuthManager to Authority: step 1. 2021-02-22 15:40:37 -07:00
CreatedAccountAuthenticationRequestTest.php
CreateFromLoginAuthenticationRequestTest.php
CreationReasonAuthenticationRequestTest.php
EmailNotificationSecondaryAuthenticationProviderTest.php Convert AuthManager to Authority: step 1. 2021-02-22 15:40:37 -07:00
LocalPasswordPrimaryAuthenticationProviderTest.php Comments: use only // instead of more 2021-03-10 15:05:57 +00:00
PasswordAuthenticationRequestTest.php
PasswordDomainAuthenticationRequestTest.php
RememberMeAuthenticationRequestTest.php Make RememberMe authentication behavior configurable. 2021-03-14 12:31:41 -04:00
ResetPasswordSecondaryAuthenticationProviderTest.php Convert AuthManager to Authority: step 1. 2021-02-22 15:40:37 -07:00
TemporaryPasswordAuthenticationRequestTest.php
TemporaryPasswordPrimaryAuthenticationProviderTest.php Make stricter type checks on user email and real name 2021-04-01 15:21:41 -06:00
ThrottlePreAuthenticationProviderTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
ThrottlerTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
UserDataAuthenticationRequestTest.php
UsernameAuthenticationRequestTest.php