Page MenuHomePhabricator

Fix PHPUnit 10 deprecation notice "Providing invalid named argument $... for method ... is deprecated and will not be supported in PHPUnit 11.0." in wmf deployed code
Closed, ResolvedPublic

Description

PHPUnit 10 shows a deprecation notice for invalid named arguments on data provider return values, where the string key does not match the argument name on the test function.
This is similiar to the named argument feature on php8

There are around 950 test cases listed for all wmf-deployed extensions.
This can be fixed by changing the string key or the argument name on the test function, which can fix multiple test cases at once.

Technically this does not block the upgrade as phpunit deprecations can be ignored from phpunit.xml, but only for all extensions and all deprecation notices.
(failOnPhpunitDeprecation="true" and displayDetailsOnPhpunitDeprecations="true")

Unique deprecation notices:

Providing invalid named argument $$code for method Wikibase\Repo\Tests\Api\ApiErrorReporterTest::testDieError() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $$code for method Wikibase\Repo\Tests\Api\ApiErrorReporterTest::testDieException() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $$code for method Wikibase\Repo\Tests\Api\ApiErrorReporterTest::testDieStatus() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $$code for method Wikibase\Repo\Tests\Api\ApiErrorReporterTest::testDieWithError() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $$description for method Wikibase\Repo\Tests\Api\ApiErrorReporterTest::testDieError() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $$exception for method Wikibase\Repo\Tests\Api\ApiErrorReporterTest::testDieException() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $$expectedData for method Wikibase\Repo\Tests\Api\ApiErrorReporterTest::testDieError() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $$expectedData for method Wikibase\Repo\Tests\Api\ApiErrorReporterTest::testDieException() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $$expectedData for method Wikibase\Repo\Tests\Api\ApiErrorReporterTest::testDieStatus() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $$expectedData for method Wikibase\Repo\Tests\Api\ApiErrorReporterTest::testReportStatusWarnings() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $$expectedDataFields for method Wikibase\Repo\Tests\Api\ApiErrorReporterTest::testDieWithError() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $$extradata for method Wikibase\Repo\Tests\Api\ApiErrorReporterTest::testDieError() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $$extradata for method Wikibase\Repo\Tests\Api\ApiErrorReporterTest::testDieException() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $$extradata for method Wikibase\Repo\Tests\Api\ApiErrorReporterTest::testDieWithError() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $$httpRespCode for method Wikibase\Repo\Tests\Api\ApiErrorReporterTest::testDieWithError() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $$httpStatusCode for method Wikibase\Repo\Tests\Api\ApiErrorReporterTest::testDieError() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $$httpStatusCode for method Wikibase\Repo\Tests\Api\ApiErrorReporterTest::testDieException() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $$infoPattern for method Wikibase\Repo\Tests\Api\ApiErrorReporterTest::testDieError() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $$infoPattern for method Wikibase\Repo\Tests\Api\ApiErrorReporterTest::testDieException() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $$infoPattern for method Wikibase\Repo\Tests\Api\ApiErrorReporterTest::testDieStatus() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $$infoPattern for method Wikibase\Repo\Tests\Api\ApiErrorReporterTest::testDieWithError() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $$msg for method Wikibase\Repo\Tests\Api\ApiErrorReporterTest::testDieWithError() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $$status for method Wikibase\Repo\Tests\Api\ApiErrorReporterTest::testDieStatus() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $$status for method Wikibase\Repo\Tests\Api\ApiErrorReporterTest::testReportStatusWarnings() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $actual descriptions by page ID for method Wikibase\Client\Tests\Unit\Api\DescriptionTest::testExecute() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $actual sources by page ID for method Wikibase\Client\Tests\Unit\Api\DescriptionTest::testExecute() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $allow local descriptions for method Wikibase\Client\Tests\Unit\Api\DescriptionTest::testExecute() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $API params for method Wikibase\Client\Tests\Unit\Api\DescriptionTest::testExecute() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $arguments for Event::create for method MediaWiki\Extension\Translate\MessageGroupProcessing\MessageGroupSubscriptionTest::testSendNotifications() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $baseRevid for method Wikibase\Lib\Tests\MockRepositoryTest::testSaveEntity() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $beta for method TwoColConflict\Tests\TwoColConflictContextTest::testHasUserEnabledFeature() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $central descriptions for method Wikibase\Client\Tests\Unit\Store\DescriptionLookupTest::testGetDescriptions() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $changes to process for method MediaWiki\Extension\Translate\MessageGroupProcessing\MessageGroupSubscriptionTest::testSendNotifications() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $changes tro process for method MediaWiki\Extension\Translate\MessageGroupProcessing\MessageGroupSubscriptionTest::testSendNotifications() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $currentRevisionContent for method Wikibase\Repo\Tests\Notifications\WikiPageActionEntityChangeFactoryTest::testNewForPageModified_determinesChangeAction() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $e for method Wikibase\Repo\Tests\Api\BotEditTest::testBotEdits() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $e for method Wikibase\Repo\Tests\Api\EditEntityTest::testEditEntity() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $e for method Wikibase\Repo\Tests\Api\EditEntityTest::testEditEntityExceptions() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $e for method Wikibase\Repo\Tests\Api\GetEntitiesTest::testGetEntities() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $e for method Wikibase\Repo\Tests\Api\GetEntitiesTest::testGetEntitiesExceptions() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $e for method Wikibase\Repo\Tests\Api\LinkTitlesTest::testLinkTitles() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $e for method Wikibase\Repo\Tests\Api\LinkTitlesTest::testLinkTitlesExceptions() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $e for method Wikibase\Repo\Tests\Api\MergeItemsTest::testMergeItemsParamsExceptions() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $e for method Wikibase\Repo\Tests\Api\SetAliasesTest::testSetAliases() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $e for method Wikibase\Repo\Tests\Api\SetAliasesTest::testSetAliasesExceptions() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $e for method Wikibase\Repo\Tests\Api\SetDescriptionTest::testSetDescription() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $e for method Wikibase\Repo\Tests\Api\SetDescriptionTest::testSetDescriptionExceptions() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $e for method Wikibase\Repo\Tests\Api\SetLabelTest::testSetLabel() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $e for method Wikibase\Repo\Tests\Api\SetLabelTest::testSetLabelExceptions() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $e for method Wikibase\Repo\Tests\Api\SetSiteLinkTest::testSetSiteLink() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $e for method Wikibase\Repo\Tests\Api\SetSiteLinkTest::testSetSiteLinkExceptions() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $e for method Wikibase\Repo\Tests\Specials\SpecialMergeItemsTest::testMergeItemsParamsExceptions() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $e for method Wikibase\Repo\Tests\Specials\SpecialRedirectEntityTest::testEntityRedirectParamsExceptions() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $editing for method TwoColConflict\Tests\TwoColConflictContextTest::testHasUserEnabledFeature() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $entity for method Wikibase\Lib\Tests\MockRepositoryTest::testSaveEntity() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $expected continuation value for method Wikibase\Client\Tests\Unit\Api\DescriptionTest::testExecute() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $expected descriptions for method Wikibase\Client\Tests\Unit\Store\DescriptionLookupTest::testGetDescriptions() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $expected for method TwoColConflict\Tests\ResolutionSuggesterTest::testSuggestion() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $expected for method TwoColConflict\Tests\TwoColConflictContextTest::testHasUserEnabledFeature() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $expected page IDs for method Wikibase\Client\Tests\Unit\Api\DescriptionTest::testExecute() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $expected result for method GrowthExperiments\Tests\Unit\LocalSearchTaskSuggesterTest::testSearch() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $expected results for method Wikibase\Client\Tests\Unit\Api\DescriptionTest::testExecute() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $expected sources for method Wikibase\Client\Tests\Unit\Api\DescriptionTest::testExecute() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $expected sources for method Wikibase\Client\Tests\Unit\Store\DescriptionLookupTest::testGetDescriptions() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $expectedEntityAction for method Wikibase\Repo\Tests\Notifications\WikiPageActionEntityChangeFactoryTest::testNewForPageModified_determinesChangeAction() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $expectedEntryCount for method MediaWiki\Extension\Translate\Cache\PersistentDatabaseCacheTest::testGetByTag() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $expectedException for method FileImporter\Tests\SpecialImportFileIntegrationTest::testSpecialPageExecutionWithVariousInputs() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $expectedOutline for method MediaWiki\Extension\Collection\BookRendererTest::testRenderBook() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $expectedPageProps for method Wikibase\Client\Tests\Integration\Store\Sql\UnexpectedUnconnectedPagePrimerTest::testInsertPageProp() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $expectedSections for method MediaWiki\Extension\Collection\BookRendererTest::testRenderBook() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $expectedTag for method MediaWiki\Extension\Translate\Cache\PersistentDatabaseCacheTest::testGetByTag() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $expectedTag for method MediaWiki\Extension\Translate\Cache\PersistentDatabaseCacheTest::testHasEntryWithTag() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $fit limit for method Wikibase\Client\Tests\Unit\Api\DescriptionTest::testExecute() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $force local descriptions for method Wikibase\Client\Tests\Unit\Api\DescriptionTest::testExecute() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $groups for method Kartographer\UnitTests\LegacyTagHandlerTest::testFinalParseStep() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $hasEntryWithTag for method MediaWiki\Extension\Translate\Cache\PersistentDatabaseCacheTest::testHasEntryWithTag() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $hash for method Tests\Wikibase\DataModel\Deserializers\ReferenceDeserializerTest::testInvalidSerialization() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $htmlAssertions for method FileImporter\Tests\SpecialImportFileIntegrationTest::testSpecialPageExecutionWithVariousInputs() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $httpResponses for method FileImporter\Tests\SpecialImportFileIntegrationTest::testSpecialPageExecutionWithVariousInputs() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $input for getSubscriber method for method MediaWiki\Extension\Translate\MessageGroupProcessing\MessageGroupSubscriptionTest::testSendNotifications() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $input for method MediaWiki\Extension\Translate\Cache\PersistentDatabaseCacheTest::testGetByTag() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $local descriptions for method Wikibase\Client\Tests\Unit\Store\DescriptionLookupTest::testGetDescriptions() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $logAction for method MediaWiki\IPInfo\Test\Unit\Logging\LoggerTest::testLogViewDebounced() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $modifiedOptions for method MediaWiki\IPInfo\Test\Unit\HookHandler\PreferencesHandlerTest::testOnLocalUserOptionsStoreSaveAccessChange() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $new for method MediaWiki\Extension\Notifications\Test\DiscussionParserTest::testGenerateEventsForRevision() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $new for method MediaWiki\Extension\Notifications\Test\DiscussionParserTest::testGenerateEventsForRevision_mentionStatus() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $old for method MediaWiki\Extension\Notifications\Test\DiscussionParserTest::testGenerateEventsForRevision() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $old for method MediaWiki\Extension\Notifications\Test\DiscussionParserTest::testGenerateEventsForRevision_mentionStatus() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $originalOptions for method MediaWiki\IPInfo\Test\Unit\HookHandler\PreferencesHandlerTest::testOnLocalUserOptionsStoreSaveAccessChange() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $p for method Wikibase\Repo\Tests\Api\BotEditTest::testBotEdits() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $p for method Wikibase\Repo\Tests\Api\EditEntityTest::testEditEntity() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $p for method Wikibase\Repo\Tests\Api\EditEntityTest::testEditEntityExceptions() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $p for method Wikibase\Repo\Tests\Api\GetEntitiesTest::testGetEntities() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $p for method Wikibase\Repo\Tests\Api\GetEntitiesTest::testGetEntitiesExceptions() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $p for method Wikibase\Repo\Tests\Api\LinkTitlesTest::testLinkTitles() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $p for method Wikibase\Repo\Tests\Api\LinkTitlesTest::testLinkTitlesExceptions() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $p for method Wikibase\Repo\Tests\Api\MergeItemsTest::testMergeItemsParamsExceptions() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $p for method Wikibase\Repo\Tests\Api\SetAliasesTest::testSetAliases() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $p for method Wikibase\Repo\Tests\Api\SetAliasesTest::testSetAliasesExceptions() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $p for method Wikibase\Repo\Tests\Api\SetDescriptionTest::testSetDescription() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $p for method Wikibase\Repo\Tests\Api\SetDescriptionTest::testSetDescriptionExceptions() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $p for method Wikibase\Repo\Tests\Api\SetLabelTest::testSetLabel() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $p for method Wikibase\Repo\Tests\Api\SetLabelTest::testSetLabelExceptions() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $p for method Wikibase\Repo\Tests\Api\SetSiteLinkTest::testSetSiteLink() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $p for method Wikibase\Repo\Tests\Api\SetSiteLinkTest::testSetSiteLinkExceptions() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $p for method Wikibase\Repo\Tests\Specials\SpecialMergeItemsTest::testMergeItemsParamsExceptions() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $p for method Wikibase\Repo\Tests\Specials\SpecialRedirectEntityTest::testEntityRedirectParamsExceptions() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $pageids for method GrowthExperiments\Tests\Unit\RemoteSearchTaskSuggesterTest::testFilter() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $params for method TwoColConflict\Tests\ConflictFormValidatorTest::testValidateRequest() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $parentRevisionContent for method Wikibase\Repo\Tests\Notifications\WikiPageActionEntityChangeFactoryTest::testNewForPageModified_determinesChangeAction() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $priorPageProps for method Wikibase\Client\Tests\Integration\Store\Sql\UnexpectedUnconnectedPagePrimerTest::testInsertPageProp() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $requested page IDs for method Wikibase\Client\Tests\Unit\Api\DescriptionTest::testExecute() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $result for method TwoColConflict\Tests\AnnotatedHtmlDiffFormatterTest::testFormat() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $search results for method GrowthExperiments\Tests\Unit\LocalSearchTaskSuggesterTest::testSearch() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $search string for method Wikibase\Search\Elastic\Tests\Query\HasDataForLangFeatureTest::testApply() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $search string for method Wikibase\Search\Elastic\Tests\Query\InLabelFeatureTest::testApply() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $search term for method GrowthExperiments\Tests\Unit\LocalSearchTaskSuggesterTest::testSearch() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $snaks for method Tests\Wikibase\DataModel\Deserializers\ReferenceDeserializerTest::testInvalidSerialization() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $sourceSiteServices for method FileImporter\Tests\SpecialImportFileIntegrationTest::testSpecialPageExecutionWithVariousInputs() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $tag for method MediaWiki\Extension\Translate\Cache\PersistentDatabaseCacheTest::testGetByTag() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $taskTypes for method GrowthExperiments\Tests\Unit\RemoteSearchTaskSuggesterTest::testFilter() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $taskTypes for method GrowthExperiments\Tests\Unit\RemoteSearchTaskSuggesterTest::testSuggest() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $testMessage for method MediaWiki\Extension\Translate\Cache\PersistentDatabaseCacheTest::testHasEntryWithTag() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $title for method TwoColConflict\Tests\SubmittedTextCacheTest::testMakeCacheKey() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $topics for method GrowthExperiments\Tests\Unit\RemoteSearchTaskSuggesterTest::testFilter() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $topics for method GrowthExperiments\Tests\Unit\RemoteSearchTaskSuggesterTest::testSuggest() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $user for method FileImporter\Tests\SpecialImportFileIntegrationTest::testSpecialPageExecutionWithVariousInputs() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $user for method MediaWiki\Extension\TestKitchen\Tests\Unit\TestKitchen\Coordination\UserSplitterInstrumentationTest::testSampledAndBucket() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $warnings for method Wikibase\Search\Elastic\Tests\Query\HasDataForLangFeatureTest::testApply() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $warnings for method Wikibase\Search\Elastic\Tests\Query\InLabelFeatureTest::testApply() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $wgTwoColConflictBetaFeature for method TwoColConflict\Tests\TwoColConflictContextTest::testShouldTwoColConflictBeShown() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $wgTwoColConflictBetaFeature for method TwoColConflict\Tests\TwoColConflictContextTest::testShouldTwoColConflictBeShown_noBetaFeatures() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $wgTwoColConflictSuggestResolution for method TwoColConflict\Tests\TwoColConflictContextTest::testShouldTwoColConflictBeShown() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $wgTwoColConflictSuggestResolution for method TwoColConflict\Tests\TwoColConflictContextTest::testShouldTwoColConflictBeShown_noBetaFeatures() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $alteredArray for method Wikibase\Lib\Tests\Serialization\SerializationModifierTest::testCallbacks() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $baseRevid for method Wikibase\Repo\Tests\Store\Sql\WikiPageEntityStoreTest::testSaveEntityError() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $definitionsByType for method Wikibase\Lib\Tests\EntitySourceAndTypeDefinitionsTest::testConstructionWithInvalidArgs() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $emailAddress for method MediaWiki\Extension\Notifications\Test\NotifierTest::testShouldSendEmailConfirmationReminderNotification() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $entity_data for method MediaWiki\Extension\Phonos\Wikibase\WikibaseEntityAndLexemeFetcherTest::testIPATranscription() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $error for method Wikibase\Repo\Tests\Api\PermissionsTest::testCreateItem() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $error for method Wikibase\Repo\Tests\Api\PermissionsTest::testCreateProperty() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $error for method Wikibase\Repo\Tests\Api\PermissionsTest::testGetEntities() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $error for method Wikibase\Repo\Tests\Api\PermissionsTest::testMergeItems() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $error for method Wikibase\Repo\Tests\Api\PermissionsTest::testSetDescription() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $error for method Wikibase\Repo\Tests\Api\PermissionsTest::testSetLabel() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $expected for method TwoColConflict\Tests\TwoColConflictContextTest::testShouldCoreHintBeShown() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $expectedJobs for method Wikibase\Repo\Tests\ChangeModification\DispatchChangeVisibilityNotificationJobTest::testHandle() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $expectedOutput for method Cite\Tests\Integration\CiteTest::testGuardedRef() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $expectedTriggerMessage for method MediaWiki\Extension\ConfirmEdit\Tests\Integration\SimpleCaptcha\SimpleCaptchaDatabaseTest::testShouldCheckTriggerEvaluationOrder() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $expectException for method FileImporter\Tests\Services\ImportPlanValidatorTest::testValidate() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $fallback for method Wikibase\MediaInfo\Tests\MediaWiki\View\MediaInfoEntityTermsViewTest::testGetHtml() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $hasEntryExpired for method MediaWiki\Extension\Translate\Cache\PersistentDatabaseCacheTest::testHasExpiredEntry() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $hasErrors for method WikimediaEvents\Tests\Integration\CreateAccount\HTMLNoScriptHiddenFieldTest::testGetInputCodex() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $Illegal character: backslash for method Wikibase\Repo\Tests\ValidatorBuildersTest::testCommonsMediaValidationFailsWithIllegalFileCharsCode() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $Illegal character: close curly bracket for method Wikibase\Repo\Tests\ValidatorBuildersTest::testCommonsMediaValidationFailsWithIllegalFileCharsCode() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $Illegal character: close square bracket for method Wikibase\Repo\Tests\ValidatorBuildersTest::testCommonsMediaValidationFailsWithIllegalFileCharsCode() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $Illegal character: colon for method Wikibase\Repo\Tests\ValidatorBuildersTest::testCommonsMediaValidationFailsWithIllegalFileCharsCode() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $Illegal character: hash for method Wikibase\Repo\Tests\ValidatorBuildersTest::testCommonsMediaValidationFailsWithIllegalFileCharsCode() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $Illegal character: open curly bracket for method Wikibase\Repo\Tests\ValidatorBuildersTest::testCommonsMediaValidationFailsWithIllegalFileCharsCode() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $Illegal character: open square bracket for method Wikibase\Repo\Tests\ValidatorBuildersTest::testCommonsMediaValidationFailsWithIllegalFileCharsCode() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $Illegal character: pipe for method Wikibase\Repo\Tests\ValidatorBuildersTest::testCommonsMediaValidationFailsWithIllegalFileCharsCode() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $Illegal character: slash for method Wikibase\Repo\Tests\ValidatorBuildersTest::testCommonsMediaValidationFailsWithIllegalFileCharsCode() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $message for method Wikibase\Repo\Tests\Domains\Reuse\Infrastructure\GraphQL\ValidationTest::testQuery() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $newEditing for method TwoColConflict\Tests\TwoColConflictHooksTest::testGetOption() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $non-string key for method Wikibase\Repo\Tests\Diff\EntityDiffVisualizerFactoryTest::testGivenInvalidInstantiators_constructorThrowsException() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $not a callable for method Wikibase\Repo\Tests\Diff\EntityDiffVisualizerFactoryTest::testGivenInvalidInstantiators_constructorThrowsException() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $parentRevision for method GrowthExperiments\Tests\Integration\QuestionPosterTest::testMakeWikitextContent() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $result for method MediaWiki\Extension\CommunityRequests\Tests\Integration\ApiQueryWishesTest::testExecuteSortByTitleCaseInsensitive() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $search string for method Wikibase\MediaInfo\Tests\Unit\Search\Feature\CustomMatchFeatureTest::testApplySearchContext() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $search string for method Wikibase\Search\Elastic\Tests\Query\HasLicenseFeatureTest::testApply() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $search string for method Wikibase\Search\Elastic\Tests\Query\HasWbStatementFeatureTest::testApply() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $search string for method Wikibase\Search\Elastic\Tests\Query\WbStatementQuantityFeatureTest::testApply() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $search_string for method Wikibase\Search\Elastic\Tests\Query\HasWbStatementFeatureTest::testApply() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $targetIsNamed for method MediaWiki\IPInfo\Test\Integration\HookHandler\InfoboxHandlerTest::testIsDisplayedOnContributionsPageOnFirstPageOnly() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $termList for method Wikibase\MediaInfo\Tests\MediaWiki\View\MediaInfoEntityTermsViewTest::testGetSingleLabelHtml() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $TestableCDBMessageIndex for method MediaWiki\Extension\Translate\MessageLoading\MessageIndexTest::testMessageIndexImplementation() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $TestableDatabaseMessageIndex for method MediaWiki\Extension\Translate\MessageLoading\MessageIndexTest::testMessageIndexImplementation() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $TestableHashMessageIndex for method MediaWiki\Extension\Translate\MessageLoading\MessageIndexTest::testMessageIndexImplementation() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $TestableSerializedMessageIndex for method MediaWiki\Extension\Translate\MessageLoading\MessageIndexTest::testMessageIndexImplementation() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $value for method Wikibase\Repo\Tests\Domains\Crud\Infrastructure\DataValuesValueDeserializerTest::testGivenInvalidInput_deserializeThrowsException() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $warnings for method Wikibase\Search\Elastic\Tests\Query\HasDataForLangFeatureTest::testNoResults() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $warnings for method Wikibase\Search\Elastic\Tests\Query\InLabelFeatureTest::testNoResults() is deprecated and will not be supported in PHPUnit 11.0.
Providing invalid named argument $wikiText for method FileImporter\Tests\Services\Wikitext\CommonsHelperConfigParserTest::testTransferRules() is deprecated and will not be supported in PHPUnit 11.0.

