wiki.techinc.nl/tests/phpunit/includes/api/query
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
..
ApiQueryAllRevisionsTest.php Remove usages of 'text' flag in revision-related getQueryInfo() calls 2019-04-16 15:23:14 -05:00
ApiQueryBasicTest.php Add public as visibility in tests folder 2019-10-10 21:55:37 +02:00
ApiQueryContinue2Test.php Add public as visibility in tests folder 2019-10-10 21:55:37 +02:00
ApiQueryContinueTest.php Add public as visibility in tests folder 2019-10-10 21:55:37 +02:00
ApiQueryContinueTestBase.php build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 2018-02-17 13:29:13 +01:00
ApiQueryRevisionsTest.php API: Update query modules for MCR 2018-07-27 23:33:45 +00:00
ApiQueryTest.php Merge "API: Fix fetching login token from action=query&meta=tokens on private wikis" 2020-03-13 09:59:52 +00:00
ApiQueryTestBase.php Fix tests/ PSR12.Properties.ConstantVisibility.NotFound 2020-05-16 04:30:21 +01:00
ApiQueryUserContribsTest.php Replace all call_user_func(_array) in all tests 2020-06-06 18:41:20 +02:00