aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/session/SessionTest.php
Commit message (Expand)AuthorAgeFilesLines
* tests: More use statements in session testsReedy2024-02-161-1/+2
* tests: Add Tests to PHP namespacingReedy2024-02-161-1/+1
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-1/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* session: Fix broken SessionTest case due to PHPUnit dependency changeTimo Tijhof2022-09-141-1/+7
* 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
* Move CRSF token generation to CsrfTokenSetPetr Pchelko2021-06-181-1/+1
* Replace PHPUnit ->returnValue() with ->willReturn() shortcutThiemo Kreuz2021-04-221-3/+3
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-3/+3
* Tests: Mark more more closures as staticUmherirrender2021-02-091-2/+2
* Remove broken/outdated @param/@throws tags from @dataProvidersThiemo Kreuz2021-01-211-1/+0
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-2/+2
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Split HttpTest and SessionTest to unit and integrationAmir Sarabadani2019-07-131-268/+25
* Revert "Separate MediaWiki unit and integration tests"Legoktm2019-06-131-0/+373
* Separate MediaWiki unit and integration testsMáté Szabó2019-06-131-373/+0
* Clean up CSPRNG support for PHP7Max Semenik2018-06-101-1/+1
* Update suppressWarning()/restoreWarning() callsReedy2018-02-101-2/+2
* Switch to librarized version of TestingAccessWrapperGergő Tisza2017-04-201-12/+13
* phpunit: Avoid use of deprecated getMock for PHPUnit 5 compatTimo Tijhof2017-04-061-11/+12
* Remove empty lines at end of functionsumherirrender2016-11-051-1/+0
* SessionManager: Add provision for encrypting session dataBrad Jorsch2016-04-291-14/+70
* Use ::class in place of string constantsBrad Jorsch2016-03-281-5/+5
* Unpersist the session on logoutBrad Jorsch2016-02-291-0/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-48/+48
* Session: Implement ArrayAccessBrad Jorsch2016-02-161-1/+67
* Revert "Remove SessionManager, temporarily"Brad Jorsch2016-02-031-0/+249
* Remove SessionManager, temporarilyBrad Jorsch2016-02-011-249/+0
* Move CSRF token handling into MediaWiki\Session\SessionBrad Jorsch2016-01-271-0/+47
* Move grant and IP restriction logic from OAuth to coreBrad Jorsch2016-01-121-0/+1
* Add SessionManagerBrad Jorsch2016-01-121-0/+201