Details

Related Changes in Gerrit:
SubjectRepoBranchLines +/-
mediawiki/extensions/WikimediaCustomizationsmaster+7 -7
mediawiki/coremaster+24 -24
mediawiki/extensions/CentralAuthmaster+3 -3
mediawiki/extensions/CheckUsermaster+2 -2
mediawiki/extensions/WikimediaCustomizationsmaster+20 -20
mediawiki/extensions/Wikibasemaster+283 -285
mediawiki/extensions/Wikibasemaster+450 -459
mediawiki/extensions/AbuseFiltermaster+28 -28
mediawiki/extensions/Collectionmaster+18 -21
mediawiki/extensions/Translatemaster+30 -34
mediawiki/extensions/GrowthExperimentsmaster+33 -35
mediawiki/extensions/Kartographermaster+2 -2
mediawiki/extensions/Phonosmaster+3 -3
mediawiki/extensions/IPInfomaster+7 -7
mediawiki/extensions/WikimediaEventsmaster+1 -1
mediawiki/extensions/TestKitchenmaster+3 -3
mediawiki/extensions/WikibaseMediaInfomaster+12 -12
mediawiki/extensions/WikibaseCirrusSearchmaster+62 -62
mediawiki/extensions/FileImportermaster+25 -25
mediawiki/extensions/TwoColConflictmaster+33 -33
mediawiki/extensions/Citemaster+3 -3
mediawiki/extensions/Echomaster+4 -6
mediawiki/extensions/CommunityRequestsmaster+2 -2
mediawiki/extensions/ConfirmEditmaster+1 -1
mediawiki/extensions/DiscussionToolsmaster+23 -22
mediawiki/extensions/CirrusSearchmaster+1 -1
mediawiki/coremaster+27 -27
mediawiki/extensions/VisualEditormaster+2 -2
mediawiki/extensions/CheckUsermaster+48 -50
Show related patches Customize query in gerrit

