aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/context/RequestContextTest.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Consolidate legacy Context tests into integration suiteJames D. Forrester2023-01-171-199/+0
* Setup: Promote clearActionName log message to runtime warning (2)Krinkle2022-11-081-1/+2
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-281-0/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-1/+0
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-0/+1
* tests: Replace deprecated WikiPage::factoryUmherirrender2022-09-021-1/+1
* Revert "Setup: Promote clearActionName log message to runtime warning"Awight2022-07-121-2/+1
* Setup: Promote clearActionName log message to runtime warningTimo Tijhof2022-07-121-1/+2
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2022-07-061-3/+3
* context: Add a cached RequestContext::getActionName methodTimo Tijhof2022-03-251-0/+55
* Revert "Replace deprecated methods IContextSource::getWikiPage && IContextSou...Legoktm2021-12-141-5/+2
* Replace deprecated methods IContextSource::getWikiPage && IContextSource::can...Roman Stolar2021-11-161-2/+5
* Remove $actor field from UsererIdentityValuedaniel2021-04-131-1/+1
* Rename Authority::getPerformer() to ::getUser()Petr Pchelko2021-03-041-2/+2
* Rename Authority::getActor to Authority::getPerformerPetr Pchelko2021-02-221-2/+2
* Add Authority to ContextPetr Pchelko2021-01-201-0/+26
* Swap out uses of User->isLoggedIn() with ->isRegistered()James D. Forrester2020-12-221-1/+1
* RequestContextTest: No need to set $wgUserDannyS7122020-09-131-1/+0
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Coding style: Auto-fix MediaWiki.Usage.PHPUnit*James D. Forrester2020-01-101-1/+1
* tests: Prefer assertSame() when comparing the integer 0Thiemo Kreuz2019-09-191-1/+1
* Fix numerous class/function casingReedy2016-03-181-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-6/+6
* Revert "Remove SessionManager, temporarily"Brad Jorsch2016-02-031-1/+22
* Remove SessionManager, temporarilyBrad Jorsch2016-02-011-22/+1
* RequestContext::exportSession() should only export persisted session IDsBrad Jorsch2016-01-271-0/+4
* Add SessionManagerBrad Jorsch2016-01-121-1/+18
* Move Test files under same folder structure where class is (/includes/)umherirrender2014-12-161-0/+96