wiki.techinc.nl/tests/phpunit/includes/auth
Thiemo Kreuz 1006aa41e6 Fix mismatching type hints in PHPDoc tags
This is a collection of random bits from my local stashes. This patch
intentionally only touches comments, no code.

Notably:
* Use more specific string[] instead of array, if possible.
* Some comments mention "or null", but miss to list the type.

Change-Id: I712b28964f125c8e3dcb4e3fb993757a09f96644
2020-03-24 09:59:02 +01:00
..
AbstractAuthenticationProviderTest.php Deprecate and stop using assertType(OrValue) 2019-12-15 00:07:59 +00:00
AbstractPasswordPrimaryAuthenticationProviderTest.php Replace calls to Title::getUserPermissionsErrors (part 5) 2020-02-26 03:00:33 +00:00
AbstractPreAuthenticationProviderTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
AbstractPrimaryAuthenticationProviderTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00
AbstractSecondaryAuthenticationProviderTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
AuthenticationRequestTest.php Fix some PHPStorm warnings by replacing array functions with loops 2020-02-19 09:28:44 +11:00
AuthenticationRequestTestCase.php Fix mismatching type hints in PHPDoc tags 2020-03-24 09:59:02 +01:00
AuthManagerTest.php Enhance passwored reset message 2020-03-13 16:18:48 -07:00
ButtonAuthenticationRequestTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00
CheckBlocksSecondaryAuthenticationProviderTest.php Provide a more informative message for authentication block errors 2019-10-21 12:09:59 +01:00
ConfirmLinkAuthenticationRequestTest.php phpcs: Enable MediaWiki.Commenting.PhpunitAnnotations.ForbiddenExpectedException* and make pass 2019-10-14 12:48:48 -07:00
ConfirmLinkSecondaryAuthenticationProviderTest.php Replace calls to Title::getUserPermissionsErrors (part 5) 2020-02-26 03:00:33 +00:00
CreatedAccountAuthenticationRequestTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00
CreateFromLoginAuthenticationRequestTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00
CreationReasonAuthenticationRequestTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00
EmailNotificationSecondaryAuthenticationProviderTest.php Replace calls to Title::getUserPermissionsErrors (part 5) 2020-02-26 03:00:33 +00:00
LocalPasswordPrimaryAuthenticationProviderTest.php Replace calls to Title::getUserPermissionsErrors (part 5) 2020-02-26 03:00:33 +00:00
PasswordAuthenticationRequestTest.php Autofix 94 PHPUnit 8 compat issues 2019-12-13 15:29:10 +01:00
PasswordDomainAuthenticationRequestTest.php Autofix 94 PHPUnit 8 compat issues 2019-12-13 15:29:10 +01:00
RememberMeAuthenticationRequestTest.php Make use of PHPUnit's assertCount feature where possible 2020-03-02 15:58:41 +00:00
ResetPasswordSecondaryAuthenticationProviderTest.php Replace calls to Title::getUserPermissionsErrors (part 5) 2020-02-26 03:00:33 +00:00
TemporaryPasswordAuthenticationRequestTest.php Autofix 94 PHPUnit 8 compat issues 2019-12-13 15:29:10 +01:00
TemporaryPasswordPrimaryAuthenticationProviderTest.php Replace calls to Title::getUserPermissionsErrors (part 5) 2020-02-26 03:00:33 +00:00
ThrottlePreAuthenticationProviderTest.php Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse 2020-01-10 09:32:25 -08:00
ThrottlerTest.php phpcs: Enable MediaWiki.Commenting.PhpunitAnnotations.ForbiddenExpectedException* and make pass 2019-10-14 12:48:48 -07:00
UserDataAuthenticationRequestTest.php tests: Add explicit return type void to setUp() and tearDown() 2019-10-30 14:31:22 -07:00
UsernameAuthenticationRequestTest.php Fix undefined NS with @covers tags in /includes/auth/ 2018-11-01 12:48:52 +01:00