Event Timeline

Change #1243948 merged by jenkins-bot:

[mediawiki/core@master] tests: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1243948

Change #1260119 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/CirrusSearch@master] tests: Fix data provider SearchQueryTest::provideMustTrackTotalHits

https://gerrit.wikimedia.org/r/1260119

Change #1260120 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/core@master] tests: Fix string key in data provider for installer tests

https://gerrit.wikimedia.org/r/1260120

Change #1260124 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/CheckUser@master] tests: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1260124

Change #1260125 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/AbuseFilter@master] tests: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1260125

Change #1260126 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/VisualEditor@master] tests: Fix argument name on AvailabilityLookupTest::testIsAvailable

https://gerrit.wikimedia.org/r/1260126

Change #1260129 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/DiscussionTools@master] tests: Adjust string keys in data provider jsons

https://gerrit.wikimedia.org/r/1260129

Change #1260124 merged by jenkins-bot:

[mediawiki/extensions/CheckUser@master] tests: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1260124

Change #1260126 merged by jenkins-bot:

[mediawiki/extensions/VisualEditor@master] tests: Fix argument name on AvailabilityLookupTest::testIsAvailable

https://gerrit.wikimedia.org/r/1260126

Change #1260120 merged by jenkins-bot:

[mediawiki/core@master] tests: Fix string key in data provider for installer tests

