wiki.techinc.nl/tests/phpunit/includes/specials
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
..
pagers Merge "Remove $wgEnablePartialBlocks config and always enable partial blocks" 2020-03-05 21:41:08 +00:00
ContribsPagerTest.php Hard deprecate ContribsPager::tryToCreateValidRevision 2020-05-01 18:30:56 +00:00
ImageListPagerTest.php phpcs: Enable MediaWiki.Commenting.PhpunitAnnotations.ForbiddenExpectedException* and make pass 2019-10-14 12:48:48 -07:00
QueryAllSpecialPagesTest.php Tests should not have a constructor, but use setUp() 2019-11-25 14:55:03 +01:00
SpecialBlankPageTest.php Stop using assertContains with string haystack 2019-12-15 00:22:44 +00:00
SpecialBlockTest.php SpecialBlock: Inject PermissionManager rather than creating it through MediaWikiServices 2020-05-09 01:05:34 +02:00
SpecialBooksourcesTest.php Stop using assertContains with string haystack 2019-12-15 00:22:44 +00:00
SpecialChangeContentModelTest.php Introduce ContentHandlerFactory 2020-02-07 00:53:51 +03:00
SpecialEditWatchlistTest.php EditWatchlist: Use dependency injection for WatchedItemStore 2020-01-29 18:38:29 +00:00
SpecialGoToInterwikiTest.php Fix most PHPUnit 8 compat issues in DBless tests 2019-12-15 00:24:21 +00:00
SpecialLogTest.php Stop using assertContains with string haystack 2019-12-15 00:22:44 +00:00
SpecialMIMESearchTest.php tests: Add explicit return type void to setUp() and tearDown() 2019-10-30 14:31:22 -07:00
SpecialMuteTest.php Coding style: Auto-fix MediaWiki.Usage.PHPUnit* 2020-01-10 10:17:12 +00:00
SpecialMyLanguageTest.php SpecialMyLanguage: Get content language from service 2018-08-03 20:07:36 +02:00
SpecialPageDataTest.php Stop using assertContains with string haystack 2019-12-15 00:22:44 +00:00
SpecialPageExecutor.php Revert "Revert "Default to qqx in SpecialPageExecutor"" 2020-03-18 18:25:28 +00:00
SpecialPageTestBase.php tests: Add explicit return type void to setUp() and tearDown() 2019-10-30 14:31:22 -07:00
SpecialPasswordResetTest.php Block Special pages only if the user is sitewide blocked 2019-03-04 16:14:11 +00:00
SpecialPreferencesTest.php Deprecate and replace usages of User:isAllowed{All,Any} 2019-08-21 18:36:16 -07:00
SpecialRecentchangesTest.php Remove temporary rcfilters variables 2018-09-27 13:39:05 -04:00
SpecialRedirectTest.php Fix tests/ PSR12.Properties.ConstantVisibility.NotFound 2020-05-16 04:30:21 +01:00
SpecialSearchTest.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
SpecialShortPagesTest.php Make most special pages class names match filename 2019-09-10 02:47:08 +01:00
SpecialUnblockTest.php Introduce SpecialUnblockTest with some basic tests 2020-04-28 14:11:07 +01:00
SpecialUncategorizedCategoriesTest.php Do not insert page titles into querycache.qc_value 2019-10-31 20:27:09 +01:00
SpecialUploadTest.php Replace all call_user_func(_array) in all tests 2020-06-06 18:41:20 +02:00
SpecialWatchlistTest.php Filter out expired items from Special:Watchlist page 2020-04-27 18:27:51 -07:00