wiki.techinc.nl/tests/phpunit/includes/parser
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
..
CoreParserFunctionsTest.php Replace some oldskool @see with @inheritDoc 2019-11-08 18:00:27 +00:00
MagicVariableTest.php Merge "Refactor magic word implementations out of Parser.php" 2020-04-22 08:34:54 +00:00
ParserMethodsTest.php Replace core uses and hard deprecate Parser(Options) Revision methods 2020-06-03 05:55:35 +00:00
ParserOptionsTest.php ParserOptionsTest: Rename non-global variable $wgLang 2020-05-24 23:10:55 +00:00
ParserOutputTest.php Allow storing additional CSP sources in ParserOutput 2020-03-12 17:39:51 -07:00
ParserPreloadTest.php Deprecate old-style accessor/mutation methods of Parser 2020-04-16 16:37:02 -04:00
ParserTest.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
PreprocessorTest.php Remove Preprocessor_DOM, deprecated in 1.34 2020-01-25 11:22:45 -05:00
SanitizerTest.php Replace all call_user_func(_array) in all tests 2020-06-06 18:41:20 +02:00
StripStateTest.php tests: Add explicit return type void to setUp() and tearDown() 2019-10-30 14:31:22 -07:00
TagHooksTest.php Hard deprecate Parser::setFunctionTagHook() 2020-01-28 16:20:40 -08:00