- Provided that the following methods are used only in tests, all usages of deprecated AbstractAuthenticationProvider ::setLogger, ::setManager, ::setConfig, ::setHookContainer methods must be replaced with AbstractAuthenticationProvider::init.
- If it's overridden AbstractAuthenticationProvider::setConfig or AbstractAuthenticationProvider ::setLogger, ::setManager, ::setConfig, ::setHookContainer are used outside the test codebase of the extension, so replace it with AbstractAuthenticationProvider::postInitSetup to do any necessary setup.
Description
Description
Details
Details
Related Changes in Gerrit:
Event Timeline
Comment Actions
Change 686627 had a related patch set uploaded (by Vlad.shapik; author: Vlad.shapik):
[mediawiki/extensions/PasswordlessLogin@master] Replace uses of the deprecated setters of AbstractAuthenticationProvider
Comment Actions
Change 686627 abandoned by Vlad.shapik:
[mediawiki/extensions/PasswordlessLogin@master] Replace uses of the deprecated setters of AbstractAuthenticationProvider
Reason:
It was fixed in this patch ->> I139b2f508ec99457ab03a02224c9e500ae006b62