wiki.techinc.nl/tests/phpunit/includes/parser
DannyS712 29ec3ec7e3 Remove $wgUser fallback in ParserOptions
ParserOptions::__construct() and ::newCanonical()
no longer accept null and fallback to the global
$wgUser - instead, ::__construct() has a typehint
for a UserIdentity, and ::newCanonical() will throw
an exception.

Bug: T284977
Change-Id: I35865e160190582ab10abaa696c6fc6686cc8989
2021-06-24 02:55:20 +00:00
..
CacheTimeTest.php tests: Fix method signature mismatches 2020-11-26 19:02:57 +01:00
CoreParserFunctionsTest.php CoreParserFunctionsTest: fix duplication 2021-03-22 01:48:03 +00:00
LinkHolderArrayIntegrationTest.php Strict return types for PageIdentity 2021-01-18 17:33:14 +01:00
MagicVariableTest.php Add missing @param and @return to documentation in tests 2021-01-22 19:57:25 +01:00
ParserCacheSerializationTestCases.php Fix spacing after yield and use statements 2021-03-26 23:55:58 +01:00
ParserCacheTest.php ParserCache: only use in-process caching for metadata 2021-04-06 17:53:38 -06:00
ParserMethodsTest.php Tests: use UserIdentityValue instead of mock User objects 2021-05-03 15:41:48 +00:00
ParserOptionsTest.php Remove $wgUser fallback in ParserOptions 2021-06-24 02:55:20 +00:00
ParserOutputTest.php Tests: Mark more more closures as static 2021-02-09 02:55:57 +00:00
ParserPreloadTest.php ParserPreloadTest: Remove unneeded unset calls 2020-12-28 22:10:53 +00:00
ParserTest.php ParserTest: remove unused $mockConfig 2021-05-29 01:24:52 +00:00
PreprocessorTest.php tests: Avoid problematic language in comments and internal code 2021-03-28 21:21:28 -07:00
RevisionOutputCacheTest.php Convert ParserCache to PageRecord 2021-04-02 21:14:54 -06:00
SanitizerTest.php Remove documentation that literally repeats the code 2020-10-27 19:20:26 +00:00
StripStateTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
TagHooksTest.php Parser: initialize preprocessor in constructor 2021-03-16 22:37:40 +00:00
validateParserCacheSerializationTestData.php Tests: Mark more closures as static 2021-02-07 13:26:56 +01:00