https://gerrit.wikimedia.org/r/1260120

Change #1260119 merged by jenkins-bot:

[mediawiki/extensions/CirrusSearch@master] tests: Fix data provider SearchQueryTest::provideMustTrackTotalHits

https://gerrit.wikimedia.org/r/1260119

Change #1260783 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/IPInfo@master] tests: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1260783

Change #1260784 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/Phonos@master] tests: Adjust string keys in data provider

https://gerrit.wikimedia.org/r/1260784

Change #1260785 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/ConfirmEdit@master] tests: Adjust string keys in data provider

https://gerrit.wikimedia.org/r/1260785

Change #1260786 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/Kartographer@master] tests: Adjust string keys in data provider

https://gerrit.wikimedia.org/r/1260786

Change #1260788 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/CommunityRequests@master] tests: Adjust string keys in data provider

https://gerrit.wikimedia.org/r/1260788

Change #1260129 merged by jenkins-bot:

[mediawiki/extensions/DiscussionTools@master] tests: Adjust arguments on test cases

https://gerrit.wikimedia.org/r/1260129

Change #1260785 merged by jenkins-bot:

[mediawiki/extensions/ConfirmEdit@master] tests: Adjust string keys in data provider

https://gerrit.wikimedia.org/r/1260785

Change #1260799 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/TestKitchen@master] tests: Adjust arguments on test cases

