aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/session/PHPSessionHandlerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Revert "tests: Skip failing tests on php8.3 (and make pass)"Jforrester2025-03-081-3/+0
* session: Do not set session.use_trans_sidGergő Tisza2025-01-061-2/+0
* 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-7/+10
|/
* tests: Add Tests to PHP namespacingReedy2024-02-161-2/+4
* tests: Skip failing tests on php8.3 (and make pass)Umherirrender2023-12-131-0/+3
* tests: Use TestingAccessWrapper::newFromClass in session testsUmherirrender2023-12-061-21/+23
* Tests: treat wgHooks like a regular config variable.daniel2023-03-091-7/+6
* tests: Don't check if session_reset() exists in PHPSessionHandlerTestKevin Israel2022-10-241-5/+3
* Merge "Remove confusing ->onlyMethods( [] ) with empty array from tests"jenkins-bot2022-08-141-12/+3
|\
| * Remove confusing ->onlyMethods( [] ) with empty array from testsThiemo Kreuz2022-08-081-12/+3
* | Migrate use of global to use of config settingsDerick Alangi2022-08-121-3/+4
|/
* tests: Change use of AtEase to at operatorTimo Tijhof2022-02-241-4/+1
* tests: Replace some usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-241-2/+3
* Remove or replace usages of "sanity"Reedy2021-11-211-2/+2
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-3/+3
* Tests: Mark more more closures as staticUmherirrender2021-02-091-3/+3
* Log when SessionManager is emitting cookiesGergő Tisza2020-10-071-2/+6
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-2/+2
* Replace all call_user_func(_array) in all testsThiemo Kreuz2020-06-061-2/+2
* Replace deprecated PHPUnit method in testAmmar Abdulhamid2020-04-021-1/+1
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Merge "session: Add debug message for the used store class"jenkins-bot2019-10-171-1/+5
|\
| * session: Add debug message for the used store classTimo Tijhof2019-10-171-1/+5
* | phpcs: Enable MediaWiki.Commenting.PhpunitAnnotations.ForbiddenExpectedExcept...James D. Forrester2019-10-141-4/+6
|/
* Output only to stderr in unit testsAryeh Gregor2018-10-081-9/+0
* Suppress "Headers already sent" in PHP 7.2 tooAryeh Gregor2018-10-081-1/+1
* Add parentheses around nested inline IF statementsKevin Israel2018-07-301-1/+1
* Update suppressWarning()/restoreWarning() callsReedy2018-02-101-2/+2
* Use ::class to resolve class names in testsUmherirrender2018-01-261-1/+1
* Switch to librarized version of TestingAccessWrapperGergő Tisza2017-04-201-6/+7
* Use namespaced ScopedCallbackKunal Mehta2016-10-171-5/+5
* Remove a test case from PHPSessionHandlerTest::testSessionHandling()Ori Livneh2016-06-011-8/+0
* Use ::class in place of string constantsBrad Jorsch2016-03-281-7/+7
* SessionManager: Use existing backend for the ID if one is loadedBrad Jorsch2016-03-221-3/+6
* Convert all array() syntax to []Kunal Mehta2016-02-171-57/+57
* Update session log messagesBryan Davis2016-02-061-1/+2
* Clean up after Ie161e0fBrad Jorsch2016-02-031-2/+10
* Revert "Remove SessionManager, temporarily"Brad Jorsch2016-02-031-0/+365
* Remove SessionManager, temporarilyBrad Jorsch2016-02-011-365/+0
* SessionManager: Don't save non-persisted sessions to backend storageBrad Jorsch2016-01-301-8/+0
* Avoid false "added in both Session and $_SESSION" when value is nullBrad Jorsch2016-01-261-0/+2
* SessionManager: Change behavior of getSessionById()Brad Jorsch2016-01-201-0/+18
* Add SessionManagerBrad Jorsch2016-01-121-0/+353