aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/session/SessionManagerTest.php
Commit message (Expand)AuthorAgeFilesLines
* SessionManager: Remove redundant verbose type checksBartosz Dziewoński2025-01-211-5/+6
* Use real type hints for services etc. in includes/auth/, session/, user/Bartosz Dziewoński2024-11-021-8/+3
* Use MainConfigNames in testsFomafix2024-08-061-9/+9
* objectcache: Introduce `ObjectCacheFactory` MW serviceDerick Alangi2024-03-191-0/+1
* session: Improve text and documentation of SessionManager warningsGergő Tisza2024-02-261-2/+2
* Merge "tests: Fix @covers and @coversDefaultClass to have leading \"jenkins-bot2024-02-161-1/+1
|\
| * tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* | tests: More use statements in session testsReedy2024-02-161-41/+52
|/
* tests: Add Tests to PHP namespacingReedy2024-02-161-1/+10
* Clean up testsMatěj Suchánek2024-02-121-3/+3
* Namespace includes/contextJames D. Forrester2024-02-081-1/+2
* tests: Use TestingAccessWrapper::newFromClass in session testsUmherirrender2023-12-061-3/+2
* tests: Avoid dynamic properties in SessionManagerTestUmherirrender2023-11-271-47/+47
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-2/+3
* Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-191-1/+1
* Do not use UTSysop directly in testsDaimona Eaytoy2023-08-161-16/+16
* Reorg: Move ProxyLookup to Request/Amir Sarabadani2023-08-061-1/+1
* HookContainer: deprecate old hook handler formatsdaniel2023-06-211-2/+2
* tests: Use MainConfigNames consts to refer config namesUmherirrender2023-06-191-4/+4
* Just another 80 or so PHPStorm inspection fixes (#4)Tim Starling2023-03-251-1/+0
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-1/+1
* Tests: treat wgHooks like a regular config variable.daniel2023-03-091-3/+3
* tests: Replace deprecated User::idFromNameUmherirrender2022-12-231-2/+4
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-281-8/+8
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-8/+8
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-8/+8
* Migrate use of global to use of config settingsDerick Alangi2022-08-121-1/+2
* PHPUnit: introduce setMainCachedaniel2022-07-071-4/+5
* Tests: Cleanup some unnecessary nested function callsReedy2022-06-061-18/+18
* Get the MainConfig from MediaWikiServices instead of RequestContextUmherirrender2022-05-241-1/+1
* Remove or replace usages of "sanity"Reedy2021-11-211-13/+13
* Create SessionProviderTestTrait to facilitate testing of an SessionProvidervladshapik2021-05-261-24/+4
* Create an initialization method in the SessionProvider classvladshapik2021-05-041-4/+25
* Merge "Remove unnecessary ->equalTo() from tests"jenkins-bot2021-04-231-3/+3
|\
| * Remove unnecessary ->equalTo() from testsThiemo Kreuz2021-04-231-3/+3
* | Remove meaningless ->expects( $this->any() ) from all testsThiemo Kreuz2021-04-231-3/+3
* | Replace PHPUnit ->returnValue() with ->willReturn() shortcutThiemo Kreuz2021-04-221-67/+67
|/
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-10/+10
* Tests: Mark more more closures as staticUmherirrender2021-02-091-15/+15
* Tests: Start marking some closures as staticReedy2021-02-061-1/+1
* Log IP/device changes within the same sessionGergő Tisza2020-10-081-0/+127
* Log when SessionManager is emitting cookiesGergő Tisza2020-10-071-0/+3
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-2/+2
* session: Add debug message for the used store classTimo Tijhof2019-10-171-1/+3
* Add a dedicated Exception for SessionOverflowDaimona Eaytoy2019-09-101-4/+4
* Follow up to 'Remove support for the deprecated Key header'C. Scott Ananian2019-06-201-4/+4
* Add session_write_close() calls to SessionManager testsBrad Jorsch2018-10-161-0/+1
* Remove unused method parameters from TestBagOStuffThiemo Mättig2018-01-301-1/+8
* Use ::class to resolve class names in testsUmherirrender2018-01-261-12/+12
* Switch to librarized version of TestingAccessWrapperGergő Tisza2017-04-201-15/+16