wiki.techinc.nl/tests/phpunit/unit/includes/auth
vladshapik 3a150275de Implement injecting of dependencies to an AuthenticationProvider
init() method was added to AuthenticationProvider. It helps to inject
dependecies. Overridable postInitSetup() method was added to
AbstractAuthenticationProvider. A provider can override this to do
any necessary setup.
AbstractAuthenticationProvider ::setLogger(), ::setManager(), ::setConfig(),
::setHookContainer() were soft deprecated. Now developers must use
AbstractAuthenticationProvider::init().

Bug: T275030
Change-Id: I6ca63eddac1b177eeadbdcce992e71c44a480160
2021-04-26 15:17:34 +03:00
..
AbstractAuthenticationProviderTest.php Implement injecting of dependencies to an AuthenticationProvider 2021-04-26 15:17:34 +03:00
AbstractSecondaryAuthenticationProviderTest.php Replace PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02:00
AuthenticationResponseTest.php Replace all call_user_func(_array) in all tests 2020-06-06 18:41:20 +02:00