wiki.techinc.nl/tests/phpunit/includes/session
vladshapik 5c1a60a0ce Create an initialization method in the SessionProvider class
init() method was added to SessionProvider. It helps to inject
dependecies. Overridable postInitSetup() method was added to
SessionProvider. A provider can override this to do
any necessary setup.
SessionProvider ::setLogger(), ::setManager(), ::setConfig(),
::setHookContainer() were soft deprecated. Now developers must use
SessionProvider::init()

Bug: T275030
Change-Id: I958797881251572e4ec22e7dd9d13f74f7e216a3
2021-05-04 13:56:04 +03:00
..
BotPasswordSessionProviderTest.php Create an initialization method in the SessionProvider class 2021-05-04 13:56:04 +03:00
CookieSessionProviderTest.php Create an initialization method in the SessionProvider class 2021-05-04 13:56:04 +03:00
ImmutableSessionProviderWithCookieTest.php Create an initialization method in the SessionProvider class 2021-05-04 13:56:04 +03:00
PHPSessionHandlerTest.php phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
SessionBackendTest.php Create an initialization method in the SessionProvider class 2021-05-04 13:56:04 +03:00
SessionInfoTest.php Create an initialization method in the SessionProvider class 2021-05-04 13:56:04 +03:00
SessionManagerTest.php Create an initialization method in the SessionProvider class 2021-05-04 13:56:04 +03:00
SessionProviderTest.php Create an initialization method in the SessionProvider class 2021-05-04 13:56:04 +03:00
SessionTest.php Replace PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02:00
TestBagOStuff.php objectcache: make BagOStuff key encoding more consistent 2020-12-02 20:20:42 -08:00
TestUtils.php Tests: Mark more more closures as static 2021-02-09 02:55:57 +00:00
UserInfoTest.php Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00