wiki.techinc.nl/tests/phpunit/includes/session
Tim Starling be3018b268 Just another 80 or so PHPStorm inspection fixes (#4)
* Unnecessary regex modifier. I agree with this inspection which flags
  /s modifiers on regexes that don't use a dot.
* Property declared dynamically.
* Unused local variable. But it's acceptable for an unused local
  variable to take the return value of a method under test, when it is
  being tested for its side-effects. And it's acceptable for an unused
  local variable to document unused list expansion elements, or the
  nature of array keys in a foreach.

Change-Id: I067b5b45dd1138c00e7269b66d3d1385f202fe7f
2023-03-25 00:39:06 +00:00
..
BotPasswordSessionProviderTest.php Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
CookieSessionProviderTest.php Just another 80 or so PHPStorm inspection fixes (#4) 2023-03-25 00:39:06 +00:00
CsrfTokenSetTest.php Revert "Reorg: Move some of request related classes to MediaWiki/Request" 2022-10-27 13:14:16 +00:00
ImmutableSessionProviderWithCookieTest.php Reorg: Move WebResponse and FauxResponse to Request/ 2023-03-01 18:18:11 +01:00
PHPSessionHandlerTest.php Tests: treat wgHooks like a regular config variable. 2023-03-09 12:25:46 +11:00
SessionBackendTest.php Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
SessionInfoTest.php Create SessionProviderTestTrait to facilitate testing of an SessionProvider 2021-05-26 20:45:05 +03:00
SessionManagerTest.php Just another 80 or so PHPStorm inspection fixes (#4) 2023-03-25 00:39:06 +00:00
SessionProviderTest.php Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
SessionTest.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
TestBagOStuff.php Get the MainConfig from MediaWikiServices instead of RequestContext 2022-05-24 21:54:21 +00:00
TestUtils.php Fix even more PHPStorm inspections (#3) 2023-03-25 00:30:15 +00:00
UserInfoTest.php Remove or replace usages of "sanity" 2021-11-21 19:35:49 +00:00