wiki.techinc.nl/tests/phpunit/includes/session
Thiemo Kreuz 6aa6d10e86 Replace all call_user_func(_array) in all tests
There is native support for all of this now in PHP, thanks to changes
and additions that have been made in later versions. There should be no
need any more to ever use call_user_func() or call_user_func_array().

Reviewing this should be fairly easy: Because this patch touches
exclusivly tests, but no production code, there is no such thing as
"insufficent test coverage". As long as CI goes green, this should be
fine.

Change-Id: Ib9690103687734bb5a85d3dab0e5642a07087bbc
2020-06-06 18:41:20 +02:00
..
BotPasswordSessionProviderTest.php Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse 2020-01-10 09:32:25 -08:00
CookieSessionProviderTest.php build: Bump mediawiki-codesniffer to 31.0.0 2020-05-30 14:56:28 +00:00
ImmutableSessionProviderWithCookieTest.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
PHPSessionHandlerTest.php Replace all call_user_func(_array) in all tests 2020-06-06 18:41:20 +02:00
SessionBackendTest.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
SessionInfoTest.php
SessionManagerTest.php session: Add debug message for the used store class 2019-10-17 03:52:36 +00:00
SessionProviderTest.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
SessionTest.php Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse 2020-01-10 09:32:25 -08:00
TestBagOStuff.php
TestUtils.php Update tests to use PHPUnit 6 class names 2019-10-06 01:01:28 -07:00
UserInfoTest.php