wiki.techinc.nl/tests/phpunit/includes/auth
Daimona Eaytoy 535d7abf59 phpunit: Mass-replace setMethods with onlyMethods and adjust
Ended up using
  grep -Prl '\->setMethods\(' . | xargs sed -r -i 's/setMethods\(/onlyMethods\(/g'

special-casing setMethods( null ) -> onlyMethods( [] )

and then manual fix of failing test (from PS2 onwards).

Bug: T278010
Change-Id: I012dca7ae774bb430c1c44d50991ba0b633353f1
2021-04-16 20:15:00 +02: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 phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
AuthenticationRequestTestCase.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
AuthManagerTest.php phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02: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 phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
ConfirmLinkSecondaryAuthenticationProviderTest.php phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02: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 phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
PasswordAuthenticationRequestTest.php
PasswordDomainAuthenticationRequestTest.php
RememberMeAuthenticationRequestTest.php Make RememberMe authentication behavior configurable. 2021-03-14 12:31:41 -04:00
ResetPasswordSecondaryAuthenticationProviderTest.php phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
TemporaryPasswordAuthenticationRequestTest.php
TemporaryPasswordPrimaryAuthenticationProviderTest.php phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
ThrottlePreAuthenticationProviderTest.php phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
ThrottlerTest.php phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
UserDataAuthenticationRequestTest.php
UsernameAuthenticationRequestTest.php