wiki.techinc.nl/tests/phpunit/includes/auth
Umherirrender abf2ea44e8 tests: Handle dynamic created properties on test classes
- Declare missing properties
- Remove unused or avoid set of properties
- Add AllowDynamicProperties

Bug: T314099
Change-Id: Ie631894f2ffbb616f6dd09851405d681f3eb8fcd
2023-01-13 21:03:42 +00:00
..
AbstractPasswordPrimaryAuthenticationProviderTest.php Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
AbstractPreAuthenticationProviderTest.php
AbstractPrimaryAuthenticationProviderTest.php tests: Handle dynamic created properties on test classes 2023-01-13 21:03:42 +00:00
AuthenticationRequestTest.php Replace PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02:00
AuthenticationRequestTestCase.php
AuthManagerTest.php tests: Replace deprecated User::idFromName 2022-12-23 14:18:20 +00:00
ButtonAuthenticationRequestTest.php
CheckBlocksSecondaryAuthenticationProviderTest.php tests: Do not set User::mBlock in secondary auth provider test 2022-12-22 23:00:38 +01:00
ConfirmLinkAuthenticationRequestTest.php Replace PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02:00
ConfirmLinkSecondaryAuthenticationProviderTest.php Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
CreatedAccountAuthenticationRequestTest.php
CreateFromLoginAuthenticationRequestTest.php
CreationReasonAuthenticationRequestTest.php
EmailNotificationSecondaryAuthenticationProviderTest.php Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
LocalPasswordPrimaryAuthenticationProviderTest.php tests: Replace deprecated User::idFromName 2022-12-23 14:18:20 +00:00
PasswordAuthenticationRequestTest.php
PasswordDomainAuthenticationRequestTest.php
RememberMeAuthenticationRequestTest.php Make RememberMe authentication behavior configurable. 2021-03-14 12:31:41 -04:00
ResetPasswordSecondaryAuthenticationProviderTest.php Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
TemporaryPasswordAuthenticationRequestTest.php tests: Use MainConfigNames constants on overrideConfigValue 2022-07-12 19:34:54 +02:00
TemporaryPasswordPrimaryAuthenticationProviderTest.php Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
ThrottlePreAuthenticationProviderTest.php Add convenience methods for asserting status. 2022-03-16 22:44:25 +01:00
ThrottlerTest.php tests: Migrate setMwGlobals() to overrideConfigValue(s)() 2022-07-19 15:42:15 +01:00
UserDataAuthenticationRequestTest.php tests: Change multiple calls from overrideConfigValue to overrideConfigValues 2022-08-17 12:08:50 +00:00
UsernameAuthenticationRequestTest.php