wiki.techinc.nl/tests/phpunit/includes/auth
Thiemo Kreuz ac205fa84c Fix incomplete/bogus PHPDoc tags in various tests
Most of these are found by the not yet released I10559d8.

I remove the type MockObject in some cases when the calling
code really does not need to know if he get's a mock or the
real thing. However, I do this only in places that are very
closely related to the fixes.

Change-Id: I26a4c3c5a8ae141bf56161b52b54bce7e68f2e30
2021-01-14 19:02:00 +00:00
..
AbstractAuthenticationProviderTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
AbstractPasswordPrimaryAuthenticationProviderTest.php Inject BlockManager and BlockErrorFormatter into AuthManager 2020-10-30 14:52:08 +01: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
AbstractSecondaryAuthenticationProviderTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01: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 Fix incomplete/bogus PHPDoc tags in various tests 2021-01-14 19:02:00 +00:00
ButtonAuthenticationRequestTest.php tests: Simplify ButtonAuthenticationRequestTest 2020-04-30 17:12:05 +00:00
CheckBlocksSecondaryAuthenticationProviderTest.php CheckBlocksSecondaryAuthenticationProviderTest: No need to set $wgUser 2020-09-15 21:20:56 +00:00
ConfirmLinkAuthenticationRequestTest.php phpcs: Enable MediaWiki.Commenting.PhpunitAnnotations.ForbiddenExpectedException* and make pass 2019-10-14 12:48:48 -07:00
ConfirmLinkSecondaryAuthenticationProviderTest.php Inject BlockManager and BlockErrorFormatter into AuthManager 2020-10-30 14:52:08 +01: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 Inject BlockManager and BlockErrorFormatter into AuthManager 2020-10-30 14:52:08 +01:00
LocalPasswordPrimaryAuthenticationProviderTest.php Inject BlockManager and BlockErrorFormatter into AuthManager 2020-10-30 14:52:08 +01: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 Inject BlockManager and BlockErrorFormatter into AuthManager 2020-10-30 14:52:08 +01:00
TemporaryPasswordAuthenticationRequestTest.php Autofix 94 PHPUnit 8 compat issues 2019-12-13 15:29:10 +01:00
TemporaryPasswordPrimaryAuthenticationProviderTest.php Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00: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 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