https://gerrit.wikimedia.org/r/1260799

Change #1260800 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/WikimediaEvents@master] tests: Adjust string keys in data provider

https://gerrit.wikimedia.org/r/1260800

Change #1260801 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/Translate@master] tests: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1260801

Change #1260807 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/FileImporter@master] tests: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1260807

Change #1260808 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/GrowthExperiments@master] tests: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1260808

Change #1260811 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/Echo@master] tests: Adjust arguments on test cases

https://gerrit.wikimedia.org/r/1260811

Change #1260813 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/Cite@master] tests: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1260813

Change #1260788 merged by jenkins-bot:

[mediawiki/extensions/CommunityRequests@master] tests: Adjust string keys in data provider

https://gerrit.wikimedia.org/r/1260788

Change #1260817 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/TwoColConflict@master] tests: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1260817

Change #1260818 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/Collection@master] tests: Reduce argument list in BookRendererTest::provideRenderBook

https://gerrit.wikimedia.org/r/1260818

Change #1260821 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/WikibaseMediaInfo@master] tests: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1260821

Change #1260826 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/WikibaseCirrusSearch@master] tests: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1260826

Change #1260811 merged by jenkins-bot:

[mediawiki/extensions/Echo@master] tests: Adjust arguments on test cases

https://gerrit.wikimedia.org/r/1260811

