aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/session/CookieSessionProviderTest.php
Commit message (Expand)AuthorAgeFilesLines
* Use MainConfigNames in testsFomafix2024-08-061-7/+7
* tests: Use namespaced classes (1)Umherirrender2024-06-141-1/+1
* tests: More use statements in session testsReedy2024-02-161-30/+35
* tests: Add Tests to PHP namespacingReedy2024-02-161-1/+6
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-1/+2
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-1/+1
* tests: Use MainConfigNames consts to refer config namesUmherirrender2023-06-191-10/+10
* Make use of MainConfigNames references in a few more placesthiemowmde2023-04-211-5/+5
* Just another 80 or so PHPStorm inspection fixes (#4)Tim Starling2023-03-251-1/+0
* Tests: treat wgHooks like a regular config variable.daniel2023-03-091-16/+7
* Reorg: Move WebResponse and FauxResponse to Request/Amir Sarabadani2023-03-011-1/+1
* Drop more unused hard deprecated hooksAmir Sarabadani2022-12-011-173/+0
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-281-25/+25
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-25/+25
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-25/+25
* Migrate use of global to use of config settingsDerick Alangi2022-08-121-5/+6
* Tests: Cleanup some unnecessary nested function callsReedy2022-06-061-4/+4
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-2/+1
* Remove or replace usages of "sanity"Reedy2021-11-211-1/+1
* Reapply "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatabl...Vlad.shapik2021-05-311-0/+3
* Create SessionProviderTestTrait to facilitate testing of an SessionProvidervladshapik2021-05-261-114/+49
* Revert "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatable...Ppchelko2021-05-051-7/+0
* Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatableNamevladshapik2021-05-041-0/+7
* Create an initialization method in the SessionProvider classvladshapik2021-05-041-45/+91
* Replace PHPUnit ->returnValue() with ->willReturn() shortcutThiemo Kreuz2021-04-221-4/+4
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-8/+8
* Add missing @param tags in testsUmherirrender2021-02-011-0/+3
* Support SameSite=None cookiesTim Starling2020-07-071-0/+5
* Merge "MediaWikiTestCase to MediaWikiIntegrationTestCase"jenkins-bot2020-07-011-2/+2
|\
| * MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-2/+2
* | Introduce $wgForceHTTPSTim Starling2020-06-301-17/+53
|/
* build: Bump mediawiki-codesniffer to 31.0.0Daimona Eaytoy2020-05-301-1/+1
* Hooks::run() call site migrationTim Starling2020-05-301-1/+25
* Actually deprecate the UserSetCookiesJames D. Forrester2020-05-111-0/+9
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* tests: Replace PHPUnit's loose assertEquals(null) with assertNull()Thiemo Kreuz2019-09-271-1/+1
* Add parentheses around nested inline IF statementsKevin Israel2018-07-301-1/+1
* Simplify PHP by using ?? and ?:Fomafix2018-07-101-1/+1
* Use ::class to resolve class names in testsUmherirrender2018-01-261-5/+5
* Switch to librarized version of TestingAccessWrapperGergő Tisza2017-04-201-10/+11
* phpunit: Avoid use of deprecated getMock for PHPUnit 5 compatTimo Tijhof2017-04-061-6/+13
* Extended login: Don't use a $wg config variable, add UserNameMatthew Flaschen2016-06-231-8/+24
* Whenever possible, reuse User objects in unit testsOri Livneh2016-05-261-4/+4
* Add SessionProvider::getRememberUserDuration(), fix some durationsGergő Tisza2016-05-141-5/+37
* Many more function case mismatchesReedy2016-03-191-1/+1
* Improve SessionManager unit test coverage, and fix two namespacing bugsBrad Jorsch2016-02-261-0/+21
* Convert all array() syntax to []Kunal Mehta2016-02-171-152/+152
* Remove "$that" from SessionManagerBrad Jorsch2016-02-101-10/+8
* Update session log messagesBryan Davis2016-02-061-1/+40
* Clean up after Ie161e0fBrad Jorsch2016-02-031-6/+3