wiki.techinc.nl/tests/phpunit/includes/session
Umherirrender 1086958611 Replace array_keys in foreach to use $_ as value instead
When the value of the associated array is not used, there is no need to
use array_keys and create internal a copy of the array, just omit the
value with $_ to tell static analyzer that the var is unused.

Change-Id: I5c6d667e98c0167c0573c683f0d617bc1d4ca619
2023-07-10 02:53:52 +00:00
..
BotPasswordSessionProviderTest.php Replace array_keys in foreach to use $_ as value instead 2023-07-10 02:53:52 +00:00
CookieSessionProviderTest.php tests: Use MainConfigNames consts to refer config names 2023-06-19 20:21:08 +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 tests: Use MainConfigNames consts to refer config names 2023-06-19 20:21:08 +00: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 HookContainer: deprecate old hook handler formats 2023-06-21 11:40:10 +00:00
SessionProviderTest.php tests: Use MainConfigNames consts to refer config names 2023-06-19 20:21:08 +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