Change #1260813 merged by jenkins-bot:

[mediawiki/extensions/Cite@master] tests: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1260813

Change #1260817 merged by jenkins-bot:

[mediawiki/extensions/TwoColConflict@master] tests: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1260817

Change #1260807 merged by jenkins-bot:

[mediawiki/extensions/FileImporter@master] tests: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1260807

Change #1260826 merged by jenkins-bot:

[mediawiki/extensions/WikibaseCirrusSearch@master] tests: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1260826

Change #1260821 merged by jenkins-bot:

[mediawiki/extensions/WikibaseMediaInfo@master] tests: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1260821

Change #1260799 merged by jenkins-bot:

[mediawiki/extensions/TestKitchen@master] tests: Adjust arguments on test cases

https://gerrit.wikimedia.org/r/1260799

Change #1260800 merged by jenkins-bot:

[mediawiki/extensions/WikimediaEvents@master] tests: Adjust string keys in data provider

https://gerrit.wikimedia.org/r/1260800

Change #1260786 merged by jenkins-bot:

[mediawiki/extensions/Kartographer@master] tests: Adjust string keys in data provider

https://gerrit.wikimedia.org/r/1260786

Change #1260783 merged by jenkins-bot:

[mediawiki/extensions/IPInfo@master] tests: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1260783

