wiki.techinc.nl/tests/phpunit/includes/auth
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
..
AbstractAuthenticationProviderTest.php
AbstractPasswordPrimaryAuthenticationProviderTest.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
AbstractPreAuthenticationProviderTest.php
AbstractPrimaryAuthenticationProviderTest.php
AbstractSecondaryAuthenticationProviderTest.php
AuthenticationRequestTest.php Replace all call_user_func(_array) in all tests 2020-06-06 18:41:20 +02:00
AuthenticationRequestTestCase.php Replace all call_user_func(_array) in all tests 2020-06-06 18:41:20 +02:00
AuthManagerTest.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
ButtonAuthenticationRequestTest.php tests: Simplify ButtonAuthenticationRequestTest 2020-04-30 17:12:05 +00:00
CheckBlocksSecondaryAuthenticationProviderTest.php Fix a plethora of class and function call case mismatches 2020-05-26 14:14:46 +01:00
ConfirmLinkAuthenticationRequestTest.php
ConfirmLinkSecondaryAuthenticationProviderTest.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
CreatedAccountAuthenticationRequestTest.php
CreateFromLoginAuthenticationRequestTest.php
CreationReasonAuthenticationRequestTest.php
EmailNotificationSecondaryAuthenticationProviderTest.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
LocalPasswordPrimaryAuthenticationProviderTest.php Replace all call_user_func(_array) in all tests 2020-06-06 18:41:20 +02:00
PasswordAuthenticationRequestTest.php
PasswordDomainAuthenticationRequestTest.php
RememberMeAuthenticationRequestTest.php Make use of PHPUnit's assertCount feature where possible 2020-03-02 15:58:41 +00:00
ResetPasswordSecondaryAuthenticationProviderTest.php Replace all call_user_func(_array) in all tests 2020-06-06 18:41:20 +02:00
TemporaryPasswordAuthenticationRequestTest.php
TemporaryPasswordPrimaryAuthenticationProviderTest.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
ThrottlePreAuthenticationProviderTest.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
ThrottlerTest.php
UserDataAuthenticationRequestTest.php
UsernameAuthenticationRequestTest.php