Change #1260784 merged by jenkins-bot:

[mediawiki/extensions/Phonos@master] tests: Adjust string keys in data provider

https://gerrit.wikimedia.org/r/1260784

Change #1260808 merged by jenkins-bot:

[mediawiki/extensions/GrowthExperiments@master] tests: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1260808

Change #1260801 merged by jenkins-bot:

[mediawiki/extensions/Translate@master] tests: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1260801

Change #1260818 merged by jenkins-bot:

[mediawiki/extensions/Collection@master] tests: Add all arguments from data provider on BookRendererTest

https://gerrit.wikimedia.org/r/1260818

Change #1261524 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/Wikibase@master] tests: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1261524

Umherirrender renamed this task from Handle PHPUnit 10 deprecation notice "Providing invalid named argument $... for method ... is deprecated and will not be supported in PHPUnit 11.0." to Fix PHPUnit 10 deprecation notice "Providing invalid named argument $... for method ... is deprecated and will not be supported in PHPUnit 11.0." in wmf deployed code.Mar 26 2026, 7:42 PM

Change #1261551 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/Wikibase@master] tests: Api: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1261551

Change #1260125 merged by jenkins-bot:

[mediawiki/extensions/AbuseFilter@master] tests: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1260125

Change #1261551 merged by jenkins-bot:

[mediawiki/extensions/Wikibase@master] tests: Api: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1261551

Change #1261524 merged by jenkins-bot:

[mediawiki/extensions/Wikibase@master] tests: Adjust string keys in data provider or arguments on tests

https://gerrit.wikimedia.org/r/1261524

Change #1277200 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/CheckUser@master] tests: Adjust string keys in arguments on test

https://gerrit.wikimedia.org/r/1277200

Change #1277208 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/WikimediaCustomizations@master] tests: Adjust string keys in data provider in AttributionRestHandlerTest

https://gerrit.wikimedia.org/r/1277208

Change #1277208 merged by jenkins-bot:

[mediawiki/extensions/WikimediaCustomizations@master] tests: Adjust string keys in data provider in AttributionRestHandlerTest

https://gerrit.wikimedia.org/r/1277208

Change #1277200 merged by jenkins-bot:

[mediawiki/extensions/CheckUser@master] tests: Adjust string keys in arguments on test

https://gerrit.wikimedia.org/r/1277200

Change #1287991 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/CentralAuth@master] tests: Adjust string keys in data provider in ApiQueryGlobalAllUsersTest

https://gerrit.wikimedia.org/r/1287991

Change #1287991 merged by jenkins-bot:

[mediawiki/extensions/CentralAuth@master] tests: Adjust string keys in data provider in ApiQueryGlobalAllUsersTest

https://gerrit.wikimedia.org/r/1287991

Change #1292902 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/core@master] tests: Adjust string keys in data provider in PageUpdaterTest

https://gerrit.wikimedia.org/r/1292902

Change #1292902 merged by jenkins-bot:

[mediawiki/core@master] tests: Adjust string keys in data provider in PageUpdaterTest

https://gerrit.wikimedia.org/r/1292902

Change #1297204 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/WikimediaCustomizations@master] tests: Adjust string keys in data provider in ForceReauthHookHandlerTest

https://gerrit.wikimedia.org/r/1297204

Change #1297204 merged by jenkins-bot:

[mediawiki/extensions/WikimediaCustomizations@master] tests: Adjust string keys in data provider in ForceReauthHookHandlerTest

https://gerrit.wikimedia.org/r/1297204