From 6bf02d966d652ad631868037a035af00daa3a905 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Mon, 13 Apr 2020 12:05:00 +0100 Subject: [PATCH] Issue #2822382 by voleger, pfrenssen, erozqba, jungle, RytoEX, borisson_, jofitz, shashikant_chauhan, sidharthap, dawehner, xjm, kiamlaluno, catch, daffie, klausi: Make every $modules property protected on classes extending BrowserTestBase and KernelTestBase --- .../tests/src/Functional/ActionListTest.php | 2 +- .../src/Functional/ActionUninstallTest.php | 2 +- .../src/Functional/ConfigurationTest.php | 2 +- .../Migrate/d6/MigrateActionConfigsTest.php | 2 +- .../Kernel/Migrate/d6/MigrateActionsTest.php | 2 +- .../Migrate/d7/MigrateActionConfigsTest.php | 2 +- .../Kernel/Migrate/d7/MigrateActionsTest.php | 2 +- .../Plugin/migrate/source/ActionTest.php | 2 +- .../Functional/AggregatorRenderingTest.php | 2 +- .../src/Functional/AggregatorTestBase.php | 2 +- .../tests/src/Functional/DeleteFeedTest.php | 2 +- .../src/Functional/FeedCacheTagsTest.php | 2 +- .../tests/src/Functional/FeedLanguageTest.php | 2 +- .../Hal/FeedHalJsonBasicAuthTest.php | 2 +- .../Functional/Hal/FeedHalJsonTestBase.php | 2 +- .../Functional/Hal/ItemHalJsonAnonTest.php | 2 +- .../Hal/ItemHalJsonBasicAuthTest.php | 2 +- .../Functional/Hal/ItemHalJsonCookieTest.php | 2 +- .../Functional/Hal/ItemHalJsonTestBase.php | 2 +- .../tests/src/Functional/ImportOpmlTest.php | 2 +- .../src/Functional/ItemCacheTagsTest.php | 2 +- .../Functional/Rest/FeedJsonBasicAuthTest.php | 2 +- .../Functional/Rest/FeedResourceTestBase.php | 2 +- .../Functional/Rest/FeedXmlBasicAuthTest.php | 2 +- .../Functional/Rest/ItemJsonBasicAuthTest.php | 2 +- .../Functional/Rest/ItemResourceTestBase.php | 2 +- .../Functional/Rest/ItemXmlBasicAuthTest.php | 2 +- .../Kernel/AggregatorPluginManagerTest.php | 2 +- .../tests/src/Kernel/AggregatorTitleTest.php | 2 +- .../tests/src/Kernel/FeedValidationTest.php | 2 +- .../tests/src/Kernel/ItemWithoutFeedTest.php | 2 +- .../Migrate/MigrateAggregatorStubTest.php | 2 +- .../d6/MigrateAggregatorConfigsTest.php | 2 +- .../Migrate/d6/MigrateAggregatorFeedTest.php | 2 +- .../Migrate/d6/MigrateAggregatorItemTest.php | 2 +- .../Migrate/d7/MigrateAggregatorFeedTest.php | 2 +- .../Migrate/d7/MigrateAggregatorItemTest.php | 2 +- .../d7/MigrateAggregatorSettingsTest.php | 2 +- .../migrate/source/AggregatorFeedTest.php | 2 +- .../migrate/source/AggregatorItemTest.php | 2 +- .../AggregatorFeedViewsFieldAccessTest.php | 2 +- .../AggregatorItemViewsFieldAccessTest.php | 2 +- .../src/Kernel/Views/IntegrationTest.php | 2 +- .../src/Functional/IpAddressBlockingTest.php | 2 +- .../Migrate/d7/MigrateBlockedIpsTest.php | 2 +- .../migrate/source/d7/BlockedIpsTest.php | 2 +- .../tests/src/Functional/BasicAuthTest.php | 2 +- .../tests/src/Functional/BigPipeTest.php | 2 +- .../BigPipeRegressionTest.php | 2 +- .../src/Functional/BlockAdminThemeTest.php | 2 +- .../tests/src/Functional/BlockCacheTest.php | 2 +- .../tests/src/Functional/BlockDemoTest.php | 2 +- .../src/Functional/BlockFormInBlockTest.php | 2 +- .../src/Functional/BlockHiddenRegionTest.php | 2 +- .../src/Functional/BlockHookOperationTest.php | 2 +- .../tests/src/Functional/BlockHtmlTest.php | 2 +- .../src/Functional/BlockInvalidRegionTest.php | 2 +- .../src/Functional/BlockLanguageCacheTest.php | 2 +- .../src/Functional/BlockLanguageTest.php | 2 +- .../src/Functional/BlockRenderOrderTest.php | 2 +- .../Functional/BlockSystemBrandingTest.php | 2 +- .../tests/src/Functional/BlockTestBase.php | 2 +- .../tests/src/Functional/BlockUiTest.php | 2 +- .../tests/src/Functional/BlockXssTest.php | 2 +- .../Functional/Hal/BlockHalJsonAnonTest.php | 2 +- .../Hal/BlockHalJsonBasicAuthTest.php | 2 +- .../Functional/Hal/BlockHalJsonCookieTest.php | 2 +- .../Functional/NonDefaultBlockAdminTest.php | 2 +- .../Rest/BlockJsonBasicAuthTest.php | 2 +- .../Functional/Rest/BlockResourceTestBase.php | 2 +- .../Functional/Rest/BlockXmlBasicAuthTest.php | 2 +- .../src/Functional/Views/DisplayBlockTest.php | 2 +- .../FunctionalJavascript/BlockFilterTest.php | 2 +- .../src/Kernel/BlockConfigSchemaTest.php | 2 +- .../tests/src/Kernel/BlockInterfaceTest.php | 2 +- .../tests/src/Kernel/BlockRebuildTest.php | 2 +- .../tests/src/Kernel/BlockStorageUnitTest.php | 2 +- .../tests/src/Kernel/BlockViewBuilderTest.php | 2 +- .../d6/MigrateBlockContentTranslationTest.php | 2 +- .../Kernel/Migrate/d6/MigrateBlockTest.php | 2 +- .../d7/MigrateBlockContentTranslationTest.php | 2 +- .../Kernel/Migrate/d7/MigrateBlockTest.php | 2 +- .../Plugin/migrate/source/BlockTest.php | 2 +- .../source/d6/BlockTranslationTest.php | 2 +- .../source/d7/BlockTranslationTest.php | 2 +- .../Functional/BlockContentCacheTagsTest.php | 2 +- .../BlockContentContextualLinksTest.php | 2 +- .../Functional/BlockContentCreationTest.php | 2 +- .../src/Functional/BlockContentListTest.php | 2 +- .../Functional/BlockContentListViewsTest.php | 2 +- .../Functional/BlockContentPageViewTest.php | 2 +- .../src/Functional/BlockContentSaveTest.php | 2 +- .../src/Functional/BlockContentTestBase.php | 2 +- .../BlockContentTranslationUITest.php | 2 +- .../src/Functional/BlockContentTypeTest.php | 2 +- .../Hal/BlockContentHalJsonAnonTest.php | 2 +- .../Hal/BlockContentHalJsonBasicAuthTest.php | 2 +- .../Hal/BlockContentTypeHalJsonAnonTest.php | 2 +- .../BlockContentTypeHalJsonBasicAuthTest.php | 2 +- .../Hal/BlockContentTypeHalJsonCookieTest.php | 2 +- .../Rest/BlockContentJsonBasicAuthTest.php | 2 +- .../Rest/BlockContentResourceTestBase.php | 2 +- .../BlockContentTypeJsonBasicAuthTest.php | 2 +- .../Rest/BlockContentTypeResourceTestBase.php | 2 +- .../Rest/BlockContentTypeXmlBasicAuthTest.php | 2 +- .../Rest/BlockContentXmlBasicAuthTest.php | 2 +- .../src/Functional/UnpublishedBlockTest.php | 2 +- .../Views/BlockContentFieldFilterTest.php | 2 +- .../Views/BlockContentRedirectTest.php | 2 +- .../Functional/Views/BlockContentTestBase.php | 2 +- .../Views/BlockContentWizardTest.php | 2 +- .../Kernel/BlockContentAccessHandlerTest.php | 2 +- .../src/Kernel/BlockContentDeletionTest.php | 2 +- .../src/Kernel/BlockContentDeriverTest.php | 2 +- ...ockContentEntityReferenceSelectionTest.php | 2 +- .../MigrateBlockContentBodyFieldTest.php | 2 +- .../MigrateBlockContentEntityDisplayTest.php | 2 +- ...grateBlockContentEntityFormDisplayTest.php | 2 +- .../Migrate/MigrateBlockContentStubTest.php | 2 +- .../Migrate/MigrateBlockContentTypeTest.php | 2 +- .../Migrate/d6/MigrateBlockContentTest.php | 2 +- ...grateCustomBlockContentTranslationTest.php | 2 +- ...grateCustomBlockContentTranslationTest.php | 2 +- .../Migrate/d7/MigrateCustomBlockTest.php | 2 +- .../Plugin/migrate/source/d6/BoxTest.php | 2 +- .../migrate/source/d6/BoxTranslationTest.php | 2 +- .../migrate/source/d7/BlockCustomTest.php | 2 +- .../source/d7/BlockCustomTranslationTest.php | 2 +- .../src/Functional/BookBreadcrumbTest.php | 2 +- .../Functional/BookContentModerationTest.php | 2 +- .../book/tests/src/Functional/BookTest.php | 2 +- .../Functional/Views/BookRelationshipTest.php | 2 +- .../BookJavascriptTest.php | 2 +- .../src/Kernel/BookPendingRevisionTest.php | 2 +- .../tests/src/Kernel/BookUninstallTest.php | 2 +- .../Migrate/d6/MigrateBookConfigsTest.php | 2 +- .../src/Kernel/Migrate/d6/MigrateBookTest.php | 2 +- .../Migrate/d7/MigrateBookConfigsTest.php | 2 +- .../src/Kernel/Migrate/d7/MigrateBookTest.php | 2 +- .../Kernel/Plugin/migrate/source/BookTest.php | 2 +- .../src/Kernel/BreakpointDiscoveryTest.php | 2 +- .../src/Functional/CKEditorAdminTest.php | 2 +- .../src/Functional/CKEditorLoadingTest.php | 2 +- .../CKEditorStylesComboAdminTest.php | 2 +- .../CKEditorStylesComboTranslationTest.php | 2 +- .../Functional/CKEditorToolbarButtonTest.php | 2 +- .../src/FunctionalJavascript/AjaxCssTest.php | 2 +- .../CKEditorIntegrationTest.php | 2 +- .../src/Kernel/CKEditorPluginManagerTest.php | 2 +- .../tests/src/Kernel/CKEditorTest.php | 2 +- .../Plugin/CKEditorPlugin/InternalTest.php | 2 +- .../src/Functional/ColorConfigSchemaTest.php | 2 +- .../src/Functional/ColorSafePreviewTest.php | 2 +- .../color/tests/src/Functional/ColorTest.php | 2 +- .../Kernel/Migrate/d7/MigrateColorTest.php | 2 +- .../Plugin/migrate/source/d7/ColorTest.php | 2 +- .../src/Functional/CommentAccessTest.php | 2 +- .../src/Functional/CommentActionsTest.php | 2 +- .../tests/src/Functional/CommentBlockTest.php | 2 +- .../tests/src/Functional/CommentBookTest.php | 2 +- .../src/Functional/CommentCacheTagsTest.php | 2 +- .../src/Functional/CommentEntityTest.php | 2 +- .../src/Functional/CommentFieldsTest.php | 2 +- .../src/Functional/CommentLanguageTest.php | 2 +- .../src/Functional/CommentLinksAlterTest.php | 2 +- .../tests/src/Functional/CommentLinksTest.php | 2 +- .../Functional/CommentNewIndicatorTest.php | 2 +- .../src/Functional/CommentNodeAccessTest.php | 2 +- .../src/Functional/CommentNonNodeTest.php | 2 +- .../tests/src/Functional/CommentRssTest.php | 2 +- .../CommentStatusFieldAccessTest.php | 2 +- .../tests/src/Functional/CommentTestBase.php | 2 +- .../Functional/CommentTokenReplaceTest.php | 2 +- .../Functional/CommentTranslationUITest.php | 2 +- .../Hal/CommentHalJsonBasicAuthTest.php | 2 +- .../Functional/Hal/CommentHalJsonTestBase.php | 2 +- .../Hal/CommentTypeHalJsonAnonTest.php | 2 +- .../Hal/CommentTypeHalJsonBasicAuthTest.php | 2 +- .../Hal/CommentTypeHalJsonCookieTest.php | 2 +- .../Rest/CommentJsonBasicAuthTest.php | 2 +- .../Rest/CommentResourceTestBase.php | 2 +- .../Rest/CommentTypeJsonBasicAuthTest.php | 2 +- .../Rest/CommentTypeResourceTestBase.php | 2 +- .../Rest/CommentTypeXmlBasicAuthTest.php | 2 +- .../Rest/CommentXmlBasicAuthTest.php | 2 +- .../Views/CommentFieldFilterTest.php | 2 +- .../Views/CommentRestExportTest.php | 2 +- .../src/Functional/Views/CommentTestBase.php | 2 +- .../Views/DefaultViewRecentCommentsTest.php | 2 +- .../src/Functional/Views/NodeCommentsTest.php | 2 +- .../tests/src/Functional/Views/WizardTest.php | 2 +- .../tests/src/Kernel/CommentBundlesTest.php | 2 +- .../CommentDefaultFormatterCacheTagsTest.php | 2 +- .../src/Kernel/CommentFieldAccessTest.php | 2 +- .../src/Kernel/CommentIntegrationTest.php | 2 +- .../tests/src/Kernel/CommentItemTest.php | 2 +- .../Kernel/CommentStringIdEntitiesTest.php | 2 +- .../src/Kernel/CommentValidationTest.php | 2 +- .../Kernel/Migrate/MigrateCommentStubTest.php | 2 +- .../d6/MigrateCommentEntityDisplayTest.php | 2 +- ...ateCommentEntityFormDisplaySubjectTest.php | 2 +- .../MigrateCommentEntityFormDisplayTest.php | 2 +- .../d6/MigrateCommentFieldInstanceTest.php | 2 +- .../Migrate/d6/MigrateCommentFieldTest.php | 2 +- .../Kernel/Migrate/d6/MigrateCommentTest.php | 2 +- .../Migrate/d6/MigrateCommentTypeTest.php | 2 +- .../d7/MigrateCommentEntityDisplayTest.php | 2 +- ...ateCommentEntityFormDisplaySubjectTest.php | 2 +- .../MigrateCommentEntityFormDisplayTest.php | 2 +- .../d7/MigrateCommentFieldInstanceTest.php | 2 +- .../Migrate/d7/MigrateCommentFieldTest.php | 2 +- .../Kernel/Migrate/d7/MigrateCommentTest.php | 2 +- .../Migrate/d7/MigrateCommentTypeTest.php | 2 +- .../d6/CommentSourceWithHighWaterTest.php | 2 +- .../Plugin/migrate/source/d6/CommentTest.php | 2 +- .../d7/CommentEntityTranslationTest.php | 2 +- .../Plugin/migrate/source/d7/CommentTest.php | 2 +- .../src/Kernel/Views/CommentAdminViewTest.php | 2 +- .../src/Kernel/Views/CommentLinksTest.php | 2 +- .../src/Kernel/Views/CommentUserNameTest.php | 2 +- .../Views/CommentViewsFieldAccessTest.php | 2 +- .../Views/CommentViewsKernelTestBase.php | 2 +- .../Hal/ConfigTestHalJsonAnonTest.php | 2 +- .../Hal/ConfigTestHalJsonBasicAuthTest.php | 2 +- .../Hal/ConfigTestHalJsonCookieTest.php | 2 +- .../Rest/ConfigTestJsonBasicAuthTest.php | 2 +- .../Rest/ConfigTestResourceTestBase.php | 2 +- .../Rest/ConfigTestXmlBasicAuthTest.php | 2 +- ...yMetadataConfigOverrideIntegrationTest.php | 2 +- .../Functional/ConfigDependencyWebTest.php | 2 +- .../ConfigDraggableListBuilderTest.php | 2 +- .../ConfigEntityFormOverrideTest.php | 2 +- .../ConfigEntityListMultilingualTest.php | 2 +- .../src/Functional/ConfigEntityListTest.php | 2 +- .../Functional/ConfigEntityStatusUITest.php | 2 +- .../tests/src/Functional/ConfigEntityTest.php | 2 +- .../Functional/ConfigExportImportUITest.php | 2 +- .../src/Functional/ConfigExportUITest.php | 2 +- .../ConfigImportInstallProfileTest.php | 2 +- .../src/Functional/ConfigImportUITest.php | 2 +- .../src/Functional/ConfigImportUploadTest.php | 2 +- .../ConfigLanguageOverrideWebTest.php | 2 +- .../ConfigSingleImportExportTest.php | 2 +- .../LanguageNegotiationFormOverrideTest.php | 2 +- .../SchemaConfigListenerWebTest.php | 2 +- .../TransformedConfigExportImportUITest.php | 2 +- .../FunctionalJavascript/ConfigEntityTest.php | 2 +- .../ConfigUninstallViaCliImportTest.php | 2 +- .../Functional/ConfigTranslationCacheTest.php | 2 +- .../ConfigTranslationDateFormatUiTest.php | 2 +- .../ConfigTranslationListUiTest.php | 2 +- .../ConfigTranslationOverviewTest.php | 2 +- .../Functional/ConfigTranslationUiTest.php | 2 +- .../ConfigTranslationUiThemeTest.php | 2 +- .../ConfigTranslationViewListUiTest.php | 2 +- .../ConfigTranslationUiTest.php | 2 +- .../tests/src/Kernel/ConfigMapperTest.php | 2 +- ...igrateSystemMaintenanceTranslationTest.php | 2 +- .../d6/MigrateSystemSiteTranslationTest.php | 2 +- .../d6/MigrateUserConfigsTranslationTest.php | 2 +- ...serProfileFieldInstanceTranslationTest.php | 2 +- ...igrateSystemMaintenanceTranslationTest.php | 2 +- .../d7/MigrateSystemSiteTranslationTest.php | 2 +- .../d7/MigrateUserConfigsTranslationTest.php | 2 +- .../source/d6/ProfileFieldTranslationTest.php | 2 +- .../src/Functional/ContactLanguageTest.php | 2 +- .../src/Functional/ContactPersonalTest.php | 2 +- .../src/Functional/ContactSitewideTest.php | 2 +- .../src/Functional/ContactStorageTest.php | 2 +- .../Hal/ContactFormHalJsonAnonTest.php | 2 +- .../Hal/ContactFormHalJsonBasicAuthTest.php | 2 +- .../Hal/ContactFormHalJsonCookieTest.php | 2 +- .../Functional/Hal/MessageHalJsonAnonTest.php | 2 +- .../Hal/MessageHalJsonBasicAuthTest.php | 2 +- .../Rest/ContactFormJsonBasicAuthTest.php | 2 +- .../Rest/ContactFormResourceTestBase.php | 2 +- .../Rest/ContactFormXmlBasicAuthTest.php | 2 +- .../Rest/MessageJsonBasicAuthTest.php | 2 +- .../Rest/MessageResourceTestBase.php | 2 +- .../Rest/MessageXmlBasicAuthTest.php | 2 +- .../src/Functional/Views/ContactLinkTest.php | 2 +- .../tests/src/Kernel/MessageEntityTest.php | 2 +- .../Migrate/MigrateContactCategoryTest.php | 2 +- .../Migrate/d6/MigrateContactSettingsTest.php | 2 +- .../Migrate/d7/MigrateContactSettingsTest.php | 2 +- .../migrate/source/ContactCategoryTest.php | 2 +- .../migrate/source/d6/ContactSettingsTest.php | 2 +- ...onAdminPathEntityConverterLanguageTest.php | 2 +- .../ContentModerationWorkflowTypeTest.php | 2 +- .../Functional/ModeratedContentViewTest.php | 2 +- .../src/Functional/ModerationActionsTest.php | 2 +- .../ModerationContentTranslationTest.php | 2 +- .../src/Functional/ModerationFormTest.php | 2 +- .../src/Functional/ModerationLocaleTest.php | 2 +- .../ModerationRevisionRevertTest.php | 2 +- .../Functional/ModerationStateAccessTest.php | 2 +- .../Functional/ModerationStateTestBase.php | 2 +- .../tests/src/Functional/NodeAccessTest.php | 2 +- .../ViewsModerationStateFilterTest.php | 2 +- ...kspaceContentModerationIntegrationTest.php | 2 +- .../Kernel/ContentModerationAccessTest.php | 2 +- .../ContentModerationPermissionsTest.php | 2 +- ...oderationStateAccessControlHandlerTest.php | 2 +- .../ContentModerationStateResourceTest.php | 2 +- ...ontentModerationStateStorageSchemaTest.php | 2 +- .../Kernel/ContentModerationSyncingTest.php | 2 +- .../ContentModerationWorkflowConfigTest.php | 2 +- .../ContentModerationWorkflowTypeApiTest.php | 2 +- .../src/Kernel/DefaultRevisionStateTest.php | 2 +- .../tests/src/Kernel/EntityOperationsTest.php | 2 +- .../EntityStateChangeValidationTest.php | 2 +- .../tests/src/Kernel/EntityTypeInfoTest.php | 2 +- .../tests/src/Kernel/InitialStateTest.php | 2 +- .../src/Kernel/ModerationInformationTest.php | 2 +- .../ModerationStateFieldItemListTest.php | 2 +- .../src/Kernel/ModerationStateWidgetTest.php | 2 +- .../tests/src/Kernel/NodeAccessTest.php | 2 +- .../tests/src/Kernel/StateFormatterTest.php | 2 +- .../src/Kernel/ViewsDataIntegrationTest.php | 2 +- .../Kernel/ViewsModerationStateFilterTest.php | 2 +- .../Kernel/ViewsModerationStateSortTest.php | 2 +- .../ContentTestTranslationUITest.php | 2 +- .../ContentTranslationContextualLinksTest.php | 2 +- .../ContentTranslationDisableSettingTest.php | 2 +- .../ContentTranslationEnableTest.php | 2 +- .../ContentTranslationEntityBundleUITest.php | 2 +- .../ContentTranslationLanguageChangeTest.php | 2 +- .../ContentTranslationLinkTagTest.php | 2 +- .../ContentTranslationMetadataFieldsTest.php | 2 +- .../ContentTranslationOperationsTest.php | 2 +- ...tentTranslationPendingRevisionTestBase.php | 2 +- .../ContentTranslationSettingsTest.php | 2 +- .../ContentTranslationStandardFieldsTest.php | 2 +- .../ContentTranslationSyncImageTest.php | 2 +- .../Functional/ContentTranslationTestBase.php | 2 +- .../ContentTranslationUISkipTest.php | 2 +- ...entTranslationUntranslatableFieldsTest.php | 2 +- .../ContentTranslationWorkflowsTest.php | 2 +- .../Views/ContentTranslationViewsUITest.php | 2 +- .../Functional/Views/TranslationLinkTest.php | 2 +- .../ContentTranslationContextualLinksTest.php | 2 +- .../ContentTranslationConfigImportTest.php | 2 +- ...ContentTranslationEntityBundleInfoTest.php | 2 +- ...ontentTranslationFieldSyncRevisionTest.php | 2 +- .../ContentTranslationSettingsApiTest.php | 2 +- .../Kernel/ContentTranslationSyncUnitTest.php | 2 +- .../d6/MigrateTaxonomyTermTranslationTest.php | 2 +- .../MigrateEntityTranslationSettingsTest.php | 2 +- .../d7/EntityTranslationSettingsTest.php | 2 +- .../ContextualDynamicContextTest.php | 2 +- .../ContextualLinksTest.php | 2 +- .../src/FunctionalJavascript/EditModeTest.php | 2 +- .../tests/src/Kernel/ContextualUnitTest.php | 2 +- .../tests/src/Functional/DateFilterTest.php | 2 +- .../tests/src/Functional/DateTestBase.php | 2 +- .../DateTimeTimeAgoFormatterTest.php | 2 +- .../EntityTest/EntityTestDateonlyTest.php | 2 +- .../EntityTest/EntityTestDatetimeTest.php | 2 +- .../src/Functional/Views/FilterDateTest.php | 2 +- .../src/Kernel/DateTimeFormInjectionTest.php | 2 +- .../tests/src/Kernel/DateTimeItemTest.php | 2 +- .../Kernel/Views/DateTimeHandlerTestBase.php | 2 +- .../src/Functional/DateRangeFieldTest.php | 2 +- .../EntityTest/EntityTestDateRangeTest.php | 2 +- .../tests/src/Kernel/DateRangeItemTest.php | 2 +- .../src/Kernel/SeparatorTranslationTest.php | 2 +- .../tests/src/Kernel/Views/FilterDateTest.php | 2 +- .../src/Functional/DbLogResourceTest.php | 2 +- .../dblog/tests/src/Functional/DbLogTest.php | 2 +- .../tests/src/Functional/DbLogViewsTest.php | 2 +- .../tests/src/Kernel/DbLogControllerTest.php | 2 +- .../src/Kernel/DbLogFormInjectionTest.php | 2 +- .../Migrate/d6/MigrateDblogConfigsTest.php | 2 +- .../Migrate/d7/MigrateDblogConfigsTest.php | 2 +- .../src/Kernel/Views/ViewsIntegrationTest.php | 2 +- .../tests/src/Functional/EditorAdminTest.php | 2 +- .../src/Functional/EditorDialogAccessTest.php | 2 +- .../src/Functional/EditorLoadingTest.php | 2 +- .../EditorPrivateFileReferenceFilterTest.php | 2 +- .../src/Functional/EditorSecurityTest.php | 2 +- .../Functional/EditorUploadImageScaleTest.php | 2 +- .../Functional/Hal/EditorHalJsonAnonTest.php | 2 +- .../Hal/EditorHalJsonBasicAuthTest.php | 2 +- .../Hal/EditorHalJsonCookieTest.php | 2 +- .../QuickEditIntegrationLoadingTest.php | 2 +- .../Rest/EditorJsonBasicAuthTest.php | 2 +- .../Rest/EditorResourceTestBase.php | 2 +- .../Rest/EditorXmlBasicAuthTest.php | 2 +- .../Kernel/EditorFileReferenceFilterTest.php | 2 +- .../tests/src/Kernel/EditorFileUsageTest.php | 2 +- .../Kernel/EditorFilterIntegrationTest.php | 2 +- .../src/Kernel/EditorImageDialogTest.php | 2 +- .../tests/src/Kernel/EditorManagerTest.php | 2 +- .../src/Kernel/QuickEditIntegrationTest.php | 2 +- .../Functional/Boolean/BooleanFieldTest.php | 2 +- .../Boolean/BooleanFormatterSettingsTest.php | 2 +- .../src/Functional/Email/EmailFieldTest.php | 2 +- .../EntityReferenceAdminTest.php | 2 +- .../EntityReferenceAutoCreateTest.php | 2 +- .../EntityReferenceFieldDefaultValueTest.php | 2 +- ...erenceFieldTranslatedReferenceViewTest.php | 2 +- .../EntityReferenceFileUploadTest.php | 2 +- .../EntityReferenceIntegrationTest.php | 2 +- .../tests/src/Functional/FieldAccessTest.php | 2 +- .../FieldDefaultValueCallbackTest.php | 2 +- .../tests/src/Functional/FieldHelpTest.php | 2 +- .../FieldImportDeleteUninstallUiTest.php | 2 +- .../field/tests/src/Functional/FormTest.php | 2 +- .../Hal/FieldConfigHalJsonAnonTest.php | 2 +- .../Hal/FieldConfigHalJsonBasicAuthTest.php | 2 +- .../Hal/FieldConfigHalJsonCookieTest.php | 2 +- .../Hal/FieldStorageConfigHalJsonAnonTest.php | 2 +- ...FieldStorageConfigHalJsonBasicAuthTest.php | 2 +- .../FieldStorageConfigHalJsonCookieTest.php | 2 +- .../tests/src/Functional/NestedFormTest.php | 2 +- .../src/Functional/Number/NumberFieldTest.php | 2 +- .../Rest/FieldConfigJsonBasicAuthTest.php | 2 +- .../Rest/FieldConfigResourceTestBase.php | 2 +- .../Rest/FieldConfigXmlBasicAuthTest.php | 2 +- .../FieldStorageConfigJsonBasicAuthTest.php | 2 +- .../FieldStorageConfigResourceTestBase.php | 2 +- .../FieldStorageConfigXmlBasicAuthTest.php | 2 +- .../src/Functional/String/StringFieldTest.php | 2 +- .../src/Functional/TranslationWebTest.php | 2 +- .../src/Functional/Views/FieldTestBase.php | 2 +- .../src/Functional/Views/FieldUITest.php | 2 +- .../Functional/reEnableModuleFieldTest.php | 2 +- .../Boolean/BooleanFormatterSettingsTest.php | 2 +- .../EntityReferenceAdminTest.php | 2 +- .../FormJSAddMoreTest.php | 2 +- .../Kernel/Boolean/BooleanFormatterTest.php | 2 +- .../field/tests/src/Kernel/DisplayApiTest.php | 2 +- ...qlContentEntityStorageSchemaColumnTest.php | 2 +- .../EntityReferenceItemTest.php | 2 +- .../EntityReferenceSettingsTest.php | 2 +- .../Views/EntityReferenceRelationshipTest.php | 2 +- .../Kernel/FieldDefinitionIntegrityTest.php | 2 +- .../tests/src/Kernel/FieldDisplayTest.php | 2 +- .../src/Kernel/FieldImportChangeTest.php | 2 +- .../src/Kernel/FieldImportDeleteTest.php | 2 +- .../Kernel/FieldImportDeleteUninstallTest.php | 2 +- .../tests/src/Kernel/FieldKernelTestBase.php | 2 +- .../tests/src/Kernel/FieldStorageCrudTest.php | 2 +- .../d6/MigrateFieldFormatterSettingsTest.php | 2 +- ...grateFieldInstanceLabelDescriptionTest.php | 2 +- ...rateFieldInstanceOptionTranslationTest.php | 3 +-- .../Migrate/d6/MigrateFieldInstanceTest.php | 2 +- .../d6/MigrateFieldOptionTranslationTest.php | 2 +- .../d6/MigrateFieldWidgetSettingsTest.php | 2 +- .../d7/MigrateFieldFormatterSettingsTest.php | 2 +- ...grateFieldInstanceLabelDescriptionTest.php | 2 +- .../Migrate/d7/MigrateFieldInstanceTest.php | 2 +- ...MigrateFieldInstanceWidgetSettingsTest.php | 2 +- .../d7/MigrateFieldOptionTranslationTest.php | 2 +- .../Kernel/Migrate/d7/MigrateFieldTest.php | 2 +- .../Migrate/d7/MigrateViewModesTest.php | 2 +- .../Migrate/d7/RollbackViewModesTest.php | 2 +- .../src/Kernel/Number/NumberItemTest.php | 2 +- ...nstanceLabelDescriptionTranslationTest.php | 2 +- .../d6/FieldInstanceOptionTranslationTest.php | 2 +- .../d6/FieldInstancePerFormDisplayTest.php | 2 +- .../d6/FieldInstancePerViewModeTest.php | 2 +- .../migrate/source/d6/FieldInstanceTest.php | 2 +- .../source/d6/FieldOptionTranslationTest.php | 2 +- .../Plugin/migrate/source/d6/FieldTest.php | 2 +- ...nstanceLabelDescriptionTranslationTest.php | 2 +- .../d7/FieldInstancePerFormDisplayTest.php | 2 +- .../d7/FieldInstancePerViewModeTest.php | 2 +- .../migrate/source/d7/FieldInstanceTest.php | 2 +- .../source/d7/FieldOptionTranslationTest.php | 2 +- .../Plugin/migrate/source/d7/FieldTest.php | 2 +- .../Plugin/migrate/source/d7/ViewModeTest.php | 2 +- .../field/tests/src/Kernel/ShapeItemTest.php | 2 +- .../Kernel/String/RawStringFormatterTest.php | 2 +- .../src/Kernel/String/StringFormatterTest.php | 2 +- .../src/Kernel/String/UuidFormatterTest.php | 2 +- .../field/tests/src/Kernel/TestItemTest.php | 2 +- .../Kernel/TestItemWithDependenciesTest.php | 2 +- .../tests/src/Kernel/TestObjectItemTest.php | 2 +- .../Timestamp/TimestampFormatterTest.php | 2 +- .../tests/src/Kernel/TranslationTest.php | 2 +- .../tests/src/Functional/FieldLayoutTest.php | 2 +- .../FunctionalJavascript/FieldLayoutTest.php | 2 +- .../src/Functional/EntityDisplayModeTest.php | 2 +- .../src/Functional/EntityDisplayTest.php | 2 +- .../src/Functional/FieldUIDeleteTest.php | 2 +- .../src/Functional/FieldUIIndentationTest.php | 2 +- .../tests/src/Functional/FieldUIRouteTest.php | 2 +- .../src/Functional/ManageDisplayTest.php | 2 +- .../Functional/ManageFieldsFunctionalTest.php | 2 +- .../tests/src/Functional/ManageFieldsTest.php | 2 +- .../EntityDisplayTest.php | 2 +- .../ManageDisplayTest.php | 2 +- .../tests/src/Kernel/EntityDisplayTest.php | 2 +- .../src/Kernel/EntityFormDisplayTest.php | 2 +- .../FileFieldFormatterAccessTest.php | 2 +- .../Functional/FileFieldRSSContentTest.php | 2 +- .../tests/src/Functional/FileListingTest.php | 2 +- .../src/Functional/FileManagedTestBase.php | 2 +- .../Functional/FileOnTranslatedEntityTest.php | 2 +- .../tests/src/Functional/FilePrivateTest.php | 2 +- .../FileUploadJsonBasicAuthTest.php | 2 +- .../Functional/Hal/FileHalJsonAnonTest.php | 2 +- .../Hal/FileHalJsonBasicAuthTest.php | 2 +- .../Hal/FileUploadHalJsonBasicAuthTest.php | 2 +- .../Hal/FileUploadHalJsonTestBase.php | 2 +- .../src/Functional/MultipleFileUploadTest.php | 2 +- .../PrivateFileOnTranslatedEntityTest.php | 2 +- .../Functional/RemoteFileSaveUploadTest.php | 2 +- .../Functional/Rest/FileJsonBasicAuthTest.php | 2 +- .../Functional/Rest/FileResourceTestBase.php | 2 +- .../Functional/Rest/FileXmlBasicAuthTest.php | 2 +- .../src/Functional/SaveUploadFormTest.php | 2 +- .../tests/src/Functional/SaveUploadTest.php | 2 +- .../Views/RelationshipUserFileDataTest.php | 2 +- .../FileFieldValidateTest.php | 2 +- .../MaximumFileSizeExceededUploadTest.php | 2 +- .../file/tests/src/Kernel/AccessTest.php | 2 +- .../file/tests/src/Kernel/FileItemTest.php | 2 +- .../src/Kernel/FileItemValidationTest.php | 2 +- .../src/Kernel/FileManagedUnitTestBase.php | 2 +- .../file/tests/src/Kernel/FileModuleTest.php | 2 +- .../Formatter/FileEntityFormatterTest.php | 2 +- .../Kernel/Migrate/MigrateFileStubTest.php | 2 +- .../d6/MigrateUploadEntityDisplayTest.php | 2 +- .../d6/MigrateUploadEntityFormDisplayTest.php | 2 +- .../Migrate/d6/MigrateUploadFieldTest.php | 2 +- .../Migrate/d6/MigrateUploadInstanceTest.php | 2 +- .../Kernel/Migrate/d6/MigrateUploadTest.php | 2 +- .../src/Kernel/Migrate/d7/MigrateFileTest.php | 2 +- .../Migrate/d7/MigratePrivateFileTest.php | 2 +- .../Plugin/migrate/source/d6/FileTest.php | 2 +- .../migrate/source/d6/UploadInstanceTest.php | 2 +- .../Plugin/migrate/source/d6/UploadTest.php | 2 +- .../Plugin/migrate/source/d7/FileTest.php | 2 +- .../Kernel/Views/ExtensionViewsFieldTest.php | 2 +- .../Kernel/Views/FileViewsFieldAccessTest.php | 2 +- .../tests/src/Functional/FilterAdminTest.php | 2 +- .../Functional/FilterDefaultFormatTest.php | 2 +- .../src/Functional/FilterFormatAccessTest.php | 2 +- .../tests/src/Functional/FilterHooksTest.php | 2 +- .../Functional/FilterHtmlImageSecureTest.php | 2 +- .../src/Functional/FilterSecurityTest.php | 2 +- .../Hal/FilterFormatHalJsonAnonTest.php | 2 +- .../Hal/FilterFormatHalJsonBasicAuthTest.php | 2 +- .../Hal/FilterFormatHalJsonCookieTest.php | 2 +- .../Rest/FilterFormatJsonBasicAuthTest.php | 2 +- .../Rest/FilterFormatResourceTestBase.php | 2 +- .../Rest/FilterFormatXmlBasicAuthTest.php | 2 +- .../filter/tests/src/Kernel/FilterAPITest.php | 2 +- .../tests/src/Kernel/FilterCrudTest.php | 2 +- .../src/Kernel/FilterDefaultConfigTest.php | 2 +- .../tests/src/Kernel/FilterKernelTest.php | 2 +- .../tests/src/Kernel/FilterNoFormatTest.php | 2 +- .../Migrate/d7/MigrateFilterFormatTest.php | 2 +- .../Migrate/d7/MigrateFilterSettingsTest.php | 2 +- .../Plugin/migrate/process/FilterIdTest.php | 2 +- .../migrate/source/d6/FilterFormatTest.php | 2 +- .../migrate/source/d7/FilterFormatTest.php | 2 +- .../src/Kernel/TextFormatElementFormTest.php | 2 +- .../tests/src/Functional/ForumBlockTest.php | 2 +- .../tests/src/Functional/ForumIndexTest.php | 2 +- .../src/Functional/ForumNodeAccessTest.php | 2 +- .../forum/tests/src/Functional/ForumTest.php | 2 +- .../src/Functional/ForumUninstallTest.php | 2 +- .../Functional/Views/ForumIntegrationTest.php | 2 +- .../tests/src/Kernel/ForumValidationTest.php | 2 +- .../Migrate/d6/MigrateForumConfigsTest.php | 2 +- .../Kernel/Migrate/d6/MigrateForumTest.php | 2 +- .../Migrate/d7/MigrateForumSettingsTest.php | 2 +- .../Kernel/EntityTranslationNormalizeTest.php | 2 +- .../tests/src/Kernel/FileNormalizeTest.php | 2 +- .../tests/src/Kernel/HalLinkManagerTest.php | 2 +- .../tests/src/Kernel/NormalizerTestBase.php | 2 +- .../src/Functional/ExperimentalHelpTest.php | 2 +- .../tests/src/Functional/HelpBlockTest.php | 2 +- .../help/tests/src/Functional/HelpTest.php | 2 +- .../help/tests/src/Functional/NoHelpTest.php | 2 +- .../tests/src/Kernel/HelpEmptyPageTest.php | 2 +- .../tests/src/Functional/HelpTopicTest.php | 2 +- .../tests/src/Functional/HistoryTest.php | 2 +- .../src/Kernel/Views/HistoryTimestampTest.php | 2 +- .../tests/src/Functional/FileMoveTest.php | 2 +- .../Hal/ImageStyleHalJsonAnonTest.php | 2 +- .../Hal/ImageStyleHalJsonBasicAuthTest.php | 2 +- .../Hal/ImageStyleHalJsonCookieTest.php | 2 +- .../src/Functional/ImageDimensionsTest.php | 2 +- .../tests/src/Functional/ImageEffectsTest.php | 2 +- .../ImageFieldDefaultImagesTest.php | 2 +- .../src/Functional/ImageFieldDisplayTest.php | 2 +- .../src/Functional/ImageFieldTestBase.php | 2 +- .../ImageOnTranslatedEntityTest.php | 2 +- .../Functional/ImageStylesPathAndUrlTest.php | 2 +- .../QuickEditImageControllerTest.php | 2 +- .../Rest/ImageStyleJsonBasicAuthTest.php | 2 +- .../Rest/ImageStyleResourceTestBase.php | 2 +- .../Rest/ImageStyleXmlBasicAuthTest.php | 2 +- .../ImageFieldTestBase.php | 2 +- .../QuickEditImageTest.php | 2 +- .../tests/src/Kernel/ImageFormatterTest.php | 2 +- .../tests/src/Kernel/ImageImportTest.php | 2 +- .../image/tests/src/Kernel/ImageItemTest.php | 2 +- .../ImageStyleCustomStreamWrappersTest.php | 2 +- .../src/Kernel/ImageStyleIntegrationTest.php | 2 +- .../src/Kernel/ImageThemeFunctionTest.php | 2 +- .../Kernel/Migrate/d6/MigrateImageTest.php | 2 +- .../Migrate/d7/MigrateImageSettingsTest.php | 2 +- .../Migrate/d7/MigrateImageStylesTest.php | 2 +- .../source/d6/ImageCachePresetTest.php | 2 +- .../migrate/source/d7/ImageStylesTest.php | 2 +- .../src/Kernel/Views/ImageViewsDataTest.php | 2 +- .../Views/RelationshipUserImageDataTest.php | 2 +- .../FormErrorHandlerFileUploadTest.php | 2 +- .../FormErrorHandlerCKEditorTest.php | 2 +- .../FormErrorHandlerQuickEditTest.php | 2 +- .../src/Kernel/FormElementInlineErrorTest.php | 2 +- .../tests/src/Functional/ActionTest.php | 2 +- .../src/Functional/BaseFieldOverrideTest.php | 2 +- .../tests/src/Functional/BlockContentTest.php | 2 +- .../src/Functional/BlockContentTypeTest.php | 2 +- .../tests/src/Functional/BlockTest.php | 2 +- .../tests/src/Functional/CommentTest.php | 2 +- .../tests/src/Functional/CommentTypeTest.php | 2 +- .../tests/src/Functional/ConfigTestTest.php | 2 +- .../Functional/ConfigurableLanguageTest.php | 2 +- .../tests/src/Functional/ContactFormTest.php | 2 +- .../ContentLanguageSettingsTest.php | 2 +- .../tests/src/Functional/DateFormatTest.php | 2 +- .../tests/src/Functional/EditorTest.php | 2 +- .../src/Functional/EntityFormDisplayTest.php | 2 +- .../src/Functional/EntityFormModeTest.php | 2 +- .../src/Functional/EntityTestMapFieldTest.php | 2 +- .../tests/src/Functional/EntityTestTest.php | 2 +- .../src/Functional/EntityViewDisplayTest.php | 2 +- .../src/Functional/EntityViewModeTest.php | 2 +- .../jsonapi/tests/src/Functional/FeedTest.php | 2 +- .../tests/src/Functional/FieldConfigTest.php | 2 +- .../src/Functional/FieldStorageConfigTest.php | 2 +- .../jsonapi/tests/src/Functional/FileTest.php | 2 +- .../tests/src/Functional/FileUploadTest.php | 2 +- .../tests/src/Functional/FilterFormatTest.php | 2 +- .../tests/src/Functional/ImageStyleTest.php | 2 +- .../jsonapi/tests/src/Functional/ItemTest.php | 2 +- .../JsonApiFunctionalMultilingualTest.php | 2 +- .../src/Functional/JsonApiFunctionalTest.php | 2 +- .../Functional/JsonApiFunctionalTestBase.php | 2 +- .../src/Functional/JsonApiRegressionTest.php | 2 +- .../tests/src/Functional/MediaTest.php | 2 +- .../tests/src/Functional/MediaTypeTest.php | 2 +- .../src/Functional/MenuLinkContentTest.php | Bin 8273 -> 8276 bytes .../jsonapi/tests/src/Functional/MenuTest.php | 2 +- .../tests/src/Functional/MessageTest.php | 2 +- .../jsonapi/tests/src/Functional/NodeTest.php | 2 +- .../tests/src/Functional/NodeTypeTest.php | 2 +- .../tests/src/Functional/PathAliasTest.php | 2 +- .../tests/src/Functional/RdfMappingTest.php | 2 +- .../Functional/ResponsiveImageStyleTest.php | 2 +- .../RestExportJsonApiUnsupported.php | 2 +- .../src/Functional/RestJsonApiUnsupported.php | 2 +- .../src/Functional/RestResourceConfigTest.php | 2 +- .../jsonapi/tests/src/Functional/RoleTest.php | 2 +- .../tests/src/Functional/SearchPageTest.php | 2 +- .../tests/src/Functional/ShortcutSetTest.php | 2 +- .../tests/src/Functional/ShortcutTest.php | 2 +- .../jsonapi/tests/src/Functional/TermTest.php | 2 +- .../jsonapi/tests/src/Functional/TourTest.php | 2 +- .../jsonapi/tests/src/Functional/UserTest.php | 2 +- .../jsonapi/tests/src/Functional/ViewTest.php | 2 +- .../tests/src/Functional/VocabularyTest.php | 2 +- .../tests/src/Functional/WorkflowTest.php | 2 +- .../src/Kernel/Context/FieldResolverTest.php | 2 +- .../Kernel/Controller/EntityResourceTest.php | 2 +- .../src/Kernel/JsonapiKernelTestBase.php | 2 +- .../JsonApiDocumentTopLevelNormalizerTest.php | 2 +- .../Normalizer/RelationshipNormalizerTest.php | 2 +- .../tests/src/Kernel/Query/FilterTest.php | 2 +- .../ResourceType/RelatedResourceTypesTest.php | 2 +- .../ResourceTypeRepositoryTest.php | 2 +- .../Revisions/VersionNegotiatorTest.php | 2 +- .../src/Kernel/Serializer/SerializerTest.php | 2 +- .../AdminPathEntityConverterLanguageTest.php | 2 +- .../ConfigurableLanguageManagerTest.php | 2 +- .../EntityTypeWithoutLanguageFormTest.php | 2 +- .../ConfigurableLanguageHalJsonAnonTest.php | 2 +- ...nfigurableLanguageHalJsonBasicAuthTest.php | 2 +- .../ConfigurableLanguageHalJsonCookieTest.php | 2 +- ...ContentLanguageSettingsHalJsonAnonTest.php | 2 +- ...ntLanguageSettingsHalJsonBasicAuthTest.php | 2 +- ...ntentLanguageSettingsHalJsonCookieTest.php | 2 +- .../LanguageBlockSettingsVisibilityTest.php | 2 +- .../src/Functional/LanguageBreadcrumbTest.php | 2 +- ...uageBrowserDetectionAcceptLanguageTest.php | 2 +- .../LanguageBrowserDetectionTest.php | 2 +- .../LanguageConfigOverrideImportTest.php | 2 +- .../Functional/LanguageConfigSchemaTest.php | 2 +- .../LanguageConfigurationElementTest.php | 2 +- .../Functional/LanguageConfigurationTest.php | 2 +- ...anguageCustomLanguageConfigurationTest.php | 2 +- .../LanguageEntityFieldAccessHookTest.php | 2 +- .../LanguageListModuleInstallTest.php | 2 +- .../tests/src/Functional/LanguageListTest.php | 2 +- .../src/Functional/LanguageLocaleListTest.php | 2 +- .../LanguageNegotiationContentEntityTest.php | 2 +- .../LanguageNegotiationInfoTest.php | 2 +- .../Functional/LanguageNegotiationUrlTest.php | 2 +- .../LanguagePathMonolingualTest.php | 2 +- .../LanguageSelectorTranslatableTest.php | 2 +- .../src/Functional/LanguageSwitchingTest.php | 2 +- .../tests/src/Functional/LanguageTourTest.php | 2 +- .../LanguageUILanguageNegotiationTest.php | 2 +- .../Functional/LanguageUrlRewritingTest.php | 2 +- .../ConfigurableLanguageJsonBasicAuthTest.php | 2 +- .../ConfigurableLanguageResourceTestBase.php | 2 +- .../ConfigurableLanguageXmlBasicAuthTest.php | 2 +- ...ntentLanguageSettingsJsonBasicAuthTest.php | 2 +- ...ontentLanguageSettingsResourceTestBase.php | 2 +- ...ontentLanguageSettingsXmlBasicAuthTest.php | 2 +- .../Condition/LanguageConditionTest.php | 2 +- .../ConfigurableLanguageManagerTest.php | 2 +- .../src/Kernel/ConfigurableLanguageTest.php | 2 +- .../src/Kernel/EntityDefaultLanguageTest.php | 2 +- .../src/Kernel/EntityUrlLanguageTest.php | 2 +- .../LanguageConfigFactoryOverrideTest.php | 2 +- .../LanguageConfigOverrideInstallTest.php | 2 +- .../tests/src/Kernel/LanguageTestBase.php | 2 +- .../Migrate/d6/MigrateDefaultLanguageTest.php | 2 +- ...rateLanguageContentCommentSettingsTest.php | 2 +- ...MigrateLanguageContentMenuSettingsTest.php | 2 +- .../d6/MigrateLanguageContentSettingsTest.php | 2 +- ...eContentTaxonomyVocabularySettingsTest.php | 2 +- ...MigrateLanguageNegotiationSettingsTest.php | 2 +- .../Kernel/Migrate/d6/MigrateLanguageTest.php | 2 +- .../Migrate/d7/MigrateDefaultLanguageTest.php | 2 +- ...CommentSettingsNoEntityTranslationTest.php | 2 +- ...rateLanguageContentCommentSettingsTest.php | 2 +- ...MigrateLanguageContentMenuSettingsTest.php | 2 +- .../d7/MigrateLanguageContentSettingsTest.php | 2 +- ...eContentTaxonomyVocabularySettingsTest.php | 2 +- ...MigrateLanguageNegotiationSettingsTest.php | 2 +- .../Plugin/migrate/source/LanguageTest.php | 2 +- .../source/d6/LanguageContentSettingsTest.php | 2 +- ...eContentTaxonomyVocabularySettingsTest.php | 2 +- .../d7/LanguageContentMenuSettingsTest.php | 2 +- .../source/d7/LanguageContentSettingsTest.php | 2 +- ...eContentTaxonomyVocabularySettingsTest.php | 2 +- .../src/Kernel/Views/LanguageTestBase.php | 2 +- ...uilderEntityViewDisplayHalJsonAnonTest.php | 2 +- ...rEntityViewDisplayHalJsonBasicAuthTest.php | 2 +- .../LayoutBuilderEntityViewDisplayTest.php | 2 +- .../src/Functional/LayoutBuilderTest.php | 2 +- .../LayoutBuilderThemeSuggestionsTest.php | 2 +- .../LayoutBuilderTranslationTest.php | 2 +- .../src/Functional/LayoutSectionTest.php | 2 +- ...lderEntityViewDisplayJsonBasicAuthTest.php | 2 +- ...ilderEntityViewDisplayResourceTestBase.php | 2 +- ...ilderEntityViewDisplayXmlBasicAuthTest.php | 2 +- .../Functional/Rest/LayoutRestTestBase.php | 2 +- .../FunctionalJavascript/AjaxBlockTest.php | 2 +- .../BlockFormMessagesTest.php | 2 +- .../InlineBlockPrivateFilesTest.php | 2 +- .../InlineBlockTestBase.php | 2 +- .../LayoutBuilderNestedFormUiTest.php | 2 +- .../LayoutBuilderQuickEditTest.php | 2 +- .../LayoutBuilderToolbarTest.php | 2 +- .../LayoutBuilderUiTest.php | 2 +- .../TestMultiWidthLayoutsTest.php | 2 +- .../LayoutBuilderCompatibilityTestBase.php | 2 +- ...outBuilderFieldLayoutCompatibilityTest.php | 2 +- .../src/Kernel/LayoutSectionItemListTest.php | 2 +- .../src/Kernel/SectionStorageTestBase.php | 2 +- .../Kernel/SimpleConfigSectionStorageTest.php | 2 +- .../tests/src/Kernel/LayoutTest.php | 2 +- .../tests/src/Functional/LinkFieldTest.php | 2 +- .../tests/src/Functional/LinkFieldUITest.php | 2 +- .../Functional/Views/LinkViewsTokensTest.php | 2 +- .../src/Kernel/LinkItemSerializationTest.php | 2 +- .../link/tests/src/Kernel/LinkItemTest.php | 2 +- .../LocaleConfigTranslationImportTest.php | 2 +- .../LocaleConfigTranslationTest.php | 2 +- .../src/Functional/LocaleContentTest.php | 2 +- .../tests/src/Functional/LocaleExportTest.php | 2 +- .../Functional/LocaleFileSystemFormTest.php | 2 +- .../Functional/LocaleImportFunctionalTest.php | 2 +- .../LocaleJavascriptTranslationTest.php | 2 +- .../src/Functional/LocaleLocaleLookupTest.php | 2 +- .../tests/src/Functional/LocalePathTest.php | 2 +- .../src/Functional/LocalePluralFormatTest.php | 2 +- .../LocaleTranslateStringTourTest.php | 2 +- .../LocaleTranslatedSchemaDefinitionTest.php | 2 +- .../Functional/LocaleTranslationUiTest.php | 2 +- .../tests/src/Functional/LocaleUpdateBase.php | 2 +- .../LocaleUpdateDevelopmentReleaseTest.php | 2 +- .../Functional/LocaleUpdateInterfaceTest.php | 2 +- .../src/Kernel/LocaleConfigManagerTest.php | 2 +- .../src/Kernel/LocaleConfigSubscriberTest.php | 2 +- .../LocaleConfigurableLanguageManagerTest.php | 2 +- .../src/Kernel/LocaleStringIsSafeTest.php | 2 +- .../Kernel/LocaleTranslationProjectsTest.php | 2 +- .../Migrate/MigrateLocaleConfigsTest.php | 2 +- .../FieldFormatter/OEmbedFormatterTest.php | 2 +- .../Functional/Hal/MediaHalJsonAnonTest.php | 2 +- .../Hal/MediaHalJsonBasicAuthTest.php | 2 +- .../Hal/MediaTypeHalJsonAnonTest.php | 2 +- .../Hal/MediaTypeHalJsonBasicAuthTest.php | 2 +- .../Hal/MediaTypeHalJsonCookieTest.php | 2 +- .../tests/src/Functional/MediaAccessTest.php | 2 +- .../src/Functional/MediaBulkFormTest.php | 2 +- .../src/Functional/MediaCacheTagsTest.php | 2 +- .../Functional/MediaContextualLinksTest.php | 2 +- .../Functional/MediaFunctionalTestBase.php | 2 +- .../tests/src/Functional/MediaInstallTest.php | 2 +- .../MediaTemplateSuggestionsTest.php | 2 +- .../src/Functional/MediaTranslationUITest.php | 2 +- .../src/Functional/MediaTypeCreationTest.php | 2 +- .../src/Functional/MediaUiFunctionalTest.php | 2 +- .../Rest/MediaJsonBasicAuthTest.php | 2 +- .../Functional/Rest/MediaResourceTestBase.php | 2 +- .../Rest/MediaTypeJsonBasicAuthTest.php | 2 +- .../Rest/MediaTypeResourceTestBase.php | 2 +- .../Rest/MediaTypeXmlBasicAuthTest.php | 2 +- .../Functional/Rest/MediaXmlBasicAuthTest.php | 2 +- .../MediaJavascriptTestBase.php | 2 +- .../MediaSourceOEmbedVideoTest.php | 2 +- .../MediaStandardProfileTest.php | 2 +- .../MediaUiJavascriptTest.php | 2 +- .../tests/src/Kernel/MediaKernelTestBase.php | 2 +- .../tests/src/Kernel/MediaTranslationTest.php | 2 +- .../Hal/MenuLinkContentHalJsonAnonTest.php | 2 +- .../MenuLinkContentHalJsonBasicAuthTest.php | 2 +- .../MenuLinkContentDeleteFormTest.php | 2 +- .../Functional/MenuLinkContentFormTest.php | 2 +- .../MenuLinkContentTranslationUITest.php | 2 +- .../Rest/MenuLinkContentJsonBasicAuthTest.php | 2 +- .../Rest/MenuLinkContentResourceTestBase.php | 2 +- .../Rest/MenuLinkContentXmlBasicAuthTest.php | 2 +- ...enuLinkContentCacheabilityBubblingTest.php | 2 +- .../src/Kernel/MenuLinkContentDeriverTest.php | 2 +- .../tests/src/Kernel/MenuLinksTest.php | 2 +- .../MigrateMenuLinkContentStubTest.php | 2 +- .../Kernel/Migrate/d6/MigrateMenuLinkTest.php | 2 +- .../d6/MigrateMenuLinkTranslationTest.php | 2 +- .../Kernel/Migrate/d7/MigrateMenuLinkTest.php | 2 +- .../Kernel/PathAliasMenuLinkContentTest.php | 2 +- .../Plugin/migrate/process/LinkUriTest.php | 2 +- .../Plugin/migrate/source/MenuLinkTest.php | 2 +- .../source/d6/MenuLinkTranslationTest.php | 2 +- .../src/Functional/MenuCacheTagsTest.php | 2 +- .../src/Functional/MenuLinkReorderTest.php | 2 +- .../MenuUiContentModerationTest.php | 2 +- .../tests/src/Functional/MenuUiNodeTest.php | 2 +- .../src/Functional/MenuUninstallTest.php | 2 +- .../Migrate/MigrateMenuSettingsTest.php | 2 +- .../process/DownloadFunctionalTest.php | 2 +- .../src/Kernel/HighWaterNotJoinableTest.php | 2 +- .../tests/src/Kernel/HighWaterTest.php | 2 +- .../tests/src/Kernel/MigrateBundleTest.php | 2 +- .../src/Kernel/MigrateConfigRollbackTest.php | 2 +- .../src/Kernel/MigrateEmbeddedDataTest.php | 2 +- .../Kernel/MigrateEntityContentBaseTest.php | 2 +- .../tests/src/Kernel/MigrateEventsTest.php | 2 +- .../src/Kernel/MigrateExecutableTest.php | 2 +- .../Kernel/MigrateExternalTranslatedTest.php | 2 +- .../src/Kernel/MigrateInterruptionTest.php | 2 +- .../tests/src/Kernel/MigrateLookupTest.php | 2 +- .../tests/src/Kernel/MigrateMessageTest.php | 2 +- .../MigrateRollbackEntityConfigTest.php | 2 +- .../tests/src/Kernel/MigrateRollbackTest.php | 2 +- .../tests/src/Kernel/MigrateSkipRowTest.php | 2 +- .../src/Kernel/MigrateSourceTestBase.php | 2 +- .../tests/src/Kernel/MigrateStubTest.php | 2 +- .../tests/src/Kernel/MigrateTestBase.php | 2 +- .../tests/src/Kernel/MigrationTest.php | 2 +- .../src/Kernel/Plugin/EntityExistsTest.php | 2 +- .../src/Kernel/Plugin/EntityRevisionTest.php | 2 +- .../tests/src/Kernel/Plugin/LogTest.php | 2 +- .../MigrationPluginConfigurationTest.php | 2 +- .../Kernel/Plugin/MigrationPluginListTest.php | 2 +- .../tests/src/Kernel/Plugin/MigrationTest.php | 2 +- .../tests/src/Kernel/QueryBatchTest.php | 2 +- .../tests/src/Kernel/TrackChangesTest.php | 2 +- .../tests/src/Kernel/process/DownloadTest.php | 2 +- .../tests/src/Kernel/process/ExtractTest.php | 2 +- .../tests/src/Kernel/process/FileCopyTest.php | 2 +- .../Kernel/process/HandleMultiplesTest.php | 2 +- .../tests/src/Kernel/process/RouteTest.php | 2 +- .../src/Kernel/MigrateDrupalTestBase.php | 2 +- .../Kernel/MigrateFieldPluginManagerTest.php | 2 +- .../migrate/source/ContentEntityTest.php | 2 +- .../migrate/source/VariableMultiRowTest.php | 2 +- .../Plugin/migrate/source/VariableTest.php | 2 +- .../source/d6/VariableTranslationTest.php | 2 +- .../source/d7/VariableTranslationTest.php | 2 +- .../Plugin/migrate/source/d8/ConfigTest.php | 2 +- .../tests/src/Kernel/StateFileExists.php | 2 +- .../src/Kernel/d6/EntityContentBaseTest.php | 2 +- .../src/Kernel/d6/FieldDiscoveryTest.php | 2 +- .../src/Kernel/d6/FollowUpMigrationsTest.php | 2 +- .../src/Kernel/d6/MigrateDrupal6TestBase.php | 2 +- .../Kernel/d6/ValidateMigrationStateTest.php | 2 +- ...riableTranslationCheckRequirementsTest.php | 2 +- .../src/Kernel/d7/FieldDiscoveryTest.php | 2 +- .../src/Kernel/d7/FollowUpMigrationsTest.php | 2 +- .../Kernel/d7/ValidateMigrationStateTest.php | 2 +- .../dependencies/MigrateDependenciesTest.php | 2 +- .../src/Functional/MigrateAccessTest.php | 2 +- .../MigrateUpgradeFormStepsTest.php | 2 +- .../MultilingualReviewPageTestBase.php | 2 +- .../src/Functional/d6/IdConflictTest.php | 2 +- .../d6/MultilingualReviewPageTest.php | 2 +- .../d6/NoMultilingualReviewPageTest.php | 2 +- .../src/Functional/d6/NodeClassicTest.php | 2 +- .../tests/src/Functional/d6/Upgrade6Test.php | 2 +- .../src/Functional/d7/IdConflictTest.php | 2 +- .../d7/MultilingualReviewPageTest.php | 2 +- .../tests/src/Functional/d7/Upgrade7Test.php | 2 +- .../Functional/Hal/NodeHalJsonAnonTest.php | 2 +- .../Hal/NodeHalJsonBasicAuthTest.php | 2 +- .../Hal/NodeTypeHalJsonAnonTest.php | 2 +- .../Hal/NodeTypeHalJsonBasicAuthTest.php | 2 +- .../Hal/NodeTypeHalJsonCookieTest.php | 2 +- .../Functional/NodeAccessBaseTableTest.php | 2 +- .../Functional/NodeAccessCacheabilityTest.php | 2 +- .../src/Functional/NodeAccessFieldTest.php | 2 +- .../NodeAccessGrantsCacheContextTest.php | 2 +- .../NodeAccessLanguageFallbackTest.php | 2 +- .../src/Functional/NodeAccessMenuLinkTest.php | 2 +- .../src/Functional/NodeAccessPagerTest.php | 2 +- .../NodeActionsConfigurationTest.php | 2 +- .../tests/src/Functional/NodeAdminTest.php | 2 +- .../Functional/NodeBlockFunctionalTest.php | 2 +- .../src/Functional/NodeCacheTagsTest.php | 2 +- .../Functional/NodeContextualLinksTest.php | 2 +- .../tests/src/Functional/NodeCreationTest.php | 2 +- .../NodeDisplayConfigurableTest.php | 2 +- .../tests/src/Functional/NodeEditFormTest.php | 2 +- .../NodeEntityViewModeAlterTest.php | 2 +- .../Functional/NodeFieldMultilingualTest.php | 2 +- .../NodeFormSaveChangedTimeTest.php | 2 +- .../tests/src/Functional/NodeHelpTest.php | 2 +- .../tests/src/Functional/NodeLinksTest.php | 2 +- .../src/Functional/NodeLoadMultipleTest.php | 2 +- .../Functional/NodePreviewAnonymousTest.php | 2 +- .../src/Functional/NodeQueryAlterTest.php | 2 +- .../src/Functional/NodeRSSContentTest.php | 2 +- .../src/Functional/NodeRevisionsTest.php | 2 +- .../NodeRevisionsUiBypassAccessTest.php | 2 +- .../tests/src/Functional/NodeSaveTest.php | 2 +- .../src/Functional/NodeSyndicateBlockTest.php | 2 +- .../tests/src/Functional/NodeTestBase.php | 2 +- .../tests/src/Functional/NodeTitleTest.php | 2 +- .../src/Functional/NodeTranslationUITest.php | 2 +- .../NodeTypeInitialLanguageTest.php | 2 +- .../tests/src/Functional/NodeTypeTest.php | 2 +- .../Functional/NodeTypeTranslationTest.php | 2 +- .../src/Functional/NodeViewLanguageTest.php | 2 +- .../tests/src/Functional/PagePreviewTest.php | 2 +- .../Functional/Rest/NodeJsonBasicAuthTest.php | 2 +- .../Functional/Rest/NodeResourceTestBase.php | 2 +- .../Rest/NodeTypeJsonBasicAuthTest.php | 2 +- .../Rest/NodeTypeResourceTestBase.php | 2 +- .../Rest/NodeTypeXmlBasicAuthTest.php | 2 +- .../Functional/Rest/NodeXmlBasicAuthTest.php | 2 +- .../Functional/Views/BulkFormAccessTest.php | 2 +- .../src/Functional/Views/BulkFormTest.php | 2 +- .../Functional/Views/FilterNodeAccessTest.php | 2 +- .../src/Functional/Views/FrontPageTest.php | 2 +- .../Views/NodeContextualLinksTest.php | 2 +- .../Functional/Views/NodeFieldFilterTest.php | 2 +- .../src/Functional/Views/NodeLanguageTest.php | 2 +- .../src/Functional/Views/NodeTestBase.php | 2 +- .../src/Functional/Views/PathPluginTest.php | 2 +- .../src/Functional/Views/RowPluginTest.php | 2 +- .../src/Functional/Views/StatusExtraTest.php | 2 +- .../NodePreviewLinkTest.php | 2 +- .../TestSettingSummariesContentType.php | 2 +- .../Action/UnpublishByKeywordActionTest.php | 2 +- .../Kernel/Config/NodeImportChangeTest.php | 2 +- .../Kernel/Config/NodeImportCreateTest.php | 2 +- .../Kernel/Migrate/MigrateNodeStubTest.php | 2 +- .../Migrate/MigrationPluginAlterTest.php | 2 +- .../d6/MigrateNodeBundleSettingsTest.php | 2 +- .../Migrate/d6/MigrateNodeCompleteTest.php | 2 +- .../Migrate/d6/MigrateNodeRevisionTest.php | 2 +- .../d6/MigrateNodeSettingPromoteTest.php | 2 +- .../d6/MigrateNodeSettingStatusTest.php | 2 +- .../d6/MigrateNodeSettingStickyTest.php | 2 +- .../src/Kernel/Migrate/d6/MigrateNodeTest.php | 2 +- .../Kernel/Migrate/d6/MigrateNodeTypeTest.php | 2 +- .../d6/NodeTranslationRedirectTest.php | 2 +- .../Migrate/d7/MigrateNodeCompleteTest.php | 2 +- .../Migrate/d7/MigrateNodeDeriverTest.php | 2 +- .../Migrate/d7/MigrateNodeRevisionTest.php | 2 +- .../Migrate/d7/MigrateNodeSettingsTest.php | 2 +- .../src/Kernel/Migrate/d7/MigrateNodeTest.php | 2 +- .../Migrate/d7/MigrateNodeTitleLabelTest.php | 2 +- .../Kernel/Migrate/d7/MigrateNodeTypeTest.php | 2 +- .../d7/NodeTranslationRedirectTest.php | 2 +- ...NodeAccessLanguageAwareCombinationTest.php | 2 +- .../Kernel/NodeAccessLanguageAwareTest.php | 2 +- .../src/Kernel/NodeAccessRecordsTest.php | 2 +- .../src/Kernel/NodeBodyFieldStorageTest.php | 2 +- .../tests/src/Kernel/NodeConditionTest.php | 2 +- .../tests/src/Kernel/NodeFieldAccessTest.php | 2 +- .../src/Kernel/NodeFieldOverridesTest.php | 2 +- .../tests/src/Kernel/NodeListBuilderTest.php | 2 +- .../node/tests/src/Kernel/NodeOwnerTest.php | 2 +- .../tests/src/Kernel/NodeTokenReplaceTest.php | 2 +- .../tests/src/Kernel/NodeValidationTest.php | 2 +- .../tests/src/Kernel/NodeViewBuilderTest.php | 2 +- .../migrate/source/d6/NodeByNodeTypeTest.php | 2 +- .../source/d6/NodeRevisionByNodeTypeTest.php | 2 +- .../migrate/source/d6/NodeRevisionTest.php | 2 +- .../Plugin/migrate/source/d6/NodeTest.php | 2 +- .../migrate/source/d6/NodeTranslationTest.php | 2 +- .../Plugin/migrate/source/d6/NodeTypeTest.php | 2 +- .../Plugin/migrate/source/d6/ViewModeTest.php | 2 +- .../source/d7/NodeEntityTranslationTest.php | 2 +- .../Plugin/migrate/source/d7/NodeTest.php | 2 +- .../migrate/source/d7/NodeTranslationTest.php | 2 +- .../Plugin/migrate/source/d7/NodeTypeTest.php | 2 +- .../tests/src/Kernel/SummaryLengthTest.php | 2 +- .../Kernel/Views/ArgumentUidRevisionTest.php | 2 +- .../src/Kernel/Views/NidArgumentTest.php | 2 +- .../Kernel/Views/NodeViewsFieldAccessTest.php | 2 +- .../Views/RevisionCreateTimestampTest.php | 2 +- .../Views/RevisionRelationshipsTest.php | 2 +- .../src/Kernel/Views/RevisionUidTest.php | 2 +- .../OptionsDynamicValuesTestBase.php | 2 +- .../src/Functional/OptionsFieldUITest.php | 2 +- .../OptionsFloatFieldImportTest.php | 2 +- .../src/Functional/OptionsWidgetsTest.php | 2 +- .../tests/src/Kernel/OptionsFieldTest.php | 2 +- .../src/Kernel/OptionsFieldUnitTestBase.php | 2 +- .../src/Kernel/Views/FileViewsDataTest.php | 2 +- .../src/Kernel/Views/OptionsTestBase.php | 2 +- .../tests/src/Kernel/Views/ViewsDataTest.php | 2 +- .../tests/src/Functional/PageCacheTest.php | 2 +- .../tests/src/Functional/PathAdminTest.php | 2 +- .../tests/src/Functional/PathAliasTest.php | 2 +- .../Functional/PathContentModerationTest.php | 2 +- .../tests/src/Functional/PathLanguageTest.php | 2 +- .../src/Functional/PathLanguageUiTest.php | 2 +- .../src/Functional/PathMediaFormTest.php | 2 +- .../tests/src/Functional/PathNodeFormTest.php | 2 +- .../src/Functional/PathTaxonomyTermTest.php | 2 +- .../tests/src/Functional/PathTestBase.php | 2 +- .../Kernel/Migrate/d6/MigrateUrlAliasTest.php | 2 +- .../Kernel/Migrate/d7/MigrateUrlAliasTest.php | 2 +- .../Migrate/d7/MigrateUrlAliasTestBase.php | 2 +- .../path/tests/src/Kernel/PathItemTest.php | 2 +- .../src/Kernel/PathNoCanonicalLinkTest.php | 2 +- .../Plugin/migrate/source/d6/UrlAliasTest.php | 2 +- .../Plugin/migrate/source/d7/UrlAliasTest.php | 2 +- .../Hal/PathAliasHalJsonAnonTest.php | 2 +- .../Hal/PathAliasHalJsonBasicAuthTest.php | 2 +- .../Hal/PathAliasHalJsonCookieTest.php | 2 +- .../Rest/PathAliasJsonBasicAuthTest.php | 2 +- .../Rest/PathAliasResourceTestBase.php | 2 +- .../Rest/PathAliasXmlBasicAuthTest.php | 2 +- .../src/Functional/UrlAlterFunctionalTest.php | 2 +- .../tests/src/Kernel/PathHooksTest.php | 2 +- .../src/FunctionalJavascript/FieldTest.php | 2 +- .../QuickEditAutocompleteTermTest.php | 2 +- .../QuickEditFileTest.php | 2 +- .../QuickEditIntegrationTest.php | 2 +- .../QuickEditJavascriptTestBase.php | 2 +- .../QuickEditLoadingTest.php | 2 +- .../src/Kernel/MetadataGeneratorTest.php | 2 +- .../tests/src/Kernel/QuickEditTestBase.php | 2 +- .../src/Functional/CommentAttributesTest.php | 2 +- .../EntityReferenceFieldAttributesTest.php | 2 +- .../Functional/FileFieldAttributesTest.php | 2 +- .../src/Functional/GetRdfNamespacesTest.php | 2 +- .../Hal/RdfMappingHalJsonAnonTest.php | 2 +- .../Hal/RdfMappingHalJsonBasicAuthTest.php | 2 +- .../Hal/RdfMappingHalJsonCookieTest.php | 2 +- .../Functional/ImageFieldAttributesTest.php | 2 +- .../src/Functional/NodeAttributesTest.php | 2 +- .../Rest/RdfMappingJsonBasicAuthTest.php | 2 +- .../Rest/RdfMappingResourceTestBase.php | 2 +- .../Rest/RdfMappingXmlBasicAuthTest.php | 2 +- .../src/Functional/TaxonomyAttributesTest.php | 2 +- .../src/Functional/UserAttributesTest.php | 2 +- .../modules/rdf/tests/src/Kernel/CrudTest.php | 2 +- .../Kernel/Field/DateTimeFieldRdfaTest.php | 2 +- .../src/Kernel/Field/EmailFieldRdfaTest.php | 2 +- .../Kernel/Field/EntityReferenceRdfaTest.php | 2 +- .../Field/FieldRdfaDatatypeCallbackTest.php | 2 +- .../src/Kernel/Field/FieldRdfaTestBase.php | 2 +- .../src/Kernel/Field/LinkFieldRdfaTest.php | 2 +- .../Kernel/Field/TelephoneFieldRdfaTest.php | 2 +- .../src/Kernel/Field/TextFieldRdfaTest.php | 2 +- .../Migrate/d7/MigrateRdfMappingTest.php | 2 +- .../migrate/source/d7/RdfMappingTest.php | 2 +- .../tests/src/Kernel/RdfaAttributesTest.php | 2 +- .../ResponsiveImageFieldUiTest.php | 2 +- .../ResponsiveImageStyleHalJsonAnonTest.php | 2 +- ...sponsiveImageStyleHalJsonBasicAuthTest.php | 2 +- .../ResponsiveImageStyleHalJsonCookieTest.php | 2 +- .../Functional/ResponsiveImageAdminUITest.php | 2 +- .../ResponsiveImageFieldDisplayTest.php | 2 +- .../ResponsiveImageStyleJsonBasicAuthTest.php | 2 +- .../ResponsiveImageStyleResourceTestBase.php | 2 +- .../ResponsiveImageStyleXmlBasicAuthTest.php | 2 +- .../src/Functional/ViewsIntegrationTest.php | 2 +- .../Kernel/ResponsiveImageIntegrationTest.php | 2 +- .../EntityResource/EntityResourceTestBase.php | 2 +- .../ModeratedNodeJsonBasicAuthTest.php | 2 +- .../ModeratedNodeResourceTestBase.php | 2 +- .../ModeratedNodeXmlBasicAuthTest.php | 2 +- .../Functional/FileUploadResourceTestBase.php | 2 +- .../Hal/RestResourceConfigHalJsonAnonTest.php | 2 +- ...RestResourceConfigHalJsonBasicAuthTest.php | 2 +- .../RestResourceConfigHalJsonCookieTest.php | 2 +- .../tests/src/Functional/ResourceTest.php | 2 +- .../tests/src/Functional/ResourceTestBase.php | 2 +- .../RestResourceConfigJsonBasicAuthTest.php | 2 +- .../RestResourceConfigResourceTestBase.php | 2 +- .../RestResourceConfigXmlBasicAuthTest.php | 2 +- .../Views/ExcludedFieldTokenTest.php | 2 +- .../src/Functional/Views/FieldCounterTest.php | 2 +- .../Functional/Views/RestExportAuthTest.php | 2 +- .../Functional/Views/StyleSerializerTest.php | 2 +- .../Kernel/Entity/ConfigDependenciesTest.php | 2 +- .../Kernel/Entity/RestResourceConfigTest.php | 2 +- .../tests/src/Kernel/RequestHandlerTest.php | 2 +- .../tests/src/Kernel/Views/RestExportTest.php | 2 +- .../Views/StyleSerializerKernelTest.php | 2 +- .../Hal/SearchPageHalJsonAnonTest.php | 2 +- .../Hal/SearchPageHalJsonBasicAuthTest.php | 2 +- .../Hal/SearchPageHalJsonCookieTest.php | 2 +- .../Rest/SearchPageJsonBasicAuthTest.php | 2 +- .../Rest/SearchPageResourceTestBase.php | 2 +- .../Rest/SearchPageXmlBasicAuthTest.php | 2 +- .../Migrate/d6/MigrateSearchPageTest.php | 2 +- .../Migrate/d6/MigrateSearchSettingsTest.php | 2 +- .../src/Kernel/Migrate/d6/SearchPageTest.php | 2 +- .../Migrate/d7/MigrateSearchPageTest.php | 2 +- .../Migrate/d7/MigrateSearchSettingsTest.php | 2 +- .../src/Kernel/Migrate/d7/SearchPageTest.php | 2 +- .../tests/src/Kernel/SearchExcerptTest.php | 2 +- .../tests/src/Kernel/SearchMatchTest.php | 2 +- .../tests/src/Kernel/EntityResolverTest.php | 2 +- .../src/Kernel/EntitySerializationTest.php | 2 +- .../src/Kernel/FieldItemSerializationTest.php | 2 +- .../src/Kernel/MapDataNormalizerTest.php | 2 +- .../tests/src/Kernel/NormalizerTestBase.php | 2 +- .../tests/src/Kernel/SerializationTest.php | 2 +- .../tests/src/Functional/SettingsTrayTest.php | 2 +- .../FunctionalJavascript/ConfigAccessTest.php | 2 +- .../OverriddenConfigurationTest.php | 2 +- .../QuickEditIntegrationTest.php | 2 +- .../SettingsTrayBlockFormTest.php | 2 +- .../SettingsTrayTestBase.php | 2 +- .../Hal/ShortcutHalJsonAnonTest.php | 2 +- .../Hal/ShortcutHalJsonBasicAuthTest.php | 2 +- .../Hal/ShortcutSetHalJsonAnonTest.php | 2 +- .../Hal/ShortcutSetHalJsonBasicAuthTest.php | 2 +- .../Rest/ShortcutJsonBasicAuthTest.php | 2 +- .../Rest/ShortcutResourceTestBase.php | 2 +- .../Rest/ShortcutSetJsonBasicAuthTest.php | 2 +- .../Rest/ShortcutSetResourceTestBase.php | 2 +- .../Rest/ShortcutSetXmlBasicAuthTest.php | 2 +- .../Rest/ShortcutXmlBasicAuthTest.php | 2 +- .../src/Functional/ShortcutCacheTagsTest.php | 2 +- .../src/Functional/ShortcutLinksTest.php | 2 +- .../tests/src/Functional/ShortcutSetsTest.php | 2 +- .../tests/src/Functional/ShortcutTestBase.php | 2 +- .../Functional/ShortcutTranslationUITest.php | 2 +- .../Migrate/MigrateShortcutStubTest.php | 2 +- .../Migrate/d7/MigrateShortcutSetTest.php | 2 +- .../d7/MigrateShortcutSetUsersTest.php | 2 +- .../Kernel/Migrate/d7/MigrateShortcutTest.php | 2 +- .../migrate/source/d7/ShortcutSetTest.php | 2 +- .../source/d7/ShortcutSetUsersTest.php | 2 +- .../Plugin/migrate/source/d7/ShortcutTest.php | 2 +- .../Kernel/ShortcutSevenIntegrationTest.php | 2 +- .../src/Functional/StatisticsAdminTest.php | 2 +- .../src/Functional/StatisticsAttachedTest.php | 2 +- .../src/Functional/StatisticsLoggingTest.php | 2 +- .../src/Functional/StatisticsTestBase.php | 2 +- .../src/Functional/Views/IntegrationTest.php | 2 +- .../StatisticsLoggingTest.php | 2 +- .../Migrate/d6/MigrateNodeCounterTest.php | 2 +- .../d6/MigrateStatisticsConfigsTest.php | 2 +- .../Migrate/d7/MigrateNodeCounterTest.php | 2 +- .../d7/MigrateStatisticsConfigsTest.php | 2 +- .../Plugin/migrate/source/NodeCounterTest.php | 2 +- .../tests/src/Functional/SyslogTest.php | 2 +- .../Migrate/d6/MigrateSyslogConfigsTest.php | 2 +- .../Migrate/d7/MigrateSyslogConfigsTest.php | 2 +- .../syslog/tests/src/Kernel/SyslogTest.php | 2 +- .../system/src/Tests/Ajax/AjaxTestBase.php | 2 +- .../Hal/EntityTestBundleHalJsonAnonTest.php | 2 +- .../EntityTestBundleHalJsonBasicAuthTest.php | 2 +- .../Hal/EntityTestBundleHalJsonCookieTest.php | 2 +- .../Hal/EntityTestHalJsonAnonTest.php | 2 +- .../Hal/EntityTestHalJsonBasicAuthTest.php | 2 +- ...tHalJsonInternalPropertyNormalizerTest.php | 2 +- .../Hal/EntityTestLabelHalJsonAnonTest.php | 2 +- .../EntityTestLabelHalJsonBasicAuthTest.php | 2 +- .../Hal/EntityTestMapFieldHalJsonAnonTest.php | 2 +- .../EntityTestBundleJsonBasicAuthTest.php | 2 +- .../Rest/EntityTestBundleResourceTestBase.php | 2 +- .../Rest/EntityTestBundleXmlBasicAuthTest.php | 2 +- .../Rest/EntityTestJsonBasicAuthTest.php | 2 +- .../Rest/EntityTestLabelJsonBasicAuthTest.php | 2 +- .../Rest/EntityTestLabelResourceTestBase.php | 2 +- .../Rest/EntityTestLabelXmlBasicAuthTest.php | 2 +- .../EntityTestMapFieldResourceTestBase.php | 2 +- .../Rest/EntityTestResourceTestBase.php | 2 +- .../Rest/EntityTestTextItemNormalizerTest.php | 2 +- .../Rest/EntityTestXmlBasicAuthTest.php | 2 +- .../Functional/Ajax/OffCanvasDialogTest.php | 2 +- .../tests/src/Functional/Batch/PageTest.php | 2 +- .../src/Functional/Batch/ProcessingTest.php | 2 +- .../Bootstrap/DrupalMessengerServiceTest.php | 2 +- .../Cache/SessionExistsCacheContextTest.php | 2 +- .../tests/src/Functional/Common/AlterTest.php | 2 +- .../Common/EarlyRenderingControllerTest.php | 2 +- .../src/Functional/Common/RenderWebTest.php | 2 +- .../tests/src/Functional/Common/UrlTest.php | 2 +- .../Condition/ConditionFormTest.php | 2 +- .../src/Functional/CsrfRequestHeaderTest.php | 2 +- .../Functional/Database/DatabaseTestBase.php | 2 +- .../Database/TemporaryQueryTest.php | 2 +- .../Datetime/DrupalDateTimeTest.php | 2 +- .../DrupalKernel/ContainerRebuildWebTest.php | 2 +- .../src/Functional/Entity/EntityAddUITest.php | 2 +- .../Entity/EntityCacheTagsTestBase.php | 2 +- .../src/Functional/Entity/EntityFormTest.php | 2 +- .../Entity/EntityListBuilderTest.php | 2 +- .../Entity/EntityOperationsTest.php | 2 +- .../EntityReferenceSelectionAccessTest.php | 2 +- .../Functional/Entity/EntityRevisionsTest.php | 2 +- .../Entity/EntityTranslationFormTest.php | 2 +- .../Entity/EntityViewControllerTest.php | 2 +- .../tests/src/Functional/Form/AlterTest.php | 2 +- .../Functional/Form/ArbitraryRebuildTest.php | 2 +- .../src/Functional/Form/CheckboxTest.php | 2 +- .../src/Functional/Form/ConfirmFormTest.php | 2 +- .../tests/src/Functional/Form/ElementTest.php | 2 +- .../Functional/Form/ElementsAccessTest.php | 2 +- .../Functional/Form/ElementsContainerTest.php | 2 +- .../Functional/Form/ElementsLabelsTest.php | 2 +- .../Form/ElementsTableSelectTest.php | 2 +- .../Form/ElementsVerticalTabsTest.php | 2 +- .../tests/src/Functional/Form/EmailTest.php | 2 +- .../src/Functional/Form/FormObjectTest.php | 2 +- .../Form/FormStoragePageCacheTest.php | 2 +- .../tests/src/Functional/Form/FormTest.php | 2 +- .../Form/LanguageSelectElementTest.php | 2 +- .../Form/ModulesListFormWebTest.php | 2 +- .../tests/src/Functional/Form/RebuildTest.php | 2 +- .../src/Functional/Form/RedirectTest.php | 2 +- .../src/Functional/Form/ResponseTest.php | 2 +- .../Form/StateValuesCleanAdvancedTest.php | 2 +- .../Functional/Form/StateValuesCleanTest.php | 2 +- .../tests/src/Functional/Form/StorageTest.php | 2 +- .../Functional/Form/SystemConfigFormTest.php | 2 +- .../tests/src/Functional/Form/UrlTest.php | 2 +- .../src/Functional/Form/ValidationTest.php | 2 +- .../Functional/Hal/ActionHalJsonAnonTest.php | 2 +- .../Hal/ActionHalJsonBasicAuthTest.php | 2 +- .../Hal/ActionHalJsonCookieTest.php | 2 +- .../Functional/Hal/MenuHalJsonAnonTest.php | 2 +- .../Hal/MenuHalJsonBasicAuthTest.php | 2 +- .../Functional/Hal/MenuHalJsonCookieTest.php | 2 +- .../Functional/Lock/LockFunctionalTest.php | 2 +- .../Menu/BreadcrumbFrontCacheContextsTest.php | 2 +- .../src/Functional/Menu/BreadcrumbTest.php | 2 +- .../src/Functional/Menu/LocalActionTest.php | 2 +- .../src/Functional/Menu/LocalTasksTest.php | 2 +- .../src/Functional/Menu/MenuAccessTest.php | 2 +- .../Functional/Menu/MenuLinkSecurityTest.php | 2 +- .../src/Functional/Menu/MenuRouterTest.php | 2 +- .../src/Functional/Module/InstallTest.php | 2 +- .../Module/InstallUninstallTest.php | 2 +- .../src/Functional/Module/ModuleTestBase.php | 2 +- .../Module/PrepareUninstallTest.php | 2 +- .../src/Functional/Module/UninstallTest.php | 2 +- .../tests/src/Functional/Pager/PagerTest.php | 2 +- .../ParamConverter/UpcastingTest.php | 2 +- .../Functional/Render/AjaxPageStateTest.php | 2 +- .../Functional/Render/DisplayVariantTest.php | 2 +- .../Render/HtmlResponseAttachmentsTest.php | 2 +- .../Render/PlaceholderMessageTest.php | 2 +- .../RenderArrayNonHtmlSubscriberTest.php | 2 +- .../UrlBubbleableMetadataBubblingTest.php | 2 +- .../Rest/ActionJsonBasicAuthTest.php | 2 +- .../Rest/ActionResourceTestBase.php | 2 +- .../Rest/ActionXmlBasicAuthTest.php | 2 +- .../Functional/Rest/MenuJsonBasicAuthTest.php | 2 +- .../Functional/Rest/MenuResourceTestBase.php | 2 +- .../Functional/Rest/MenuXmlBasicAuthTest.php | 2 +- .../Functional/Routing/DestinationTest.php | 2 +- .../Routing/RouterPermissionTest.php | 2 +- .../src/Functional/Routing/RouterTest.php | 2 +- .../ServiceProviderWebTest.php | 2 +- .../Session/SessionAuthenticationTest.php | 2 +- .../Functional/Session/SessionHttpsTest.php | 2 +- .../src/Functional/Session/SessionTest.php | 2 +- .../Functional/System/AccessDeniedTest.php | 2 +- .../tests/src/Functional/System/AdminTest.php | 2 +- .../src/Functional/System/CronRunTest.php | 2 +- .../src/Functional/System/DateTimeTest.php | 2 +- .../Functional/System/ErrorHandlerTest.php | 2 +- .../src/Functional/System/FrontPageTest.php | 2 +- .../src/Functional/System/HtaccessTest.php | 2 +- .../System/MainContentFallbackTest.php | 2 +- .../Functional/System/PageNotFoundTest.php | 2 +- .../src/Functional/System/PageTitleTest.php | 2 +- .../System/ResponseGeneratorTest.php | 2 +- .../System/ShutdownFunctionsTest.php | 2 +- .../Functional/System/SiteMaintenanceTest.php | 2 +- .../src/Functional/System/StatusTest.php | 2 +- .../Functional/System/SystemAuthorizeTest.php | 2 +- .../tests/src/Functional/System/ThemeTest.php | 2 +- .../Functional/System/TokenReplaceWebTest.php | 2 +- .../Functional/Theme/EngineNyanCatTest.php | 2 +- .../src/Functional/Theme/EngineTwigTest.php | 2 +- .../tests/src/Functional/Theme/FastTest.php | 2 +- .../Functional/Theme/HtmlAttributesTest.php | 2 +- .../Theme/ThemeEarlyInitializationTest.php | 2 +- .../src/Functional/Theme/ThemeInfoTest.php | 2 +- .../src/Functional/Theme/ThemeLegacyTest.php | 2 +- .../Theme/ThemeSuggestionsAlterTest.php | 2 +- .../tests/src/Functional/Theme/ThemeTest.php | 2 +- .../src/Functional/Theme/ThemeTokenTest.php | 2 +- .../Functional/Theme/TwigDebugMarkupTest.php | 2 +- .../Functional/Theme/TwigExtensionTest.php | 2 +- .../src/Functional/Theme/TwigLoaderTest.php | 2 +- .../Theme/TwigRegistryLoaderTest.php | 2 +- .../src/Functional/Theme/TwigSettingsTest.php | 2 +- .../src/Functional/Theme/TwigTransTest.php | 2 +- .../DependencyHookInvocationTest.php | 2 +- .../UpdateSystem/DependencyMissingTest.php | 2 +- .../UpdateSystem/DependencyOrderingTest.php | 2 +- .../UpdateSystem/InvalidUpdateHookTest.php | 2 +- .../UpdateSystem/UpdateSchemaTest.php | 2 +- .../UpdateSystem/UpdatesWith7xTest.php | 2 +- .../ModalRendererTest.php | 2 +- .../FunctionalJavascript/OffCanvasTest.php | 2 +- .../ThemeSettingsFormTest.php | 2 +- .../tests/src/Kernel/Action/ActionTest.php | 2 +- .../src/Kernel/Block/SystemMenuBlockTest.php | 2 +- .../tests/src/Kernel/Common/AddFeedTest.php | 2 +- .../DateFormatAccessControlHandlerTest.php | 2 +- ...ityReferenceSelectionReferenceableTest.php | 2 +- .../Kernel/Extension/ModuleHandlerTest.php | 2 +- .../src/Kernel/Form/FormElementLabelTest.php | 2 +- .../Kernel/Form/FormElementMaxlengthTest.php | 2 +- .../tests/src/Kernel/Form/FormObjectTest.php | 2 +- .../src/Kernel/Form/ProgrammaticTest.php | 2 +- .../InstallerDependenciesResolutionTest.php | 2 +- .../Kernel/Installer/UninstallKernelTest.php | 2 +- .../Kernel/MenuAccessControlHandlerTest.php | 2 +- .../d6/MigrateSystemConfigurationTest.php | 2 +- .../d7/MigrateGlobalThemeSettingsTest.php | 2 +- .../d7/MigrateSystemConfigurationTest.php | 2 +- .../tests/src/Kernel/PermissionsTest.php | 2 +- .../Plugin/migrate/source/ExtensionTest.php | 2 +- .../Kernel/Plugin/migrate/source/MenuTest.php | 2 +- .../migrate/source/d7/ThemeSettingsTest.php | 2 +- .../tests/src/Kernel/Render/ClassyTest.php | 2 +- .../src/Kernel/Scripts/DbDumpCommandTest.php | 2 +- .../Kernel/Scripts/DbImportCommandTest.php | 2 +- .../tests/src/Kernel/System/CronQueueTest.php | 2 +- .../tests/src/Kernel/System/InfoAlterTest.php | 2 +- .../tests/src/Kernel/Theme/FunctionsTest.php | 2 +- .../tests/src/Kernel/Theme/ThemeTest.php | 2 +- .../tests/src/Kernel/Theme/TwigFilterTest.php | 2 +- .../src/Kernel/Theme/TwigNamespaceTest.php | 2 +- .../tests/src/Kernel/Theme/TwigRawTest.php | 2 +- .../src/Kernel/Timezone/TimezoneTest.php | 2 +- .../tests/src/Kernel/TimezoneResolverTest.php | 2 +- .../Token/TokenReplaceKernelTestBase.php | 2 +- .../tests/src/Functional/EarlyDateTest.php | 2 +- .../Functional/Hal/TermHalJsonAnonTest.php | 2 +- .../Hal/TermHalJsonBasicAuthTest.php | 2 +- .../Hal/VocabularyHalJsonAnonTest.php | 2 +- .../Hal/VocabularyHalJsonBasicAuthTest.php | 2 +- .../Hal/VocabularyHalJsonCookieTest.php | 2 +- .../Functional/Rest/TermJsonBasicAuthTest.php | 2 +- .../Functional/Rest/TermResourceTestBase.php | 2 +- .../Functional/Rest/TermXmlBasicAuthTest.php | 2 +- .../Rest/VocabularyJsonBasicAuthTest.php | 2 +- .../Rest/VocabularyResourceTestBase.php | 2 +- .../Rest/VocabularyXmlBasicAuthTest.php | 2 +- .../taxonomy/tests/src/Functional/RssTest.php | 2 +- .../src/Functional/TaxonomyImageTest.php | 2 +- .../TaxonomyTermIndentationTest.php | 2 +- .../src/Functional/TaxonomyTermPagerTest.php | 2 +- .../tests/src/Functional/TaxonomyTestBase.php | 2 +- .../src/Functional/TermAutocompleteTest.php | 2 +- .../src/Functional/TermCacheTagsTest.php | 2 +- .../Functional/TermContextualLinksTest.php | 2 +- .../tests/src/Functional/TermIndexTest.php | 2 +- .../tests/src/Functional/TermLanguageTest.php | 2 +- .../tests/src/Functional/TermTest.php | 2 +- .../TermTranslationFieldViewTest.php | 2 +- .../src/Functional/TermTranslationTest.php | 2 +- .../src/Functional/TermTranslationUITest.php | 2 +- .../Views/TaxonomyFieldFilterTest.php | 2 +- .../Views/TaxonomyIndexTidUiTest.php | 2 +- .../Functional/Views/TaxonomyParentUITest.php | 2 +- .../Views/TaxonomyTermArgumentDepthTest.php | 2 +- .../Views/TaxonomyTermFilterDepthTest.php | 2 +- .../Functional/Views/TaxonomyTermViewTest.php | 2 +- .../src/Functional/Views/TaxonomyTestBase.php | 2 +- .../Views/TaxonomyVocabularyArgumentTest.php | 2 +- .../src/Functional/VocabularyLanguageTest.php | 2 +- .../Functional/VocabularyPermissionsTest.php | 2 +- .../VocabularySerializationTest.php | 2 +- .../Functional/VocabularyTranslationTest.php | 2 +- .../Migrate/MigrateTaxonomyConfigsTest.php | 2 +- .../Migrate/MigrateTaxonomyTermStubTest.php | 2 +- .../Migrate/TaxonomyTermDeriverTest.php | 2 +- .../Migrate/d6/MigrateTaxonomyTermTest.php | 2 +- .../d6/MigrateTaxonomyVocabularyTest.php | 2 +- ...grateTaxonomyVocabularyTranslationTest.php | 2 +- .../MigrateTermLocalizedTranslationTest.php | 2 +- .../Migrate/d6/MigrateTermNodeComplete.php | 2 +- .../d6/MigrateTermNodeRevisionTest.php | 2 +- .../Kernel/Migrate/d6/MigrateTermNodeTest.php | 2 +- .../d6/MigrateTermNodeTranslationTest.php | 2 +- .../d6/MigrateVocabularyEntityDisplayTest.php | 2 +- ...MigrateVocabularyEntityFormDisplayTest.php | 2 +- .../d6/MigrateVocabularyFieldInstanceTest.php | 2 +- .../Migrate/d6/MigrateVocabularyFieldTest.php | 2 +- .../Migrate/d7/MigrateNodeTaxonomyTest.php | 2 +- .../Migrate/d7/MigrateTaxonomyTermTest.php | 2 +- .../d7/MigrateTaxonomyTermTranslationTest.php | 2 +- .../d7/MigrateTaxonomyVocabularyTest.php | 2 +- ...grateTaxonomyVocabularyTranslationTest.php | 2 +- .../MigrateTermLocalizedTranslationTest.php | 2 +- .../tests/src/Kernel/PendingRevisionTest.php | 2 +- .../d6/TermLocalizedTranslationTest.php | 2 +- .../Plugin/migrate/source/d6/TermNodeTest.php | 2 +- .../d6/TermSourceWithVocabularyFilterTest.php | 2 +- .../Plugin/migrate/source/d6/TermTest.php | 2 +- .../migrate/source/d6/TermTranslationTest.php | 2 +- .../source/d6/VocabularyPerTypeTest.php | 2 +- .../migrate/source/d6/VocabularyTest.php | 2 +- .../source/d6/VocabularyTranslationTest.php | 2 +- .../source/d7/TermEntityTranslationTest.php | 2 +- .../d7/TermLocalizedTranslationTest.php | 2 +- .../d7/TermSourceWithVocabularyFilterTest.php | 2 +- .../Plugin/migrate/source/d7/TermTest.php | 2 +- .../migrate/source/d7/VocabularyTest.php | 2 +- .../source/d7/VocabularyTranslationTest.php | 2 +- .../src/Kernel/TermEntityReferenceTest.php | 2 +- .../Kernel/TermHierarchyValidationTest.php | 2 +- .../tests/src/Kernel/TermKernelTest.php | 2 +- .../tests/src/Kernel/TermValidationTest.php | 2 +- .../src/Kernel/Views/TaxonomyFieldTidTest.php | 2 +- .../src/Kernel/Views/TaxonomyFieldVidTest.php | 2 +- .../src/Kernel/Views/TaxonomyTestBase.php | 2 +- .../Views/TaxonomyViewsFieldAccessTest.php | 2 +- .../src/Functional/TelephoneFieldTest.php | 2 +- .../tests/src/Kernel/TelephoneItemTest.php | 2 +- .../TextareaWithSummaryTest.php | 2 +- .../tests/src/Kernel/TextFormatterTest.php | 2 +- .../text/tests/src/Kernel/TextSummaryTest.php | 2 +- .../src/Kernel/TextWithSummaryItemTest.php | 2 +- .../src/Functional/ToolbarAdminMenuTest.php | 2 +- .../Functional/ToolbarCacheContextsTest.php | 2 +- .../src/Functional/ToolbarHookToolbarTest.php | 2 +- .../Functional/ToolbarMenuTranslationTest.php | 2 +- .../ToolbarIntegrationTest.php | 2 +- .../Functional/Hal/TourHalJsonAnonTest.php | 2 +- .../Hal/TourHalJsonBasicAuthTest.php | 2 +- .../Functional/Hal/TourHalJsonCookieTest.php | 2 +- .../Functional/Rest/TourJsonBasicAuthTest.php | 2 +- .../Functional/Rest/TourResourceTestBase.php | 2 +- .../Functional/Rest/TourXmlBasicAuthTest.php | 2 +- .../src/Functional/TourCacheTagsTest.php | 2 +- .../tests/src/Functional/TourHelpPageTest.php | 2 +- .../tour/tests/src/Functional/TourTest.php | 2 +- .../tour/tests/src/Kernel/TourPluginTest.php | 2 +- .../src/Functional/TrackerNodeAccessTest.php | 2 +- .../tests/src/Functional/TrackerTest.php | 2 +- .../Migrate/d7/MigrateTrackerNodeTest.php | 2 +- .../Migrate/d7/MigrateTrackerSettingsTest.php | 2 +- .../Migrate/d7/MigrateTrackerUserTest.php | 2 +- .../migrate/source/d7/TrackerNodeTest.php | 2 +- .../migrate/source/d7/TrackerUserTest.php | 2 +- .../FileTransferAuthorizeFormTest.php | 2 +- .../src/Functional/UpdateContribTest.php | 2 +- .../tests/src/Functional/UpdateCoreTest.php | 2 +- .../tests/src/Functional/UpdateUploadTest.php | 2 +- .../Migrate/d6/MigrateUpdateConfigsTest.php | 2 +- .../tests/src/Functional/AccessRoleUITest.php | 2 +- .../Functional/Hal/RoleHalJsonAnonTest.php | 2 +- .../Hal/RoleHalJsonBasicAuthTest.php | 2 +- .../Functional/Hal/RoleHalJsonCookieTest.php | 2 +- .../Functional/Hal/UserHalJsonAnonTest.php | 2 +- .../Hal/UserHalJsonBasicAuthTest.php | 2 +- .../Functional/Rest/RoleJsonBasicAuthTest.php | 2 +- .../Functional/Rest/RoleResourceTestBase.php | 2 +- .../Functional/Rest/RoleXmlBasicAuthTest.php | 2 +- .../Functional/Rest/UserJsonBasicAuthTest.php | 2 +- .../Functional/Rest/UserResourceTestBase.php | 2 +- .../Functional/Rest/UserXmlBasicAuthTest.php | 2 +- .../src/Functional/RestRegisterUserTest.php | 2 +- .../src/Functional/UserAccountLinksTest.php | 2 +- .../src/Functional/UserAdminLanguageTest.php | 2 +- .../tests/src/Functional/UserAdminTest.php | 2 +- .../tests/src/Functional/UserBlocksTest.php | 2 +- .../src/Functional/UserCacheTagsTest.php | 2 +- .../tests/src/Functional/UserCancelTest.php | 2 +- .../src/Functional/UserCreateFailMailTest.php | 2 +- .../tests/src/Functional/UserCreateTest.php | 2 +- .../Functional/UserLanguageCreationTest.php | 2 +- .../tests/src/Functional/UserLanguageTest.php | 2 +- .../src/Functional/UserLoginHttpTest.php | 2 +- .../src/Functional/UserPasswordResetTest.php | 2 +- .../src/Functional/UserRegistrationTest.php | 2 +- .../src/Functional/UserRoleAdminTest.php | 2 +- .../tests/src/Functional/UserSearchTest.php | 2 +- .../tests/src/Functional/UserSubAdminTest.php | 2 +- .../tests/src/Functional/UserTimeZoneTest.php | 2 +- .../src/Functional/UserTokenReplaceTest.php | 2 +- .../src/Functional/UserTranslationUITest.php | 2 +- .../src/Functional/Views/AccessTestBase.php | 2 +- .../Functional/Views/BulkFormAccessTest.php | 2 +- .../src/Functional/Views/BulkFormTest.php | 2 +- .../Views/FilterPermissionUiTest.php | 2 +- .../Views/HandlerFilterUserNameTest.php | 2 +- .../src/Functional/Views/UserChangedTest.php | 2 +- .../Views/UserFieldsAccessChangeTest.php | 2 +- .../src/Functional/Views/UserTestBase.php | 2 +- .../RegistrationWithUserFieldsTest.php | 2 +- .../UserPasswordResetTest.php | 2 +- .../Condition/UserRoleConditionTest.php | 2 +- .../Kernel/Field/UserNameFormatterTest.php | 2 +- .../Migrate/MigrateUserAdminPassTest.php | 2 +- .../Kernel/Migrate/MigrateUserStubTest.php | 2 +- ...grateProfileFieldOptionTranslationTest.php | 2 +- .../d6/MigrateUserContactSettingsTest.php | 2 +- .../MigrateUserProfileFieldInstanceTest.php | 2 +- .../d6/MigrateUserProfileValuesTest.php | 2 +- .../src/Kernel/Migrate/d6/MigrateUserTest.php | 2 +- .../MigrateUserPictureEntityDisplayTest.php | 2 +- ...igrateUserPictureEntityFormDisplayTest.php | 2 +- .../MigrateUserPictureFieldInstanceTest.php | 2 +- .../d7/MigrateUserPictureFieldTest.php | 2 +- .../src/Kernel/Migrate/d7/MigrateUserTest.php | 2 +- .../migrate/source/ProfileFieldTest.php | 2 +- .../source/UserPictureInstanceTest.php | 2 +- .../d6/ProfileFieldOptionTranslationTest.php | 2 +- .../source/d6/ProfileFieldValuesTest.php | 2 +- .../Plugin/migrate/source/d6/RoleTest.php | 2 +- .../migrate/source/d6/UserPictureFileTest.php | 2 +- .../migrate/source/d6/UserPictureTest.php | 2 +- .../Plugin/migrate/source/d6/UserTest.php | 2 +- .../Plugin/migrate/source/d7/RoleTest.php | 2 +- .../source/d7/UserEntityTranslationTest.php | 2 +- .../Plugin/migrate/source/d7/UserTest.php | 2 +- .../src/Kernel/UserAccountFormFieldsTest.php | 2 +- .../src/Kernel/UserActionConfigSchemaTest.php | 2 +- .../src/Kernel/UserAdminSettingsFormTest.php | 2 +- .../user/tests/src/Kernel/UserEntityTest.php | 2 +- .../user/tests/src/Kernel/UserFieldsTest.php | 2 +- .../user/tests/src/Kernel/UserInstallTest.php | 2 +- .../tests/src/Kernel/UserRoleDeleteTest.php | 2 +- .../tests/src/Kernel/UserRoleEntityTest.php | 2 +- .../tests/src/Kernel/UserSaveStatusTest.php | 2 +- .../tests/src/Kernel/UserValidationTest.php | 2 +- .../src/Kernel/Views/ArgumentValidateTest.php | 2 +- .../Views/HandlerArgumentUserUidTest.php | 2 +- .../tests/src/Kernel/Views/UserDataTest.php | 2 +- .../src/Kernel/Views/UserKernelTestBase.php | 2 +- .../Kernel/Views/UserViewsFieldAccessTest.php | 2 +- .../tests/src/Kernel/WhosOnlineBlockTest.php | 2 +- .../tests/src/Functional/BulkFormTest.php | 2 +- .../tests/src/Functional/DefaultViewsTest.php | 2 +- .../Functional/Entity/BaseFieldAccessTest.php | 2 +- .../Entity/EntityQueryAccessTest.php | 2 +- .../src/Functional/Entity/FieldEntityTest.php | 2 +- .../Entity/FieldEntityTranslationTest.php | 2 +- .../FieldRenderedEntityTranslationTest.php | 2 +- .../Entity/ViewNonTranslatableEntityTest.php | 2 +- .../tests/src/Functional/GlossaryTest.php | 2 +- .../Functional/Hal/ViewHalJsonAnonTest.php | 2 +- .../Hal/ViewHalJsonBasicAuthTest.php | 2 +- .../Functional/Hal/ViewHalJsonCookieTest.php | 2 +- .../Handler/AreaHTTPStatusCodeTest.php | 2 +- .../tests/src/Functional/Handler/AreaTest.php | 2 +- .../Handler/FieldDropButtonTest.php | 2 +- .../Handler/FieldEntityLinkBaseTest.php | 2 +- .../Handler/FieldEntityOperationsTest.php | 2 +- .../Handler/FieldGroupRowsWebTest.php | 2 +- .../src/Functional/Handler/FieldWebTest.php | 2 +- .../src/Functional/Handler/FilterDateTest.php | 2 +- .../Handler/FilterPlaceholderTextTest.php | 2 +- .../src/Functional/Handler/HandlerAllTest.php | 2 +- .../src/Functional/Handler/HandlerTest.php | 2 +- .../src/Functional/Plugin/AccessTest.php | 2 +- .../Functional/Plugin/ArgumentDefaultTest.php | 2 +- .../src/Functional/Plugin/CacheTagTest.php | 2 +- .../src/Functional/Plugin/CacheWebTest.php | 2 +- .../ContextualFiltersBlockContextTest.php | 2 +- .../Functional/Plugin/DisabledDisplayTest.php | 2 +- .../Plugin/DisplayAttachmentTest.php | 2 +- .../Plugin/DisplayEntityReferenceTest.php | 2 +- .../src/Functional/Plugin/DisplayFeedTest.php | 2 +- .../Plugin/DisplayFeedTranslationTest.php | 2 +- .../Functional/Plugin/DisplayPageWebTest.php | 2 +- .../src/Functional/Plugin/DisplayTest.php | 2 +- .../Plugin/ExposedFormCheckboxesTest.php | 2 +- .../src/Functional/Plugin/ExposedFormTest.php | 2 +- .../src/Functional/Plugin/FilterTest.php | 2 +- .../src/Functional/Plugin/MenuLinkTest.php | 2 +- .../src/Functional/Plugin/MiniPagerTest.php | 2 +- .../Plugin/NumericFormatPluralTest.php | 2 +- .../tests/src/Functional/Plugin/PagerTest.php | 2 +- .../src/Functional/Plugin/StyleOpmlTest.php | 2 +- .../Functional/Plugin/StyleSummaryTest.php | 2 +- .../src/Functional/Plugin/ViewsBulkTest.php | 2 +- .../src/Functional/Plugin/ViewsFormTest.php | 2 +- .../src/Functional/RenderCacheWebTest.php | 2 +- .../Functional/Rest/ViewJsonBasicAuthTest.php | 2 +- .../Functional/Rest/ViewResourceTestBase.php | 2 +- .../Functional/Rest/ViewXmlBasicAuthTest.php | 2 +- .../src/Functional/SearchIntegrationTest.php | 2 +- .../src/Functional/SearchMultilingualTest.php | 2 +- .../src/Functional/TaxonomyGlossaryTest.php | 2 +- .../src/Functional/UserBatchActionTest.php | 2 +- .../tests/src/Functional/UserPathTest.php | 2 +- .../tests/src/Functional/ViewTestBase.php | 2 +- .../src/Functional/ViewsEscapingTest.php | 2 +- .../Functional/ViewsNoResultsBehaviorTest.php | 2 +- .../Functional/ViewsThemeIntegrationTest.php | 2 +- .../Wizard/EntityTestRevisionTest.php | 2 +- .../src/Functional/Wizard/TaggedWithTest.php | 2 +- .../src/Functional/Wizard/WizardTestBase.php | 2 +- .../BlockExposedFilterAJAXTest.php | 2 +- .../ClickSortingAJAXTest.php | 2 +- .../ExposedFilterAJAXTest.php | 2 +- .../FunctionalJavascript/GlossaryViewTest.php | 2 +- .../PaginationAJAXTest.php | 2 +- .../views/Handler/ContextualFilterTest.php | 2 +- .../Plugin/views/Handler/FieldTest.php | 2 +- .../Handler/GroupedExposedFilterTest.php | 2 +- ...EntityViewsWithMultivalueBasefieldTest.php | 2 +- .../Kernel/Entity/FilterEntityBundleTest.php | 2 +- .../Entity/LatestRevisionFilterTest.php | 2 +- .../LatestTranslationAffectedRevisionTest.php | 2 +- .../Kernel/Entity/RowEntityRenderersTest.php | 2 +- .../Entity/ViewEntityDependenciesTest.php | 2 +- ...sEntitySchemaSubscriberIntegrationTest.php | 2 +- .../tests/src/Kernel/FieldApiDataTest.php | 2 +- .../Kernel/Handler/AreaDisplayLinkTest.php | 2 +- .../src/Kernel/Handler/AreaEmptyTest.php | 2 +- .../src/Kernel/Handler/AreaEntityTest.php | 2 +- .../src/Kernel/Handler/AreaOrderTest.php | 2 +- .../tests/src/Kernel/Handler/AreaTextTest.php | 2 +- .../tests/src/Kernel/Handler/AreaViewTest.php | 2 +- .../src/Kernel/Handler/ArgumentStringTest.php | 2 +- .../src/Kernel/Handler/ComputedFieldTest.php | 2 +- .../EntityTestViewsFieldAccessTest.php | 2 +- .../src/Kernel/Handler/FieldCounterTest.php | 2 +- .../Kernel/Handler/FieldDropbuttonTest.php | 2 +- .../Kernel/Handler/FieldEntityLinkTest.php | 2 +- .../Handler/FieldFieldAccessTestBase.php | 2 +- .../src/Kernel/Handler/FieldFieldTest.php | 2 +- .../src/Kernel/Handler/FieldGroupRowsTest.php | 2 +- .../src/Kernel/Handler/FieldKernelTest.php | 2 +- .../Handler/FieldRenderedEntityTest.php | 2 +- .../tests/src/Kernel/Handler/FieldUrlTest.php | 2 +- .../FilterBooleanOperatorDefaultTest.php | 2 +- .../FilterBooleanOperatorStringTest.php | 2 +- .../Handler/FilterBooleanOperatorTest.php | 2 +- .../src/Kernel/Handler/FilterCombineTest.php | 2 +- .../src/Kernel/Handler/FilterEqualityTest.php | 2 +- .../Kernel/Handler/FilterInOperatorTest.php | 2 +- .../src/Kernel/Handler/FilterNumericTest.php | 2 +- .../src/Kernel/Handler/FilterStringTest.php | 2 +- .../src/Kernel/Handler/HandlerAliasTest.php | 2 +- .../Kernel/Handler/SortTranslationTest.php | 2 +- .../views/tests/src/Kernel/ModuleTest.php | 2 +- .../Kernel/Plugin/BlockDependenciesTest.php | 2 +- .../tests/src/Kernel/Plugin/CacheTest.php | 2 +- .../Plugin/Display/ViewsMenuLinkTest.php | 2 +- .../src/Kernel/Plugin/DisplayKernelTest.php | 2 +- .../src/Kernel/Plugin/DisplayPageTest.php | 2 +- .../Kernel/Plugin/ExposedFormRenderTest.php | 2 +- .../src/Kernel/Plugin/PagerKernelTest.php | 2 +- .../Plugin/RelationshipJoinTestBase.php | 2 +- .../tests/src/Kernel/Plugin/RowEntityTest.php | 2 +- .../src/Kernel/Plugin/RowRenderCacheTest.php | 2 +- .../tests/src/Kernel/Plugin/RssFieldsTest.php | 2 +- .../Kernel/Plugin/SqlEntityLoadingTest.php | 2 +- .../src/Kernel/Plugin/StyleMappingTest.php | 2 +- .../src/Kernel/Plugin/ViewsBlockTest.php | 2 +- .../tests/src/Kernel/QueryGroupByTest.php | 2 +- .../src/Kernel/RenderCacheIntegrationTest.php | 2 +- .../views/tests/src/Kernel/TestViewsTest.php | 2 +- .../tests/src/Kernel/TokenReplaceTest.php | 2 +- .../tests/src/Kernel/ViewExecutableTest.php | 2 +- ...ViewsConfigDependenciesIntegrationTest.php | 2 +- .../tests/src/Kernel/ViewsKernelTestBase.php | 2 +- .../tests/src/Kernel/ViewsPreprocessTest.php | 2 +- .../Wizard/WizardPluginBaseKernelTest.php | 2 +- .../tests/src/Functional/AnalyzeTest.php | 2 +- .../tests/src/Functional/AreaEntityUITest.php | 2 +- .../tests/src/Functional/DisplayCRUDTest.php | 2 +- .../tests/src/Functional/DisplayFeedTest.php | 2 +- .../tests/src/Functional/DisplayPathTest.php | 2 +- .../tests/src/Functional/DisplayTest.php | 2 +- .../src/Functional/ExposedFormUITest.php | 2 +- .../tests/src/Functional/FilterUITest.php | 2 +- .../tests/src/Functional/HandlerTest.php | 2 +- .../Functional/NewViewConfigSchemaTest.php | 2 +- .../tests/src/Functional/ReportFieldsTest.php | 2 +- .../tests/src/Functional/ReportTest.php | 2 +- .../tests/src/Functional/StorageTest.php | 2 +- .../src/Functional/TokenizeAreaUITest.php | 2 +- .../src/Functional/TranslatedViewTest.php | 2 +- .../tests/src/Functional/UITestBase.php | 2 +- .../src/Functional/UnsavedPreviewTest.php | 2 +- .../tests/src/Functional/ViewsListTest.php | 2 +- .../tests/src/Functional/ViewsUITourTest.php | 2 +- .../views_ui/tests/src/Functional/XssTest.php | 2 +- .../src/FunctionalJavascript/DisplayTest.php | 2 +- .../FilterCriteriaTest.php | 2 +- .../FilterOptionsTest.php | 2 +- .../LibraryCachingTest.php | 2 +- .../src/FunctionalJavascript/PreviewTest.php | 2 +- .../FunctionalJavascript/ViewsListingTest.php | 2 +- .../FunctionalJavascript/ViewsWizardTest.php | 2 +- .../views_ui/tests/src/Kernel/TagTest.php | 2 +- .../Hal/WorkflowHalJsonAnonTest.php | 2 +- .../Hal/WorkflowHalJsonBasicAuthTest.php | 2 +- .../Rest/WorkflowJsonBasicAuthTest.php | 2 +- .../Rest/WorkflowResourceTestBase.php | 2 +- .../Rest/WorkflowXmlBasicAuthTest.php | 2 +- ...orkflowCustomStateTransitionAccessTest.php | 2 +- .../src/Functional/WorkflowUiNoTypeTest.php | 2 +- .../tests/src/Functional/WorkflowUiTest.php | 2 +- .../src/Kernel/ComplexWorkflowTypeTest.php | 2 +- .../src/Kernel/PredefinedWorkflowTypeTest.php | 2 +- .../tests/src/Kernel/RequiredStatesTest.php | 2 +- .../WorkflowAccessControlHandlerTest.php | 2 +- .../src/Kernel/WorkflowDependenciesTest.php | 2 +- .../WorkspaceJsonBasicAuthTest.php | 2 +- .../WorkspaceResourceTestBase.php | 2 +- .../WorkspaceXmlBasicAuthTest.php | 2 +- .../src/Functional/WorkspaceBypassTest.php | 2 +- .../Functional/WorkspaceCacheContextTest.php | 2 +- .../WorkspaceConcurrentEditingTest.php | 2 +- .../Functional/WorkspacePermissionsTest.php | 2 +- .../src/Functional/WorkspaceSwitcherTest.php | 2 +- .../tests/src/Functional/WorkspaceTest.php | 2 +- .../src/Functional/WorkspaceViewTest.php | 2 +- .../Functional/WorkspacesUninstallTest.php | 2 +- .../WorkspaceToolbarIntegrationTest.php | 2 +- .../tests/src/Kernel/WorkspaceCRUDTest.php | 2 +- ...ystemListingCrossProfileCompatibleTest.php | 2 +- .../Ajax/AjaxCallbacksTest.php | 2 +- .../Ajax/AjaxFormCacheTest.php | 2 +- .../Ajax/AjaxFormImageButtonTest.php | 2 +- .../Ajax/AjaxFormPageCacheTest.php | 2 +- .../Ajax/AjaxTest.php | 2 +- .../Ajax/BackwardCompatibilityTest.php | 2 +- .../Ajax/CommandsTest.php | 2 +- .../Ajax/ElementValidationTest.php | 2 +- .../Ajax/FormValuesTest.php | 2 +- .../Ajax/MultiFormTest.php | 2 +- .../Ajax/ThrobberTest.php | 2 +- .../BrowserWithJavascriptTest.php | 2 +- .../Core/Form/FormGroupingElementsTest.php | 2 +- .../Core/JsMessageTest.php | 2 +- .../Core/MachineNameTest.php | 2 +- .../Core/Session/SessionTest.php | 2 +- .../Dialog/DialogPositionTest.php | 2 +- .../EntityReferenceAutocompleteWidgetTest.php | 2 +- .../JavascriptDeprecationTest.php | 2 +- .../Tests/JSWebAssertTest.php | 2 +- .../Theme/ClaroBlockFilterTest.php | 2 +- .../Theme/ClaroEntityDisplayTest.php | 2 +- .../Bootstrap/UncaughtExceptionTest.php | 2 +- .../Breadcrumb/Breadcrumb404Test.php | 2 +- .../FunctionalTests/BrowserTestBaseTest.php | 2 +- .../Core/Config/SchemaConfigListenerTest.php | 2 +- .../Test/AssertLegacyTraitDeprecatedTest.php | 2 +- .../Core/Test/ModuleInstallBatchTest.php | 2 +- .../Datetime/TimestampAgoFormatterTest.php | 2 +- .../Datetime/TimestampTest.php | 2 +- ...erInputMappingOnFieldDeltaElementsTest.php | 2 +- ...EntityFormFieldValidationFilteringTest.php | 2 +- .../Entity/DeleteMultipleFormTest.php | 2 +- .../Entity/EntityBundleListCacheTest.php | 2 +- .../Drupal/FunctionalTests/FolderTest.php | 2 +- .../Hal/BaseFieldOverrideHalJsonAnonTest.php | 2 +- .../BaseFieldOverrideHalJsonBasicAuthTest.php | 2 +- .../BaseFieldOverrideHalJsonCookieTest.php | 2 +- .../Hal/DateFormatHalJsonAnonTest.php | 2 +- .../Hal/DateFormatHalJsonBasicAuthTest.php | 2 +- .../Hal/DateFormatHalJsonCookieTest.php | 2 +- .../Hal/EntityFormDisplayHalJsonAnonTest.php | 2 +- .../EntityFormDisplayHalJsonBasicAuthTest.php | 2 +- .../EntityFormDisplayHalJsonCookieTest.php | 2 +- .../Hal/EntityFormModeHalJsonAnonTest.php | 2 +- .../EntityFormModeHalJsonBasicAuthTest.php | 2 +- .../Hal/EntityFormModeHalJsonCookieTest.php | 2 +- .../Hal/EntityViewDisplayHalJsonAnonTest.php | 2 +- .../EntityViewDisplayHalJsonBasicAuthTest.php | 2 +- .../Hal/EntityViewModeHalJsonAnonTest.php | 2 +- .../EntityViewModeHalJsonBasicAuthTest.php | 2 +- .../Hal/EntityViewModeHalJsonCookieTest.php | 2 +- .../HttpKernel/CorsIntegrationTest.php | 2 +- .../Image/ToolkitSetupFormTest.php | 2 +- .../FunctionalTests/Image/ToolkitTestBase.php | 2 +- .../BaseFieldOverrideJsonBasicAuthTest.php | 2 +- .../BaseFieldOverrideResourceTestBase.php | 2 +- .../BaseFieldOverrideXmlBasicAuthTest.php | 2 +- .../Rest/DateFormatJsonBasicAuthTest.php | 2 +- .../Rest/DateFormatResourceTestBase.php | 2 +- .../Rest/DateFormatXmlBasicAuthTest.php | 2 +- .../EntityFormDisplayJsonBasicAuthTest.php | 2 +- .../EntityFormDisplayResourceTestBase.php | 2 +- .../EntityFormDisplayXmlBasicAuthTest.php | 2 +- .../Rest/EntityFormModeJsonBasicAuthTest.php | 2 +- .../Rest/EntityFormModeResourceTestBase.php | 2 +- .../Rest/EntityFormModeXmlBasicAuthTest.php | 2 +- .../EntityViewDisplayJsonBasicAuthTest.php | 2 +- .../EntityViewDisplayResourceTestBase.php | 2 +- .../EntityViewDisplayXmlBasicAuthTest.php | 2 +- .../Rest/EntityViewModeJsonBasicAuthTest.php | 2 +- .../Rest/EntityViewModeResourceTestBase.php | 2 +- .../Rest/EntityViewModeXmlBasicAuthTest.php | 2 +- .../Routing/CaseInsensitivePathTest.php | 2 +- .../Routing/DefaultFormatTest.php | 2 +- .../Routing/PathEncodedTest.php | 2 +- .../Routing/RouteCachingLanguageTest.php | 2 +- ...eCachingNonPathLanguageNegotiationTest.php | 2 +- .../Theme/ClaroLayoutBuilderTest.php | 2 +- .../FunctionalTests/Theme/ClaroTest.php | 2 +- .../Theme/SevenLayoutBuilderTest.php | 2 +- .../Render/FormattableMarkupKernelTest.php | 2 +- .../KernelTests/Config/DefaultConfigTest.php | 2 +- .../KernelTests/Config/TypedConfigTest.php | 2 +- .../Core/Action/DeleteActionTest.php | 2 +- .../Core/Action/EmailActionTest.php | 2 +- .../Core/Action/PublishActionTest.php | 2 +- .../Core/Action/SaveActionTest.php | 2 +- .../KernelTests/Core/Ajax/CommandsTest.php | 2 +- .../Core/Asset/AttachedAssetsTest.php | 2 +- ...solvedLibraryDefinitionsFilesMatchTest.php | 2 +- .../Core/Block/MultipleBlockFormTest.php | 2 +- .../Core/Bootstrap/GetFilenameTest.php | 2 +- .../Cache/CacheContextOptimizationTest.php | 2 +- .../Core/Cache/DatabaseBackendTagTest.php | 2 +- .../Core/Cache/DatabaseBackendTest.php | 2 +- .../Cache/EndOfTransactionQueriesTest.php | 2 +- .../KernelTests/Core/Command/DbDumpTest.php | 2 +- .../KernelTests/Core/Common/XssUnitTest.php | 2 +- ...CacheabilityMetadataConfigOverrideTest.php | 2 +- .../Core/Config/ConfigCRUDTest.php | 2 +- .../Core/Config/ConfigDependencyTest.php | 2 +- .../Core/Config/ConfigDiffTest.php | 2 +- .../Core/Config/ConfigEntityNormalizeTest.php | 2 +- .../Config/ConfigEntityStaticCacheTest.php | 2 +- .../Core/Config/ConfigEntityStatusTest.php | 2 +- .../Core/Config/ConfigEntityStorageTest.php | 2 +- .../Core/Config/ConfigEntityUnitTest.php | 2 +- .../Core/Config/ConfigEventsTest.php | 2 +- .../Core/Config/ConfigExportStorageTest.php | 2 +- .../Core/Config/ConfigImportRecreateTest.php | 2 +- .../ConfigImportRenameValidationTest.php | 2 +- .../ConfigImporterMissingContentTest.php | 2 +- .../Core/Config/ConfigImporterTest.php | 2 +- .../Core/Config/ConfigInstallTest.php | 2 +- .../Config/ConfigLanguageOverrideTest.php | 2 +- .../Core/Config/ConfigModuleOverridesTest.php | 2 +- .../Core/Config/ConfigOverrideTest.php | 2 +- .../Config/ConfigOverridesPriorityTest.php | 2 +- .../Core/Config/ConfigSchemaTest.php | 2 +- .../Core/Config/ConfigSnapshotTest.php | 2 +- .../Core/Config/DefaultConfigTest.php | 2 +- .../Config/Entity/ConfigEntityUpdaterTest.php | 2 +- .../Core/Config/SchemaCheckTraitTest.php | 2 +- .../Core/Config/SchemaConfigListenerTest.php | 2 +- .../Core/Database/DatabaseTestBase.php | 2 +- .../KernelTests/Core/Database/NextIdTest.php | 2 +- .../Core/Database/RegressionTest.php | 2 +- .../Core/Database/SelectComplexTest.php | 2 +- .../Core/Datetime/DateFormatterTest.php | 2 +- .../Core/Datetime/DatetimeElementFormTest.php | 2 +- .../Core/Datetime/Element/TimezoneTest.php | 2 +- .../Core/Element/PathElementFormTest.php | 2 +- .../Entity/BundleConstraintValidatorTest.php | 2 +- .../Core/Entity/ConfigEntityAdapterTest.php | 2 +- .../Core/Entity/ConfigEntityQueryTest.php | 2 +- .../Core/Entity/ContentEntityChangedTest.php | 2 +- .../Core/Entity/ContentEntityCloneTest.php | 2 +- ...ntEntityFieldMethodInvocationOrderTest.php | 2 +- .../Entity/ContentEntityHasChangesTest.php | 2 +- .../ContentEntityNonRevisionableFieldTest.php | 2 +- .../Entity/ContentEntityNullStorageTest.php | 2 +- .../Core/Entity/CreateSampleEntityTest.php | 2 +- .../DefaultTableMappingIntegrationTest.php | 2 +- .../Core/Entity/EntityBundleFieldTest.php | 2 +- .../Core/Entity/EntityCrudHookTest.php | 2 +- ...ntityDecoupledTranslationRevisionsTest.php | 2 +- .../Entity/EntityDefinitionUpdateTest.php | 2 +- .../Core/Entity/EntityDeriverTest.php | 2 +- .../Core/Entity/EntityDisplayBaseTest.php | 2 +- .../Core/Entity/EntityDisplayFormBaseTest.php | 2 +- .../Entity/EntityDisplayRepositoryTest.php | 2 +- .../Core/Entity/EntityFieldTest.php | 2 +- .../EntityHasFieldConstraintValidatorTest.php | 2 +- .../Core/Entity/EntityKernelTestBase.php | 2 +- .../Core/Entity/EntityLanguageTestBase.php | 2 +- ...tyNonRevisionableTranslatableFieldTest.php | 2 +- .../Core/Entity/EntityQueryAggregateTest.php | 2 +- .../Entity/EntityQueryRelationshipTest.php | 2 +- .../Core/Entity/EntityQueryTest.php | 2 +- .../Core/Entity/EntityReferenceFieldTest.php | 2 +- .../EntityReferenceSelectionSortTest.php | 2 +- .../Core/Entity/EntityRepositoryTest.php | 2 +- .../Entity/EntityRevisionTranslationTest.php | 2 +- .../Core/Entity/EntityRevisionsTest.php | 2 +- .../Core/Entity/EntitySchemaTest.php | 2 +- .../EntityTypeConstraintValidatorTest.php | 2 +- .../Entity/EntityTypedDataDefinitionTest.php | 2 +- .../Core/Entity/EntityValidationTest.php | 2 +- .../Core/Entity/FieldSqlStorageTest.php | 2 +- .../FieldWidgetConstraintValidatorTest.php | 2 +- .../FieldableEntityDefinitionUpdateTest.php | 2 +- .../RevisionableContentEntityBaseTest.php | 2 +- .../Core/Entity/RouteProviderTest.php | 2 +- .../ValidReferenceConstraintValidatorTest.php | 2 +- .../Extension/ModuleConfigureRouteTest.php | 2 +- .../Extension/ModuleImplementsAlterTest.php | 2 +- .../Field/Entity/BaseFieldOverrideTest.php | 2 +- .../Core/Field/FieldAccessTest.php | 2 +- .../Core/Field/FieldSettingsTest.php | 2 +- .../KernelTests/Core/File/DirectoryTest.php | 2 +- .../Core/File/FileSystemRequirementsTest.php | 2 +- .../Core/File/FileSystemTempDirectoryTest.php | 2 +- .../KernelTests/Core/File/FileSystemTest.php | 2 +- .../KernelTests/Core/File/FileTestBase.php | 2 +- .../KernelTests/Core/File/MimeTypeTest.php | 2 +- .../File/RemoteFileDeleteRecursiveTest.php | 2 +- .../Core/File/RemoteFileDeleteTest.php | 2 +- .../Core/File/RemoteFileDirectoryTest.php | 2 +- .../Core/File/RemoteFileMoveTest.php | 2 +- .../Core/File/RemoteFileSaveDataTest.php | 2 +- .../Core/File/RemoteFileScanDirectoryTest.php | 2 +- .../Core/File/RemoteFileUnmanagedCopyTest.php | 2 +- .../Core/File/ScanDirectoryTest.php | 2 +- .../Core/File/StreamWrapperTest.php | 2 +- .../Core/File/UrlRewritingTest.php | 2 +- .../Core/File/UrlTransformRelativeTest.php | 2 +- .../Core/Form/ExternalFormUrlTest.php | 2 +- .../KernelTests/Core/Form/FormCacheTest.php | 2 +- .../Core/Form/FormDefaultHandlersTest.php | 2 +- .../HttpKernel/StackKernelIntegrationTest.php | 2 +- .../KernelTests/Core/Image/ToolkitGdTest.php | 2 +- .../DatabaseStorageExpirableTest.php | 2 +- .../KeyValueStore/DatabaseStorageTest.php | 2 +- .../KeyValueStore/GarbageCollectionTest.php | 2 +- .../KeyValueContentEntityStorageTest.php | 2 +- .../Core/Menu/LocalActionManagerTest.php | 2 +- .../Menu/MenuLinkDefaultIntegrationTest.php | 2 +- .../Core/Menu/MenuLinkTreeTest.php | 2 +- .../EntityConverterLatestRevisionTest.php | 2 +- .../Core/Path/PathValidatorTest.php | 2 +- .../KernelTests/Core/Path/UrlAlterTest.php | 2 +- .../Condition/ConditionTestDualUserTest.php | 2 +- .../Condition/CurrentThemeConditionTest.php | 2 +- .../OptionalContextConditionTest.php | 2 +- .../Core/Plugin/Condition/RequestPathTest.php | 2 +- .../Core/Plugin/ContextDefinitionTest.php | 2 +- .../Core/Plugin/ContextPluginTest.php | 2 +- .../Core/Plugin/DerivativeTest.php | 2 +- .../KernelTests/Core/Plugin/FactoryTest.php | 2 +- .../Core/Plugin/InspectionTest.php | 2 +- .../Core/Plugin/PluginTestBase.php | 2 +- .../Core/Queue/QueueSerializationTest.php | 2 +- .../Core/Render/Element/ActionsTest.php | 2 +- .../Render/Element/RenderElementTypesTest.php | 2 +- .../Core/Render/Element/TableTest.php | 2 +- .../Core/Render/RenderCacheTest.php | 2 +- .../KernelTests/Core/Render/RenderTest.php | 2 +- .../Core/RouteProcessor/RouteNoneTest.php | 2 +- .../RouteProcessorCurrentIntegrationTest.php | 2 +- .../Routing/ContentNegotiationRoutingTest.php | 2 +- .../Core/Routing/ExceptionHandlingTest.php | 2 +- .../Core/Routing/RouteProviderTest.php | 2 +- .../Core/Routing/UrlIntegrationTest.php | 2 +- .../ServiceProvider/ServiceProviderTest.php | 2 +- .../StreamWrapperManagerTest.php | 2 +- .../TranslationStringTest.php | 2 +- .../AnonymousPrivateTempStoreTest.php | 2 +- .../Core/TempStore/TempStoreDatabaseTest.php | 2 +- .../Core/Test/PhpUnitBridgeTest.php | 2 +- .../Core/Theme/BaseThemeMissingTest.php | 2 +- .../Core/Theme/BaseThemeRequiredTest.php | 2 +- .../KernelTests/Core/Theme/ImageTest.php | 2 +- .../KernelTests/Core/Theme/MessageTest.php | 2 +- .../Core/Theme/RegistryLegacyTest.php | 2 +- .../KernelTests/Core/Theme/RegistryTest.php | 2 +- .../Core/Theme/Stable9LibraryOverrideTest.php | 2 +- .../Theme/Stable9TemplateOverrideTest.php | 2 +- .../Core/Theme/StableLibraryOverrideTest.php | 2 +- .../Core/Theme/StableTemplateOverrideTest.php | 2 +- .../Core/Theme/ThemeInstallerTest.php | 2 +- .../Theme/ThemeRenderAndAutoescapeTest.php | 2 +- .../Core/Theme/ThemeSettingsTest.php | 2 +- .../Core/Theme/TwigEnvironmentTest.php | 2 +- .../Core/Theme/TwigMarkupInterfaceTest.php | 2 +- .../Core/Theme/TwigWhiteListTest.php | 2 +- .../RecursiveContextualValidatorTest.php | 2 +- .../Core/TypedData/TypedDataTest.php | 2 +- .../Core/Update/CompatibilityFixTest.php | 2 +- .../Core/Url/LinkGenerationTest.php | 2 +- .../Core/Validation/ConstraintsTest.php | 2 +- .../RedirectOnExceptionTest.php | 2 +- 2022 files changed, 2021 insertions(+), 2022 deletions(-) diff --git a/core/modules/action/tests/src/Functional/ActionListTest.php b/core/modules/action/tests/src/Functional/ActionListTest.php index 10e6637af6a8..7cb3def4a7d1 100644 --- a/core/modules/action/tests/src/Functional/ActionListTest.php +++ b/core/modules/action/tests/src/Functional/ActionListTest.php @@ -16,7 +16,7 @@ class ActionListTest extends BrowserTestBase { * * @var array */ - public static $modules = ['action']; + protected static $modules = ['action']; /** * {@inheritdoc} diff --git a/core/modules/action/tests/src/Functional/ActionUninstallTest.php b/core/modules/action/tests/src/Functional/ActionUninstallTest.php index 58e652b791c0..4b393c281762 100644 --- a/core/modules/action/tests/src/Functional/ActionUninstallTest.php +++ b/core/modules/action/tests/src/Functional/ActionUninstallTest.php @@ -18,7 +18,7 @@ class ActionUninstallTest extends BrowserTestBase { * * @var array */ - public static $modules = ['views', 'action']; + protected static $modules = ['views', 'action']; /** * {@inheritdoc} diff --git a/core/modules/action/tests/src/Functional/ConfigurationTest.php b/core/modules/action/tests/src/Functional/ConfigurationTest.php index 05421b7b0d0a..c178ca68fe22 100644 --- a/core/modules/action/tests/src/Functional/ConfigurationTest.php +++ b/core/modules/action/tests/src/Functional/ConfigurationTest.php @@ -18,7 +18,7 @@ class ConfigurationTest extends BrowserTestBase { * * @var array */ - public static $modules = ['action']; + protected static $modules = ['action']; /** diff --git a/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionConfigsTest.php b/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionConfigsTest.php index 20deed073514..71f675085e17 100644 --- a/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionConfigsTest.php +++ b/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionConfigsTest.php @@ -17,7 +17,7 @@ class MigrateActionConfigsTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['action']; + protected static $modules = ['action']; /** * {@inheritdoc} diff --git a/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php b/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php index 784f8b977033..a55bfd54c947 100644 --- a/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php +++ b/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php @@ -12,7 +12,7 @@ */ class MigrateActionsTest extends MigrateDrupal6TestBase { - public static $modules = ['action', 'comment', 'node']; + protected static $modules = ['action', 'comment', 'node']; /** * {@inheritdoc} diff --git a/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionConfigsTest.php b/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionConfigsTest.php index b4d0545d6fde..93401c5402b4 100644 --- a/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionConfigsTest.php +++ b/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionConfigsTest.php @@ -17,7 +17,7 @@ class MigrateActionConfigsTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['action']; + protected static $modules = ['action']; /** * {@inheritdoc} diff --git a/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionsTest.php b/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionsTest.php index 0159a57a0f9e..ba48d30f9bfd 100644 --- a/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionsTest.php +++ b/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionsTest.php @@ -12,7 +12,7 @@ */ class MigrateActionsTest extends MigrateDrupal7TestBase { - public static $modules = ['action', 'comment', 'node']; + protected static $modules = ['action', 'comment', 'node']; /** * {@inheritdoc} diff --git a/core/modules/action/tests/src/Kernel/Plugin/migrate/source/ActionTest.php b/core/modules/action/tests/src/Kernel/Plugin/migrate/source/ActionTest.php index 938752ad4d61..e70f88e43a8f 100644 --- a/core/modules/action/tests/src/Kernel/Plugin/migrate/source/ActionTest.php +++ b/core/modules/action/tests/src/Kernel/Plugin/migrate/source/ActionTest.php @@ -15,7 +15,7 @@ class ActionTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['action', 'migrate_drupal', 'system']; + protected static $modules = ['action', 'migrate_drupal', 'system']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php b/core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php index 67e0b6070e4e..faebea4a27ea 100644 --- a/core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php +++ b/core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php @@ -17,7 +17,7 @@ class AggregatorRenderingTest extends AggregatorTestBase { * * @var array */ - public static $modules = ['block', 'test_page_test']; + protected static $modules = ['block', 'test_page_test']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php b/core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php index baac8f69bf8d..71ad076a1a09 100644 --- a/core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php +++ b/core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php @@ -27,7 +27,7 @@ abstract class AggregatorTestBase extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'node', 'aggregator', 'aggregator_test', 'views']; + protected static $modules = ['block', 'node', 'aggregator', 'aggregator_test', 'views']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Functional/DeleteFeedTest.php b/core/modules/aggregator/tests/src/Functional/DeleteFeedTest.php index 9ff7b3435ba1..ceecc857078d 100644 --- a/core/modules/aggregator/tests/src/Functional/DeleteFeedTest.php +++ b/core/modules/aggregator/tests/src/Functional/DeleteFeedTest.php @@ -14,7 +14,7 @@ class DeleteFeedTest extends AggregatorTestBase { * * @var array */ - public static $modules = ['block']; + protected static $modules = ['block']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Functional/FeedCacheTagsTest.php b/core/modules/aggregator/tests/src/Functional/FeedCacheTagsTest.php index 3e3d3f4bc50a..a4ded2b02e8b 100644 --- a/core/modules/aggregator/tests/src/Functional/FeedCacheTagsTest.php +++ b/core/modules/aggregator/tests/src/Functional/FeedCacheTagsTest.php @@ -17,7 +17,7 @@ class FeedCacheTagsTest extends EntityWithUriCacheTagsTestBase { /** * {@inheritdoc} */ - public static $modules = ['aggregator']; + protected static $modules = ['aggregator']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Functional/FeedLanguageTest.php b/core/modules/aggregator/tests/src/Functional/FeedLanguageTest.php index 0d37815839cd..504bbd5f2c5d 100644 --- a/core/modules/aggregator/tests/src/Functional/FeedLanguageTest.php +++ b/core/modules/aggregator/tests/src/Functional/FeedLanguageTest.php @@ -19,7 +19,7 @@ class FeedLanguageTest extends AggregatorTestBase { * * @var array */ - public static $modules = ['language']; + protected static $modules = ['language']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonBasicAuthTest.php b/core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonBasicAuthTest.php index a1d36b324009..4085a9a50ccf 100644 --- a/core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonBasicAuthTest.php +++ b/core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class FeedHalJsonBasicAuthTest extends FeedHalJsonTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonTestBase.php b/core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonTestBase.php index 7fa28700122c..22357bf0f4b9 100644 --- a/core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonTestBase.php +++ b/core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonTestBase.php @@ -12,7 +12,7 @@ abstract class FeedHalJsonTestBase extends FeedResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonAnonTest.php b/core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonAnonTest.php index 629e794a9e38..fe6018133e05 100644 --- a/core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonAnonTest.php +++ b/core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonAnonTest.php @@ -14,7 +14,7 @@ class ItemHalJsonAnonTest extends ItemHalJsonTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonBasicAuthTest.php b/core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonBasicAuthTest.php index f8792f5d753c..2e696760f60e 100644 --- a/core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonBasicAuthTest.php +++ b/core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class ItemHalJsonBasicAuthTest extends ItemHalJsonTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonCookieTest.php b/core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonCookieTest.php index d180934ab989..da07a955948c 100644 --- a/core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonCookieTest.php +++ b/core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonCookieTest.php @@ -14,7 +14,7 @@ class ItemHalJsonCookieTest extends ItemHalJsonTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonTestBase.php b/core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonTestBase.php index c786b7b181a4..5c5120b945db 100644 --- a/core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonTestBase.php +++ b/core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonTestBase.php @@ -18,7 +18,7 @@ abstract class ItemHalJsonTestBase extends ItemResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php b/core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php index 36955e8cd256..ece1634c0dae 100644 --- a/core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php +++ b/core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php @@ -16,7 +16,7 @@ class ImportOpmlTest extends AggregatorTestBase { * * @var array */ - public static $modules = ['block', 'help']; + protected static $modules = ['block', 'help']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Functional/ItemCacheTagsTest.php b/core/modules/aggregator/tests/src/Functional/ItemCacheTagsTest.php index 86ad13ff4bff..c7bce98ff211 100644 --- a/core/modules/aggregator/tests/src/Functional/ItemCacheTagsTest.php +++ b/core/modules/aggregator/tests/src/Functional/ItemCacheTagsTest.php @@ -19,7 +19,7 @@ class ItemCacheTagsTest extends EntityCacheTagsTestBase { /** * {@inheritdoc} */ - public static $modules = ['aggregator']; + protected static $modules = ['aggregator']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Functional/Rest/FeedJsonBasicAuthTest.php b/core/modules/aggregator/tests/src/Functional/Rest/FeedJsonBasicAuthTest.php index 6018df892144..620fd2f91d4f 100644 --- a/core/modules/aggregator/tests/src/Functional/Rest/FeedJsonBasicAuthTest.php +++ b/core/modules/aggregator/tests/src/Functional/Rest/FeedJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class FeedJsonBasicAuthTest extends FeedResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php b/core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php index c515a058f121..e17c0573f072 100644 --- a/core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php +++ b/core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php @@ -10,7 +10,7 @@ abstract class FeedResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['aggregator']; + protected static $modules = ['aggregator']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Functional/Rest/FeedXmlBasicAuthTest.php b/core/modules/aggregator/tests/src/Functional/Rest/FeedXmlBasicAuthTest.php index c4bb7426d1a1..c5aab0b7309d 100644 --- a/core/modules/aggregator/tests/src/Functional/Rest/FeedXmlBasicAuthTest.php +++ b/core/modules/aggregator/tests/src/Functional/Rest/FeedXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class FeedXmlBasicAuthTest extends FeedResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Functional/Rest/ItemJsonBasicAuthTest.php b/core/modules/aggregator/tests/src/Functional/Rest/ItemJsonBasicAuthTest.php index 383e8b59b3bc..e9fc9f54f946 100644 --- a/core/modules/aggregator/tests/src/Functional/Rest/ItemJsonBasicAuthTest.php +++ b/core/modules/aggregator/tests/src/Functional/Rest/ItemJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class ItemJsonBasicAuthTest extends ItemResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php b/core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php index ef9a05d72e99..bcfddce6fa20 100644 --- a/core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php +++ b/core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php @@ -14,7 +14,7 @@ abstract class ItemResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['aggregator']; + protected static $modules = ['aggregator']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php b/core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php index 4de90303d127..f883cf126bdc 100644 --- a/core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php +++ b/core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class ItemXmlBasicAuthTest extends ItemResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Kernel/AggregatorPluginManagerTest.php b/core/modules/aggregator/tests/src/Kernel/AggregatorPluginManagerTest.php index 01e69b51c78c..9871a0465eda 100644 --- a/core/modules/aggregator/tests/src/Kernel/AggregatorPluginManagerTest.php +++ b/core/modules/aggregator/tests/src/Kernel/AggregatorPluginManagerTest.php @@ -16,7 +16,7 @@ class AggregatorPluginManagerTest extends KernelTestBase { * * @var array */ - public static $modules = ['aggregator', 'aggregator_test']; + protected static $modules = ['aggregator', 'aggregator_test']; /** * Tests that the fetcher info alter hook works. diff --git a/core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php b/core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php index e8e41eb730a0..e10f481e13ac 100644 --- a/core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php +++ b/core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php @@ -18,7 +18,7 @@ class AggregatorTitleTest extends KernelTestBase { * * @var array */ - public static $modules = ['file', 'field', 'options', 'aggregator', 'system']; + protected static $modules = ['file', 'field', 'options', 'aggregator', 'system']; /** * The field name that is tested. diff --git a/core/modules/aggregator/tests/src/Kernel/FeedValidationTest.php b/core/modules/aggregator/tests/src/Kernel/FeedValidationTest.php index 92fcc8dc81a1..1d0f6792dda1 100644 --- a/core/modules/aggregator/tests/src/Kernel/FeedValidationTest.php +++ b/core/modules/aggregator/tests/src/Kernel/FeedValidationTest.php @@ -17,7 +17,7 @@ class FeedValidationTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['aggregator', 'options']; + protected static $modules = ['aggregator', 'options']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Kernel/ItemWithoutFeedTest.php b/core/modules/aggregator/tests/src/Kernel/ItemWithoutFeedTest.php index ace38c3c34ce..f4a5e8f3f34d 100644 --- a/core/modules/aggregator/tests/src/Kernel/ItemWithoutFeedTest.php +++ b/core/modules/aggregator/tests/src/Kernel/ItemWithoutFeedTest.php @@ -15,7 +15,7 @@ class ItemWithoutFeedTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['aggregator', 'options']; + protected static $modules = ['aggregator', 'options']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Kernel/Migrate/MigrateAggregatorStubTest.php b/core/modules/aggregator/tests/src/Kernel/Migrate/MigrateAggregatorStubTest.php index 20f1ee902151..99c708e392c7 100644 --- a/core/modules/aggregator/tests/src/Kernel/Migrate/MigrateAggregatorStubTest.php +++ b/core/modules/aggregator/tests/src/Kernel/Migrate/MigrateAggregatorStubTest.php @@ -17,7 +17,7 @@ class MigrateAggregatorStubTest extends MigrateDrupalTestBase { /** * {@inheritdoc} */ - public static $modules = ['aggregator']; + protected static $modules = ['aggregator']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorConfigsTest.php b/core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorConfigsTest.php index a6925d4c6287..519c608542d3 100644 --- a/core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorConfigsTest.php +++ b/core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorConfigsTest.php @@ -17,7 +17,7 @@ class MigrateAggregatorConfigsTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['aggregator']; + protected static $modules = ['aggregator']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorFeedTest.php b/core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorFeedTest.php index d01c826e531e..1b702cbe52dc 100644 --- a/core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorFeedTest.php +++ b/core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorFeedTest.php @@ -15,7 +15,7 @@ class MigrateAggregatorFeedTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['aggregator']; + protected static $modules = ['aggregator']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorItemTest.php b/core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorItemTest.php index aa439d9103d8..c3bec74be2f2 100644 --- a/core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorItemTest.php +++ b/core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorItemTest.php @@ -15,7 +15,7 @@ class MigrateAggregatorItemTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['aggregator']; + protected static $modules = ['aggregator']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorFeedTest.php b/core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorFeedTest.php index e6dfde728864..6ee4231b09dd 100644 --- a/core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorFeedTest.php +++ b/core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorFeedTest.php @@ -15,7 +15,7 @@ class MigrateAggregatorFeedTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['aggregator']; + protected static $modules = ['aggregator']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorItemTest.php b/core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorItemTest.php index 3b90af24ce59..8e20f5fe6aea 100644 --- a/core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorItemTest.php +++ b/core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorItemTest.php @@ -15,7 +15,7 @@ class MigrateAggregatorItemTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['aggregator']; + protected static $modules = ['aggregator']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorSettingsTest.php b/core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorSettingsTest.php index daff18eb1fbb..666a979c27ff 100644 --- a/core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorSettingsTest.php +++ b/core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorSettingsTest.php @@ -11,7 +11,7 @@ */ class MigrateAggregatorSettingsTest extends MigrateDrupal7TestBase { - public static $modules = ['aggregator']; + protected static $modules = ['aggregator']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorFeedTest.php b/core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorFeedTest.php index d41f4f4b38a1..67fe136808c6 100644 --- a/core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorFeedTest.php +++ b/core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorFeedTest.php @@ -15,7 +15,7 @@ class AggregatorFeedTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['aggregator', 'migrate_drupal']; + protected static $modules = ['aggregator', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorItemTest.php b/core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorItemTest.php index 09101f7cd4da..ea9206a44b0f 100644 --- a/core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorItemTest.php +++ b/core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorItemTest.php @@ -15,7 +15,7 @@ class AggregatorItemTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['aggregator', 'migrate_drupal']; + protected static $modules = ['aggregator', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php b/core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php index 686db1ed67fd..26320d602212 100644 --- a/core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php +++ b/core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php @@ -15,7 +15,7 @@ class AggregatorFeedViewsFieldAccessTest extends FieldFieldAccessTestBase { /** * {@inheritdoc} */ - public static $modules = ['aggregator', 'entity_test', 'options']; + protected static $modules = ['aggregator', 'entity_test', 'options']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php b/core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php index c68ec5148f7b..19843d5e973a 100644 --- a/core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php +++ b/core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php @@ -16,7 +16,7 @@ class AggregatorItemViewsFieldAccessTest extends FieldFieldAccessTestBase { /** * {@inheritdoc} */ - public static $modules = ['aggregator', 'entity_test', 'options']; + protected static $modules = ['aggregator', 'entity_test', 'options']; /** * {@inheritdoc} diff --git a/core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php b/core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php index 4f9d59fec710..4b7739eb4de3 100644 --- a/core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php +++ b/core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php @@ -22,7 +22,7 @@ class IntegrationTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['aggregator', 'aggregator_test_views', 'system', 'field', 'options', 'user']; + protected static $modules = ['aggregator', 'aggregator_test_views', 'system', 'field', 'options', 'user']; /** * Views used by this test. diff --git a/core/modules/ban/tests/src/Functional/IpAddressBlockingTest.php b/core/modules/ban/tests/src/Functional/IpAddressBlockingTest.php index 344678c30e9b..6963759c3f3a 100644 --- a/core/modules/ban/tests/src/Functional/IpAddressBlockingTest.php +++ b/core/modules/ban/tests/src/Functional/IpAddressBlockingTest.php @@ -18,7 +18,7 @@ class IpAddressBlockingTest extends BrowserTestBase { * * @var array */ - public static $modules = ['ban']; + protected static $modules = ['ban']; /** * {@inheritdoc} diff --git a/core/modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIpsTest.php b/core/modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIpsTest.php index 58c8603c51e3..f814e1962793 100644 --- a/core/modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIpsTest.php +++ b/core/modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIpsTest.php @@ -19,7 +19,7 @@ class MigrateBlockedIpsTest extends MigrateDrupal7TestBase { * * @var array */ - public static $modules = ['ban']; + protected static $modules = ['ban']; /** * {@inheritdoc} diff --git a/core/modules/ban/tests/src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php b/core/modules/ban/tests/src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php index 2ce7820a7dbe..80adf4ec548d 100644 --- a/core/modules/ban/tests/src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php +++ b/core/modules/ban/tests/src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php @@ -15,7 +15,7 @@ class BlockedIpsTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['ban', 'migrate_drupal']; + protected static $modules = ['ban', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php b/core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php index 16446ad33222..e4afa690dc9b 100644 --- a/core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php +++ b/core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php @@ -23,7 +23,7 @@ class BasicAuthTest extends BrowserTestBase { * * @var array */ - public static $modules = ['basic_auth', 'router_test', 'locale', 'basic_auth_test']; + protected static $modules = ['basic_auth', 'router_test', 'locale', 'basic_auth_test']; /** * {@inheritdoc} diff --git a/core/modules/big_pipe/tests/src/Functional/BigPipeTest.php b/core/modules/big_pipe/tests/src/Functional/BigPipeTest.php index 7a276b4247d9..f9282eb08e6b 100644 --- a/core/modules/big_pipe/tests/src/Functional/BigPipeTest.php +++ b/core/modules/big_pipe/tests/src/Functional/BigPipeTest.php @@ -31,7 +31,7 @@ class BigPipeTest extends BrowserTestBase { * * @var array */ - public static $modules = ['big_pipe', 'big_pipe_test', 'dblog']; + protected static $modules = ['big_pipe', 'big_pipe_test', 'dblog']; /** * {@inheritdoc} diff --git a/core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php b/core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php index 211b08423997..8534051a8eb7 100644 --- a/core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php +++ b/core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php @@ -29,7 +29,7 @@ class BigPipeRegressionTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'big_pipe', 'big_pipe_regression_test', ]; diff --git a/core/modules/block/tests/src/Functional/BlockAdminThemeTest.php b/core/modules/block/tests/src/Functional/BlockAdminThemeTest.php index 52dbc4d4c5bd..fe248420cb21 100644 --- a/core/modules/block/tests/src/Functional/BlockAdminThemeTest.php +++ b/core/modules/block/tests/src/Functional/BlockAdminThemeTest.php @@ -16,7 +16,7 @@ class BlockAdminThemeTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'contextual']; + protected static $modules = ['block', 'contextual']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Functional/BlockCacheTest.php b/core/modules/block/tests/src/Functional/BlockCacheTest.php index c004e23a1c06..cca0be87c775 100644 --- a/core/modules/block/tests/src/Functional/BlockCacheTest.php +++ b/core/modules/block/tests/src/Functional/BlockCacheTest.php @@ -17,7 +17,7 @@ class BlockCacheTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'block_test', 'test_page_test']; + protected static $modules = ['block', 'block_test', 'test_page_test']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Functional/BlockDemoTest.php b/core/modules/block/tests/src/Functional/BlockDemoTest.php index 313fc93c47e1..818280aa5b9f 100644 --- a/core/modules/block/tests/src/Functional/BlockDemoTest.php +++ b/core/modules/block/tests/src/Functional/BlockDemoTest.php @@ -16,7 +16,7 @@ class BlockDemoTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block']; + protected static $modules = ['block']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Functional/BlockFormInBlockTest.php b/core/modules/block/tests/src/Functional/BlockFormInBlockTest.php index 6b54b8a48404..a536500fa772 100644 --- a/core/modules/block/tests/src/Functional/BlockFormInBlockTest.php +++ b/core/modules/block/tests/src/Functional/BlockFormInBlockTest.php @@ -17,7 +17,7 @@ class BlockFormInBlockTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'block_test', 'test_page_test']; + protected static $modules = ['block', 'block_test', 'test_page_test']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php b/core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php index de0f2d6a76cd..0e3f3ff0831c 100644 --- a/core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php +++ b/core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php @@ -22,7 +22,7 @@ class BlockHiddenRegionTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'block_test', 'search']; + protected static $modules = ['block', 'block_test', 'search']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Functional/BlockHookOperationTest.php b/core/modules/block/tests/src/Functional/BlockHookOperationTest.php index 9f5c62728d71..0770191e840b 100644 --- a/core/modules/block/tests/src/Functional/BlockHookOperationTest.php +++ b/core/modules/block/tests/src/Functional/BlockHookOperationTest.php @@ -16,7 +16,7 @@ class BlockHookOperationTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'entity_test']; + protected static $modules = ['block', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Functional/BlockHtmlTest.php b/core/modules/block/tests/src/Functional/BlockHtmlTest.php index d6d63459068f..8944c7a3cbf2 100644 --- a/core/modules/block/tests/src/Functional/BlockHtmlTest.php +++ b/core/modules/block/tests/src/Functional/BlockHtmlTest.php @@ -16,7 +16,7 @@ class BlockHtmlTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'block_test']; + protected static $modules = ['block', 'block_test']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php b/core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php index e71db7095eb2..0389375b8c4d 100644 --- a/core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php +++ b/core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php @@ -18,7 +18,7 @@ class BlockInvalidRegionTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'block_test']; + protected static $modules = ['block', 'block_test']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php b/core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php index 787293fb1046..5a6aeef95bf7 100644 --- a/core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php +++ b/core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php @@ -17,7 +17,7 @@ class BlockLanguageCacheTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'language', 'menu_ui']; + protected static $modules = ['block', 'language', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Functional/BlockLanguageTest.php b/core/modules/block/tests/src/Functional/BlockLanguageTest.php index 1aa993e24ef2..b3be64f3fd7d 100644 --- a/core/modules/block/tests/src/Functional/BlockLanguageTest.php +++ b/core/modules/block/tests/src/Functional/BlockLanguageTest.php @@ -23,7 +23,7 @@ class BlockLanguageTest extends BrowserTestBase { * * @var array */ - public static $modules = ['language', 'block', 'content_translation']; + protected static $modules = ['language', 'block', 'content_translation']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Functional/BlockRenderOrderTest.php b/core/modules/block/tests/src/Functional/BlockRenderOrderTest.php index 53df55fcb8d8..fd64b65bd827 100644 --- a/core/modules/block/tests/src/Functional/BlockRenderOrderTest.php +++ b/core/modules/block/tests/src/Functional/BlockRenderOrderTest.php @@ -17,7 +17,7 @@ class BlockRenderOrderTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'block']; + protected static $modules = ['node', 'block']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Functional/BlockSystemBrandingTest.php b/core/modules/block/tests/src/Functional/BlockSystemBrandingTest.php index ad7a53f5b3b9..b652ec8060cc 100644 --- a/core/modules/block/tests/src/Functional/BlockSystemBrandingTest.php +++ b/core/modules/block/tests/src/Functional/BlockSystemBrandingTest.php @@ -14,7 +14,7 @@ class BlockSystemBrandingTest extends BlockTestBase { * * @var array */ - public static $modules = ['block', 'system']; + protected static $modules = ['block', 'system']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Functional/BlockTestBase.php b/core/modules/block/tests/src/Functional/BlockTestBase.php index e1ccd1a3658c..725c04d6fca3 100644 --- a/core/modules/block/tests/src/Functional/BlockTestBase.php +++ b/core/modules/block/tests/src/Functional/BlockTestBase.php @@ -15,7 +15,7 @@ abstract class BlockTestBase extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'filter', 'test_page_test', 'help', 'block_test']; + protected static $modules = ['block', 'filter', 'test_page_test', 'help', 'block_test']; /** * A list of theme regions to test. diff --git a/core/modules/block/tests/src/Functional/BlockUiTest.php b/core/modules/block/tests/src/Functional/BlockUiTest.php index 3b8730b11324..484062ed6d88 100644 --- a/core/modules/block/tests/src/Functional/BlockUiTest.php +++ b/core/modules/block/tests/src/Functional/BlockUiTest.php @@ -19,7 +19,7 @@ class BlockUiTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'block_test', 'help', 'condition_test']; + protected static $modules = ['block', 'block_test', 'help', 'condition_test']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Functional/BlockXssTest.php b/core/modules/block/tests/src/Functional/BlockXssTest.php index 72d38e1ee3c9..77db1b404c9e 100644 --- a/core/modules/block/tests/src/Functional/BlockXssTest.php +++ b/core/modules/block/tests/src/Functional/BlockXssTest.php @@ -21,7 +21,7 @@ class BlockXssTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'block_content', 'menu_ui', 'views']; + protected static $modules = ['block', 'block_content', 'menu_ui', 'views']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Functional/Hal/BlockHalJsonAnonTest.php b/core/modules/block/tests/src/Functional/Hal/BlockHalJsonAnonTest.php index 8e43483cd463..8de609d11e68 100644 --- a/core/modules/block/tests/src/Functional/Hal/BlockHalJsonAnonTest.php +++ b/core/modules/block/tests/src/Functional/Hal/BlockHalJsonAnonTest.php @@ -15,7 +15,7 @@ class BlockHalJsonAnonTest extends BlockResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Functional/Hal/BlockHalJsonBasicAuthTest.php b/core/modules/block/tests/src/Functional/Hal/BlockHalJsonBasicAuthTest.php index 2fb4416e8432..7cea1b6f8452 100644 --- a/core/modules/block/tests/src/Functional/Hal/BlockHalJsonBasicAuthTest.php +++ b/core/modules/block/tests/src/Functional/Hal/BlockHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class BlockHalJsonBasicAuthTest extends BlockResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Functional/Hal/BlockHalJsonCookieTest.php b/core/modules/block/tests/src/Functional/Hal/BlockHalJsonCookieTest.php index 2b907217cfcb..5d7725671f45 100644 --- a/core/modules/block/tests/src/Functional/Hal/BlockHalJsonCookieTest.php +++ b/core/modules/block/tests/src/Functional/Hal/BlockHalJsonCookieTest.php @@ -15,7 +15,7 @@ class BlockHalJsonCookieTest extends BlockResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Functional/NonDefaultBlockAdminTest.php b/core/modules/block/tests/src/Functional/NonDefaultBlockAdminTest.php index b89bb9e57425..fefe43216143 100644 --- a/core/modules/block/tests/src/Functional/NonDefaultBlockAdminTest.php +++ b/core/modules/block/tests/src/Functional/NonDefaultBlockAdminTest.php @@ -16,7 +16,7 @@ class NonDefaultBlockAdminTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block']; + protected static $modules = ['block']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php b/core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php index c0deb450a5ea..6f5008751f9b 100644 --- a/core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php +++ b/core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class BlockJsonBasicAuthTest extends BlockResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php b/core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php index 61727010bf80..916e2d950b9e 100644 --- a/core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php +++ b/core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php @@ -11,7 +11,7 @@ abstract class BlockResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['block']; + protected static $modules = ['block']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Functional/Rest/BlockXmlBasicAuthTest.php b/core/modules/block/tests/src/Functional/Rest/BlockXmlBasicAuthTest.php index 0caf4c8b7544..34794f020b74 100644 --- a/core/modules/block/tests/src/Functional/Rest/BlockXmlBasicAuthTest.php +++ b/core/modules/block/tests/src/Functional/Rest/BlockXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class BlockXmlBasicAuthTest extends BlockResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php b/core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php index e9ff84169d00..a02967099426 100644 --- a/core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php +++ b/core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php @@ -31,7 +31,7 @@ class DisplayBlockTest extends ViewTestBase { * * @var array */ - public static $modules = ['node', 'block_test_views', 'test_page_test', 'contextual', 'views_ui']; + protected static $modules = ['node', 'block_test_views', 'test_page_test', 'contextual', 'views_ui']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php b/core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php index a3ff008416db..fa9a78160f68 100644 --- a/core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php +++ b/core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php @@ -15,7 +15,7 @@ class BlockFilterTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['user', 'block']; + protected static $modules = ['user', 'block']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php b/core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php index eb19f47d2155..a6a736f5d957 100644 --- a/core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php +++ b/core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php @@ -18,7 +18,7 @@ class BlockConfigSchemaTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'block', 'aggregator', 'book', diff --git a/core/modules/block/tests/src/Kernel/BlockInterfaceTest.php b/core/modules/block/tests/src/Kernel/BlockInterfaceTest.php index 48d63a302d2e..6e1a4d254510 100644 --- a/core/modules/block/tests/src/Kernel/BlockInterfaceTest.php +++ b/core/modules/block/tests/src/Kernel/BlockInterfaceTest.php @@ -13,7 +13,7 @@ */ class BlockInterfaceTest extends KernelTestBase { - public static $modules = ['system', 'block', 'block_test', 'user']; + protected static $modules = ['system', 'block', 'block_test', 'user']; /** * Test configuration and subsequent form() and build() method calls. diff --git a/core/modules/block/tests/src/Kernel/BlockRebuildTest.php b/core/modules/block/tests/src/Kernel/BlockRebuildTest.php index 431cdcbaa6c6..0772065fe84c 100644 --- a/core/modules/block/tests/src/Kernel/BlockRebuildTest.php +++ b/core/modules/block/tests/src/Kernel/BlockRebuildTest.php @@ -19,7 +19,7 @@ class BlockRebuildTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['block', 'system']; + protected static $modules = ['block', 'system']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php b/core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php index ff27b9f6406e..4c69f0deb5dc 100644 --- a/core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php +++ b/core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php @@ -21,7 +21,7 @@ class BlockStorageUnitTest extends KernelTestBase { * * @var array */ - public static $modules = ['block', 'block_test', 'system']; + protected static $modules = ['block', 'block_test', 'system']; /** * The block storage. diff --git a/core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php b/core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php index 44e5646b828c..056888677a41 100644 --- a/core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php +++ b/core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php @@ -20,7 +20,7 @@ class BlockViewBuilderTest extends KernelTestBase { * * @var array */ - public static $modules = ['block', 'block_test', 'system', 'user']; + protected static $modules = ['block', 'block_test', 'system', 'user']; /** * The block being tested. diff --git a/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockContentTranslationTest.php b/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockContentTranslationTest.php index 1f9780602eb7..1801de87802c 100644 --- a/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockContentTranslationTest.php +++ b/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockContentTranslationTest.php @@ -14,7 +14,7 @@ class MigrateBlockContentTranslationTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'aggregator', 'book', 'block', diff --git a/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php b/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php index cf0c464c519d..d139b35f91c2 100644 --- a/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php +++ b/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php @@ -15,7 +15,7 @@ class MigrateBlockTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'block', 'views', 'comment', diff --git a/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockContentTranslationTest.php b/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockContentTranslationTest.php index 8b5a4a0e7652..9789b19913b5 100644 --- a/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockContentTranslationTest.php +++ b/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockContentTranslationTest.php @@ -14,7 +14,7 @@ class MigrateBlockContentTranslationTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'text', 'aggregator', diff --git a/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php b/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php index c7cb825bd6dc..150f340f2a73 100644 --- a/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php +++ b/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php @@ -16,7 +16,7 @@ class MigrateBlockTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'block', 'views', 'comment', diff --git a/core/modules/block/tests/src/Kernel/Plugin/migrate/source/BlockTest.php b/core/modules/block/tests/src/Kernel/Plugin/migrate/source/BlockTest.php index 66c2679bb052..b0f507e126ec 100644 --- a/core/modules/block/tests/src/Kernel/Plugin/migrate/source/BlockTest.php +++ b/core/modules/block/tests/src/Kernel/Plugin/migrate/source/BlockTest.php @@ -15,7 +15,7 @@ class BlockTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['block', 'migrate_drupal']; + protected static $modules = ['block', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Kernel/Plugin/migrate/source/d6/BlockTranslationTest.php b/core/modules/block/tests/src/Kernel/Plugin/migrate/source/d6/BlockTranslationTest.php index 445f32cec50e..18dd8041350b 100644 --- a/core/modules/block/tests/src/Kernel/Plugin/migrate/source/d6/BlockTranslationTest.php +++ b/core/modules/block/tests/src/Kernel/Plugin/migrate/source/d6/BlockTranslationTest.php @@ -16,7 +16,7 @@ class BlockTranslationTest extends BlockTest { /** * {@inheritdoc} */ - public static $modules = ['block']; + protected static $modules = ['block']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Kernel/Plugin/migrate/source/d7/BlockTranslationTest.php b/core/modules/block/tests/src/Kernel/Plugin/migrate/source/d7/BlockTranslationTest.php index 3559f74d8d72..fad8f7d4e545 100644 --- a/core/modules/block/tests/src/Kernel/Plugin/migrate/source/d7/BlockTranslationTest.php +++ b/core/modules/block/tests/src/Kernel/Plugin/migrate/source/d7/BlockTranslationTest.php @@ -16,7 +16,7 @@ class BlockTranslationTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['block', 'migrate_drupal']; + protected static $modules = ['block', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php b/core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php index c6778cab987b..4e217c951351 100644 --- a/core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php +++ b/core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php @@ -20,7 +20,7 @@ class BlockContentCacheTagsTest extends EntityCacheTagsTestBase { /** * {@inheritdoc} */ - public static $modules = ['block_content']; + protected static $modules = ['block_content']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php b/core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php index e81078e9ccfb..16e147d99cb5 100644 --- a/core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php +++ b/core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php @@ -12,7 +12,7 @@ class BlockContentContextualLinksTest extends BlockContentTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'contextual', ]; diff --git a/core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php b/core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php index 8ba11c8a800b..d12c3833a738 100644 --- a/core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php +++ b/core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php @@ -21,7 +21,7 @@ class BlockContentCreationTest extends BlockContentTestBase { * * @var array */ - public static $modules = ['block_content_test', 'dblog', 'field_ui']; + protected static $modules = ['block_content_test', 'dblog', 'field_ui']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Functional/BlockContentListTest.php b/core/modules/block_content/tests/src/Functional/BlockContentListTest.php index 61edfdaefd74..a865e7e83130 100644 --- a/core/modules/block_content/tests/src/Functional/BlockContentListTest.php +++ b/core/modules/block_content/tests/src/Functional/BlockContentListTest.php @@ -20,7 +20,7 @@ class BlockContentListTest extends BlockContentTestBase { * * @var array */ - public static $modules = ['block', 'block_content', 'config_translation']; + protected static $modules = ['block', 'block_content', 'config_translation']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Functional/BlockContentListViewsTest.php b/core/modules/block_content/tests/src/Functional/BlockContentListViewsTest.php index 61f298471859..5088d0846396 100644 --- a/core/modules/block_content/tests/src/Functional/BlockContentListViewsTest.php +++ b/core/modules/block_content/tests/src/Functional/BlockContentListViewsTest.php @@ -18,7 +18,7 @@ class BlockContentListViewsTest extends BlockContentTestBase { * * @var array */ - public static $modules = ['block', 'block_content', 'config_translation', 'views']; + protected static $modules = ['block', 'block_content', 'config_translation', 'views']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Functional/BlockContentPageViewTest.php b/core/modules/block_content/tests/src/Functional/BlockContentPageViewTest.php index c9bc68b0f3c1..79771cc82a42 100644 --- a/core/modules/block_content/tests/src/Functional/BlockContentPageViewTest.php +++ b/core/modules/block_content/tests/src/Functional/BlockContentPageViewTest.php @@ -14,7 +14,7 @@ class BlockContentPageViewTest extends BlockContentTestBase { * * @var array */ - public static $modules = ['block_content_test']; + protected static $modules = ['block_content_test']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Functional/BlockContentSaveTest.php b/core/modules/block_content/tests/src/Functional/BlockContentSaveTest.php index 424eb9ad7c53..bda95fea2562 100644 --- a/core/modules/block_content/tests/src/Functional/BlockContentSaveTest.php +++ b/core/modules/block_content/tests/src/Functional/BlockContentSaveTest.php @@ -17,7 +17,7 @@ class BlockContentSaveTest extends BlockContentTestBase { * * @var array */ - public static $modules = ['block_content_test']; + protected static $modules = ['block_content_test']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Functional/BlockContentTestBase.php b/core/modules/block_content/tests/src/Functional/BlockContentTestBase.php index c8c32fdacfb0..50bf4fc8f16e 100644 --- a/core/modules/block_content/tests/src/Functional/BlockContentTestBase.php +++ b/core/modules/block_content/tests/src/Functional/BlockContentTestBase.php @@ -39,7 +39,7 @@ abstract class BlockContentTestBase extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'block_content']; + protected static $modules = ['block', 'block_content']; /** * Whether or not to auto-create the basic block type during setup. diff --git a/core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php b/core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php index 5a2abc0251bc..73f3a9a06b46 100644 --- a/core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php +++ b/core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php @@ -19,7 +19,7 @@ class BlockContentTranslationUITest extends ContentTranslationUITestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'language', 'content_translation', 'block', diff --git a/core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php b/core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php index c0de6452f66a..50028e12bd12 100644 --- a/core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php +++ b/core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php @@ -21,7 +21,7 @@ class BlockContentTypeTest extends BlockContentTestBase { * * @var array */ - public static $modules = ['field_ui']; + protected static $modules = ['field_ui']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Functional/Hal/BlockContentHalJsonAnonTest.php b/core/modules/block_content/tests/src/Functional/Hal/BlockContentHalJsonAnonTest.php index 6f7a1b6147c9..9e8d0ff2affc 100644 --- a/core/modules/block_content/tests/src/Functional/Hal/BlockContentHalJsonAnonTest.php +++ b/core/modules/block_content/tests/src/Functional/Hal/BlockContentHalJsonAnonTest.php @@ -18,7 +18,7 @@ class BlockContentHalJsonAnonTest extends BlockContentResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Functional/Hal/BlockContentHalJsonBasicAuthTest.php b/core/modules/block_content/tests/src/Functional/Hal/BlockContentHalJsonBasicAuthTest.php index 074eadd81fc9..d8716a185b58 100644 --- a/core/modules/block_content/tests/src/Functional/Hal/BlockContentHalJsonBasicAuthTest.php +++ b/core/modules/block_content/tests/src/Functional/Hal/BlockContentHalJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class BlockContentHalJsonBasicAuthTest extends BlockContentHalJsonAnonTest { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Functional/Hal/BlockContentTypeHalJsonAnonTest.php b/core/modules/block_content/tests/src/Functional/Hal/BlockContentTypeHalJsonAnonTest.php index 1a7d4e7056d6..2213bda7f4ee 100644 --- a/core/modules/block_content/tests/src/Functional/Hal/BlockContentTypeHalJsonAnonTest.php +++ b/core/modules/block_content/tests/src/Functional/Hal/BlockContentTypeHalJsonAnonTest.php @@ -15,7 +15,7 @@ class BlockContentTypeHalJsonAnonTest extends BlockContentTypeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Functional/Hal/BlockContentTypeHalJsonBasicAuthTest.php b/core/modules/block_content/tests/src/Functional/Hal/BlockContentTypeHalJsonBasicAuthTest.php index 41eeb87328ed..e823dcf23f9f 100644 --- a/core/modules/block_content/tests/src/Functional/Hal/BlockContentTypeHalJsonBasicAuthTest.php +++ b/core/modules/block_content/tests/src/Functional/Hal/BlockContentTypeHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class BlockContentTypeHalJsonBasicAuthTest extends BlockContentTypeResourceTestB /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Functional/Hal/BlockContentTypeHalJsonCookieTest.php b/core/modules/block_content/tests/src/Functional/Hal/BlockContentTypeHalJsonCookieTest.php index 006d08bfbae9..86ed15cc96bb 100644 --- a/core/modules/block_content/tests/src/Functional/Hal/BlockContentTypeHalJsonCookieTest.php +++ b/core/modules/block_content/tests/src/Functional/Hal/BlockContentTypeHalJsonCookieTest.php @@ -15,7 +15,7 @@ class BlockContentTypeHalJsonCookieTest extends BlockContentTypeResourceTestBase /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Functional/Rest/BlockContentJsonBasicAuthTest.php b/core/modules/block_content/tests/src/Functional/Rest/BlockContentJsonBasicAuthTest.php index f87ce906d76d..95ef367a1e68 100644 --- a/core/modules/block_content/tests/src/Functional/Rest/BlockContentJsonBasicAuthTest.php +++ b/core/modules/block_content/tests/src/Functional/Rest/BlockContentJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class BlockContentJsonBasicAuthTest extends BlockContentResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php b/core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php index ea19be0ed2f6..fb7739f2557c 100644 --- a/core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php +++ b/core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php @@ -15,7 +15,7 @@ abstract class BlockContentResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['block_content']; + protected static $modules = ['block_content']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeJsonBasicAuthTest.php b/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeJsonBasicAuthTest.php index 709dcfd5d47b..68598eb9ea58 100644 --- a/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeJsonBasicAuthTest.php +++ b/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class BlockContentTypeJsonBasicAuthTest extends BlockContentTypeResourceTestBase /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeResourceTestBase.php b/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeResourceTestBase.php index 13d6ed2d00d7..46fe436be607 100644 --- a/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeResourceTestBase.php +++ b/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeResourceTestBase.php @@ -10,7 +10,7 @@ abstract class BlockContentTypeResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['block_content']; + protected static $modules = ['block_content']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeXmlBasicAuthTest.php b/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeXmlBasicAuthTest.php index 17b834700d6e..d66ea07eb834 100644 --- a/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeXmlBasicAuthTest.php +++ b/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class BlockContentTypeXmlBasicAuthTest extends BlockContentTypeResourceTestBase /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlBasicAuthTest.php b/core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlBasicAuthTest.php index 9b593c9049fd..a25108d59fbc 100644 --- a/core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlBasicAuthTest.php +++ b/core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class BlockContentXmlBasicAuthTest extends BlockContentResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Functional/UnpublishedBlockTest.php b/core/modules/block_content/tests/src/Functional/UnpublishedBlockTest.php index 62e41dd32731..59fbd9317af4 100644 --- a/core/modules/block_content/tests/src/Functional/UnpublishedBlockTest.php +++ b/core/modules/block_content/tests/src/Functional/UnpublishedBlockTest.php @@ -18,7 +18,7 @@ class UnpublishedBlockTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['block_content']; + protected static $modules = ['block_content']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php b/core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php index 75e7a65a550f..45401a8983b6 100644 --- a/core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php +++ b/core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php @@ -15,7 +15,7 @@ class BlockContentFieldFilterTest extends BlockContentTestBase { /** * {@inheritdoc} */ - public static $modules = ['language']; + protected static $modules = ['language']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Functional/Views/BlockContentRedirectTest.php b/core/modules/block_content/tests/src/Functional/Views/BlockContentRedirectTest.php index 81b206cccf31..853d27461465 100644 --- a/core/modules/block_content/tests/src/Functional/Views/BlockContentRedirectTest.php +++ b/core/modules/block_content/tests/src/Functional/Views/BlockContentRedirectTest.php @@ -21,7 +21,7 @@ class BlockContentRedirectTest extends BlockContentTestBase { * * @var array */ - public static $modules = ['block', 'block_content', 'views']; + protected static $modules = ['block', 'block_content', 'views']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Functional/Views/BlockContentTestBase.php b/core/modules/block_content/tests/src/Functional/Views/BlockContentTestBase.php index 254fc408f87a..6dc07ab8f1ff 100644 --- a/core/modules/block_content/tests/src/Functional/Views/BlockContentTestBase.php +++ b/core/modules/block_content/tests/src/Functional/Views/BlockContentTestBase.php @@ -34,7 +34,7 @@ abstract class BlockContentTestBase extends ViewTestBase { * * @var array */ - public static $modules = ['block', 'block_content', 'block_content_test_views']; + protected static $modules = ['block', 'block_content', 'block_content_test_views']; protected function setUp($import_test_views = TRUE) { parent::setUp($import_test_views); diff --git a/core/modules/block_content/tests/src/Functional/Views/BlockContentWizardTest.php b/core/modules/block_content/tests/src/Functional/Views/BlockContentWizardTest.php index b25e5c411301..7e8f03727ed6 100644 --- a/core/modules/block_content/tests/src/Functional/Views/BlockContentWizardTest.php +++ b/core/modules/block_content/tests/src/Functional/Views/BlockContentWizardTest.php @@ -14,7 +14,7 @@ class BlockContentWizardTest extends BlockContentTestBase { /** * {@inheritdoc} */ - public static $modules = ['block_content', 'views_ui']; + protected static $modules = ['block_content', 'views_ui']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php b/core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php index 9695f5eab944..0f7e66c5c633 100644 --- a/core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php +++ b/core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php @@ -23,7 +23,7 @@ class BlockContentAccessHandlerTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'block', 'block_content', 'system', diff --git a/core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php b/core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php index c38855253348..14833adff607 100644 --- a/core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php +++ b/core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php @@ -17,7 +17,7 @@ class BlockContentDeletionTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['block', 'block_content', 'system', 'user']; + protected static $modules = ['block', 'block_content', 'system', 'user']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Kernel/BlockContentDeriverTest.php b/core/modules/block_content/tests/src/Kernel/BlockContentDeriverTest.php index a0120af82ed7..640bbb1eda05 100644 --- a/core/modules/block_content/tests/src/Kernel/BlockContentDeriverTest.php +++ b/core/modules/block_content/tests/src/Kernel/BlockContentDeriverTest.php @@ -17,7 +17,7 @@ class BlockContentDeriverTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['block', 'block_content', 'system', 'user']; + protected static $modules = ['block', 'block_content', 'system', 'user']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php b/core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php index 211fd773c81d..2e38db42ef4d 100644 --- a/core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php +++ b/core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php @@ -19,7 +19,7 @@ class BlockContentEntityReferenceSelectionTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'block', 'block_content', 'block_content_test', diff --git a/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php b/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php index 147296acc5d4..5a78ea58d25f 100644 --- a/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php +++ b/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php @@ -15,7 +15,7 @@ */ class MigrateBlockContentBodyFieldTest extends MigrateDrupal7TestBase { - public static $modules = ['block', 'block_content', 'filter', 'text']; + protected static $modules = ['block', 'block_content', 'filter', 'text']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityDisplayTest.php b/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityDisplayTest.php index bb5e0f26912c..509230d98f13 100644 --- a/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityDisplayTest.php +++ b/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityDisplayTest.php @@ -15,7 +15,7 @@ class MigrateBlockContentEntityDisplayTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['block', 'block_content', 'filter', 'text']; + protected static $modules = ['block', 'block_content', 'filter', 'text']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityFormDisplayTest.php b/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityFormDisplayTest.php index f9e9ec10a673..eb424395c8db 100644 --- a/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityFormDisplayTest.php +++ b/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityFormDisplayTest.php @@ -15,7 +15,7 @@ class MigrateBlockContentEntityFormDisplayTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['block', 'block_content', 'filter', 'text']; + protected static $modules = ['block', 'block_content', 'filter', 'text']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentStubTest.php b/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentStubTest.php index a2c6e209259d..3fef6b9ab5ca 100644 --- a/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentStubTest.php +++ b/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentStubTest.php @@ -19,7 +19,7 @@ class MigrateBlockContentStubTest extends MigrateDrupalTestBase { /** * {@inheritdoc} */ - public static $modules = ['block_content']; + protected static $modules = ['block_content']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.php b/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.php index 55213048338c..63dbe5e47e78 100644 --- a/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.php +++ b/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.php @@ -13,7 +13,7 @@ */ class MigrateBlockContentTypeTest extends MigrateDrupal7TestBase { - public static $modules = ['block', 'block_content', 'filter', 'text']; + protected static $modules = ['block', 'block_content', 'filter', 'text']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateBlockContentTest.php b/core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateBlockContentTest.php index 8a23c662ab80..b2df21206bb4 100644 --- a/core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateBlockContentTest.php +++ b/core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateBlockContentTest.php @@ -15,7 +15,7 @@ class MigrateBlockContentTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['block', 'block_content']; + protected static $modules = ['block', 'block_content']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php b/core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php index 930bbd2f0202..dc8ace757747 100644 --- a/core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php +++ b/core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php @@ -15,7 +15,7 @@ class MigrateCustomBlockContentTranslationTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'block_content', 'content_translation', 'language', diff --git a/core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php b/core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php index 359a7c5bca70..b7c49d52732a 100644 --- a/core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php +++ b/core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php @@ -15,7 +15,7 @@ class MigrateCustomBlockContentTranslationTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'block_content', 'content_translation', 'filter', diff --git a/core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php b/core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php index 9baec69b0a16..03e56070c37f 100644 --- a/core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php +++ b/core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php @@ -13,7 +13,7 @@ */ class MigrateCustomBlockTest extends MigrateDrupal7TestBase { - public static $modules = [ + protected static $modules = [ 'block_content', 'filter', 'text', diff --git a/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d6/BoxTest.php b/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d6/BoxTest.php index 22ab03c1f9de..7f84eb582020 100644 --- a/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d6/BoxTest.php +++ b/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d6/BoxTest.php @@ -15,7 +15,7 @@ class BoxTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['block_content', 'migrate_drupal']; + protected static $modules = ['block_content', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d6/BoxTranslationTest.php b/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d6/BoxTranslationTest.php index 3c3b89e30dd8..6bf50176fd8e 100644 --- a/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d6/BoxTranslationTest.php +++ b/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d6/BoxTranslationTest.php @@ -16,7 +16,7 @@ class BoxTranslationTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['block_content', 'migrate_drupal']; + protected static $modules = ['block_content', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTest.php b/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTest.php index 55419e38788b..3a2e02d534fc 100644 --- a/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTest.php +++ b/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTest.php @@ -15,7 +15,7 @@ class BlockCustomTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['block_content', 'migrate_drupal']; + protected static $modules = ['block_content', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTranslationTest.php b/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTranslationTest.php index f69893654bda..ea956caafaee 100644 --- a/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTranslationTest.php +++ b/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTranslationTest.php @@ -16,7 +16,7 @@ class BlockCustomTranslationTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['block_content', 'migrate_drupal']; + protected static $modules = ['block_content', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/book/tests/src/Functional/BookBreadcrumbTest.php b/core/modules/book/tests/src/Functional/BookBreadcrumbTest.php index 37e457af741d..59c15d441a1d 100644 --- a/core/modules/book/tests/src/Functional/BookBreadcrumbTest.php +++ b/core/modules/book/tests/src/Functional/BookBreadcrumbTest.php @@ -16,7 +16,7 @@ class BookBreadcrumbTest extends BrowserTestBase { * * @var array */ - public static $modules = ['book', 'block', 'book_breadcrumb_test']; + protected static $modules = ['book', 'block', 'book_breadcrumb_test']; /** * {@inheritdoc} diff --git a/core/modules/book/tests/src/Functional/BookContentModerationTest.php b/core/modules/book/tests/src/Functional/BookContentModerationTest.php index af4e75dd87fd..1c44a535d17e 100644 --- a/core/modules/book/tests/src/Functional/BookContentModerationTest.php +++ b/core/modules/book/tests/src/Functional/BookContentModerationTest.php @@ -20,7 +20,7 @@ class BookContentModerationTest extends BrowserTestBase { * * @var array */ - public static $modules = ['book', 'block', 'book_test', 'content_moderation']; + protected static $modules = ['book', 'block', 'book_test', 'content_moderation']; /** * {@inheritdoc} diff --git a/core/modules/book/tests/src/Functional/BookTest.php b/core/modules/book/tests/src/Functional/BookTest.php index e0091c732af6..d8fbbce0a3a5 100644 --- a/core/modules/book/tests/src/Functional/BookTest.php +++ b/core/modules/book/tests/src/Functional/BookTest.php @@ -21,7 +21,7 @@ class BookTest extends BrowserTestBase { * * @var array */ - public static $modules = ['book', 'block', 'node_access_test', 'book_test']; + protected static $modules = ['book', 'block', 'node_access_test', 'book_test']; /** * {@inheritdoc} diff --git a/core/modules/book/tests/src/Functional/Views/BookRelationshipTest.php b/core/modules/book/tests/src/Functional/Views/BookRelationshipTest.php index 8558421a3ac6..38423490f16d 100644 --- a/core/modules/book/tests/src/Functional/Views/BookRelationshipTest.php +++ b/core/modules/book/tests/src/Functional/Views/BookRelationshipTest.php @@ -26,7 +26,7 @@ class BookRelationshipTest extends ViewTestBase { * * @var array */ - public static $modules = ['book_test_views', 'book', 'views']; + protected static $modules = ['book_test_views', 'book', 'views']; /** * {@inheritdoc} diff --git a/core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php b/core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php index 7f42954a4e4b..bdeb1fa90f79 100644 --- a/core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php +++ b/core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php @@ -17,7 +17,7 @@ class BookJavascriptTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['book']; + protected static $modules = ['book']; /** * {@inheritdoc} diff --git a/core/modules/book/tests/src/Kernel/BookPendingRevisionTest.php b/core/modules/book/tests/src/Kernel/BookPendingRevisionTest.php index 6eddc614c3cb..0433e310d39d 100644 --- a/core/modules/book/tests/src/Kernel/BookPendingRevisionTest.php +++ b/core/modules/book/tests/src/Kernel/BookPendingRevisionTest.php @@ -18,7 +18,7 @@ class BookPendingRevisionTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'user', 'field', 'filter', 'text', 'node', 'book']; + protected static $modules = ['system', 'user', 'field', 'filter', 'text', 'node', 'book']; /** * {@inheritdoc} diff --git a/core/modules/book/tests/src/Kernel/BookUninstallTest.php b/core/modules/book/tests/src/Kernel/BookUninstallTest.php index 747e07373a4f..003f86dac71d 100644 --- a/core/modules/book/tests/src/Kernel/BookUninstallTest.php +++ b/core/modules/book/tests/src/Kernel/BookUninstallTest.php @@ -18,7 +18,7 @@ class BookUninstallTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'user', 'field', 'filter', 'text', 'node', 'book']; + protected static $modules = ['system', 'user', 'field', 'filter', 'text', 'node', 'book']; /** * {@inheritdoc} diff --git a/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php b/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php index 7498638455a5..98f3e74f786f 100644 --- a/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php +++ b/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php @@ -17,7 +17,7 @@ class MigrateBookConfigsTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['book']; + protected static $modules = ['book']; /** * Data provider for testBookSettings(). diff --git a/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookTest.php b/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookTest.php index 5469842e8dde..c21d45666cee 100644 --- a/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookTest.php +++ b/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookTest.php @@ -15,7 +15,7 @@ class MigrateBookTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['book', 'node', 'menu_ui']; + protected static $modules = ['book', 'node', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookConfigsTest.php b/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookConfigsTest.php index b8cb1b5f582c..cb6e7de168f3 100644 --- a/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookConfigsTest.php +++ b/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookConfigsTest.php @@ -17,7 +17,7 @@ class MigrateBookConfigsTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['book', 'node']; + protected static $modules = ['book', 'node']; /** * {@inheritdoc} diff --git a/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookTest.php b/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookTest.php index 67987feb7e55..7001e85c8755 100644 --- a/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookTest.php +++ b/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookTest.php @@ -15,7 +15,7 @@ class MigrateBookTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'book', 'menu_ui', 'node', diff --git a/core/modules/book/tests/src/Kernel/Plugin/migrate/source/BookTest.php b/core/modules/book/tests/src/Kernel/Plugin/migrate/source/BookTest.php index 8af89b9f8e08..116e4582ba59 100644 --- a/core/modules/book/tests/src/Kernel/Plugin/migrate/source/BookTest.php +++ b/core/modules/book/tests/src/Kernel/Plugin/migrate/source/BookTest.php @@ -14,7 +14,7 @@ class BookTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['book', 'migrate_drupal', 'node']; + protected static $modules = ['book', 'migrate_drupal', 'node']; /** * {@inheritdoc} diff --git a/core/modules/breakpoint/tests/src/Kernel/BreakpointDiscoveryTest.php b/core/modules/breakpoint/tests/src/Kernel/BreakpointDiscoveryTest.php index 35a1c733862a..9bbe072673af 100644 --- a/core/modules/breakpoint/tests/src/Kernel/BreakpointDiscoveryTest.php +++ b/core/modules/breakpoint/tests/src/Kernel/BreakpointDiscoveryTest.php @@ -16,7 +16,7 @@ class BreakpointDiscoveryTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'breakpoint', 'breakpoint_module_test']; + protected static $modules = ['system', 'breakpoint', 'breakpoint_module_test']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/ckeditor/tests/src/Functional/CKEditorAdminTest.php b/core/modules/ckeditor/tests/src/Functional/CKEditorAdminTest.php index d7f25a794e8e..f3bb05a58e83 100644 --- a/core/modules/ckeditor/tests/src/Functional/CKEditorAdminTest.php +++ b/core/modules/ckeditor/tests/src/Functional/CKEditorAdminTest.php @@ -20,7 +20,7 @@ class CKEditorAdminTest extends BrowserTestBase { * * @var array */ - public static $modules = ['filter', 'editor', 'ckeditor']; + protected static $modules = ['filter', 'editor', 'ckeditor']; /** * {@inheritdoc} diff --git a/core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php b/core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php index ca37b62d3362..f1c25b0c03b7 100644 --- a/core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php +++ b/core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php @@ -18,7 +18,7 @@ class CKEditorLoadingTest extends BrowserTestBase { * * @var array */ - public static $modules = ['filter', 'editor', 'ckeditor', 'node']; + protected static $modules = ['filter', 'editor', 'ckeditor', 'node']; /** * {@inheritdoc} diff --git a/core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboAdminTest.php b/core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboAdminTest.php index 6b6c05ab35b4..d2d1186ffcfd 100644 --- a/core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboAdminTest.php +++ b/core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboAdminTest.php @@ -18,7 +18,7 @@ class CKEditorStylesComboAdminTest extends BrowserTestBase { * * @var array */ - public static $modules = ['filter', 'editor', 'ckeditor']; + protected static $modules = ['filter', 'editor', 'ckeditor']; /** * {@inheritdoc} diff --git a/core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboTranslationTest.php b/core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboTranslationTest.php index 5dce59287e20..dcd259b94637 100644 --- a/core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboTranslationTest.php +++ b/core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboTranslationTest.php @@ -17,7 +17,7 @@ class CKEditorStylesComboTranslationTest extends BrowserTestBase { /** * {inheritdoc} */ - public static $modules = ['ckeditor', 'config_translation']; + protected static $modules = ['ckeditor', 'config_translation']; /** * {@inheritdoc} diff --git a/core/modules/ckeditor/tests/src/Functional/CKEditorToolbarButtonTest.php b/core/modules/ckeditor/tests/src/Functional/CKEditorToolbarButtonTest.php index 64f547f61915..1ce136a905df 100644 --- a/core/modules/ckeditor/tests/src/Functional/CKEditorToolbarButtonTest.php +++ b/core/modules/ckeditor/tests/src/Functional/CKEditorToolbarButtonTest.php @@ -19,7 +19,7 @@ class CKEditorToolbarButtonTest extends BrowserTestBase { * * @var array */ - public static $modules = ['filter', 'editor', 'ckeditor', 'locale']; + protected static $modules = ['filter', 'editor', 'ckeditor', 'locale']; /** * {@inheritdoc} diff --git a/core/modules/ckeditor/tests/src/FunctionalJavascript/AjaxCssTest.php b/core/modules/ckeditor/tests/src/FunctionalJavascript/AjaxCssTest.php index bd5afd7f67b4..421d85f53d46 100644 --- a/core/modules/ckeditor/tests/src/FunctionalJavascript/AjaxCssTest.php +++ b/core/modules/ckeditor/tests/src/FunctionalJavascript/AjaxCssTest.php @@ -16,7 +16,7 @@ class AjaxCssTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['ckeditor', 'ckeditor_test']; + protected static $modules = ['ckeditor', 'ckeditor_test']; /** * {@inheritdoc} diff --git a/core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php b/core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php index df07a8fc7e06..d7a831f951df 100644 --- a/core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php +++ b/core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php @@ -42,7 +42,7 @@ class CKEditorIntegrationTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'ckeditor', 'filter', 'ckeditor_test']; + protected static $modules = ['node', 'ckeditor', 'filter', 'ckeditor_test']; /** * {@inheritdoc} diff --git a/core/modules/ckeditor/tests/src/Kernel/CKEditorPluginManagerTest.php b/core/modules/ckeditor/tests/src/Kernel/CKEditorPluginManagerTest.php index d24506751a33..9e1f11afe49c 100644 --- a/core/modules/ckeditor/tests/src/Kernel/CKEditorPluginManagerTest.php +++ b/core/modules/ckeditor/tests/src/Kernel/CKEditorPluginManagerTest.php @@ -18,7 +18,7 @@ class CKEditorPluginManagerTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'user', 'filter', 'editor', 'ckeditor']; + protected static $modules = ['system', 'user', 'filter', 'editor', 'ckeditor']; /** * The manager for "CKEditor plugin" plugins. diff --git a/core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php b/core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php index 18f3331278ad..c2f61722f739 100644 --- a/core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php +++ b/core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php @@ -19,7 +19,7 @@ class CKEditorTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'user', 'filter', 'editor', 'ckeditor', 'filter_test']; + protected static $modules = ['system', 'user', 'filter', 'editor', 'ckeditor', 'filter_test']; /** * An instance of the "CKEditor" text editor plugin. diff --git a/core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php b/core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php index dea1e6b708d4..2565807db588 100644 --- a/core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php +++ b/core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php @@ -18,7 +18,7 @@ class InternalTest extends KernelTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'ckeditor', 'ckeditor_test', 'filter', diff --git a/core/modules/color/tests/src/Functional/ColorConfigSchemaTest.php b/core/modules/color/tests/src/Functional/ColorConfigSchemaTest.php index 08644c42a62c..8249604e37f5 100644 --- a/core/modules/color/tests/src/Functional/ColorConfigSchemaTest.php +++ b/core/modules/color/tests/src/Functional/ColorConfigSchemaTest.php @@ -16,7 +16,7 @@ class ColorConfigSchemaTest extends BrowserTestBase { * * @var array */ - public static $modules = ['color']; + protected static $modules = ['color']; /** * {@inheritdoc} diff --git a/core/modules/color/tests/src/Functional/ColorSafePreviewTest.php b/core/modules/color/tests/src/Functional/ColorSafePreviewTest.php index 653541ac0699..5802e58ca759 100644 --- a/core/modules/color/tests/src/Functional/ColorSafePreviewTest.php +++ b/core/modules/color/tests/src/Functional/ColorSafePreviewTest.php @@ -17,7 +17,7 @@ class ColorSafePreviewTest extends BrowserTestBase { * * @var string[] */ - public static $modules = ['color', 'color_test']; + protected static $modules = ['color', 'color_test']; /** * {@inheritdoc} diff --git a/core/modules/color/tests/src/Functional/ColorTest.php b/core/modules/color/tests/src/Functional/ColorTest.php index 631b85d099e8..18745413f7b0 100644 --- a/core/modules/color/tests/src/Functional/ColorTest.php +++ b/core/modules/color/tests/src/Functional/ColorTest.php @@ -17,7 +17,7 @@ class ColorTest extends BrowserTestBase { * * @var array */ - public static $modules = ['color', 'color_test', 'block', 'file']; + protected static $modules = ['color', 'color_test', 'block', 'file']; /** * {@inheritdoc} diff --git a/core/modules/color/tests/src/Kernel/Migrate/d7/MigrateColorTest.php b/core/modules/color/tests/src/Kernel/Migrate/d7/MigrateColorTest.php index 66b6f7e2b338..d603149f132d 100644 --- a/core/modules/color/tests/src/Kernel/Migrate/d7/MigrateColorTest.php +++ b/core/modules/color/tests/src/Kernel/Migrate/d7/MigrateColorTest.php @@ -14,7 +14,7 @@ class MigrateColorTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['color']; + protected static $modules = ['color']; /** * {@inheritdoc} diff --git a/core/modules/color/tests/src/Kernel/Plugin/migrate/source/d7/ColorTest.php b/core/modules/color/tests/src/Kernel/Plugin/migrate/source/d7/ColorTest.php index cb634a9c63fa..a2ed9b80ba7c 100644 --- a/core/modules/color/tests/src/Kernel/Plugin/migrate/source/d7/ColorTest.php +++ b/core/modules/color/tests/src/Kernel/Plugin/migrate/source/d7/ColorTest.php @@ -16,7 +16,7 @@ class ColorTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['color', 'migrate_drupal']; + protected static $modules = ['color', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/CommentAccessTest.php b/core/modules/comment/tests/src/Functional/CommentAccessTest.php index 47f99c21eead..004675479c81 100644 --- a/core/modules/comment/tests/src/Functional/CommentAccessTest.php +++ b/core/modules/comment/tests/src/Functional/CommentAccessTest.php @@ -19,7 +19,7 @@ class CommentAccessTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'comment', ]; diff --git a/core/modules/comment/tests/src/Functional/CommentActionsTest.php b/core/modules/comment/tests/src/Functional/CommentActionsTest.php index 21e1e2dfa656..aa7b0da40827 100644 --- a/core/modules/comment/tests/src/Functional/CommentActionsTest.php +++ b/core/modules/comment/tests/src/Functional/CommentActionsTest.php @@ -17,7 +17,7 @@ class CommentActionsTest extends CommentTestBase { * * @var array */ - public static $modules = ['dblog', 'action']; + protected static $modules = ['dblog', 'action']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/CommentBlockTest.php b/core/modules/comment/tests/src/Functional/CommentBlockTest.php index 4cd18b495b45..2a3ff3e6a80e 100644 --- a/core/modules/comment/tests/src/Functional/CommentBlockTest.php +++ b/core/modules/comment/tests/src/Functional/CommentBlockTest.php @@ -17,7 +17,7 @@ class CommentBlockTest extends CommentTestBase { * * @var array */ - public static $modules = ['block', 'views']; + protected static $modules = ['block', 'views']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/CommentBookTest.php b/core/modules/comment/tests/src/Functional/CommentBookTest.php index 92f27b4f5b99..0cc97faf6e98 100644 --- a/core/modules/comment/tests/src/Functional/CommentBookTest.php +++ b/core/modules/comment/tests/src/Functional/CommentBookTest.php @@ -22,7 +22,7 @@ class CommentBookTest extends BrowserTestBase { * * @var array */ - public static $modules = ['book', 'comment']; + protected static $modules = ['book', 'comment']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php b/core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php index 47236ef69e5f..5277a317c089 100644 --- a/core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php +++ b/core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php @@ -25,7 +25,7 @@ class CommentCacheTagsTest extends EntityWithUriCacheTagsTestBase { /** * {@inheritdoc} */ - public static $modules = ['comment']; + protected static $modules = ['comment']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/CommentEntityTest.php b/core/modules/comment/tests/src/Functional/CommentEntityTest.php index 4aaaf7f29486..a235e98351fa 100644 --- a/core/modules/comment/tests/src/Functional/CommentEntityTest.php +++ b/core/modules/comment/tests/src/Functional/CommentEntityTest.php @@ -23,7 +23,7 @@ class CommentEntityTest extends CommentTestBase { * * @var array */ - public static $modules = ['block', 'comment', 'node', 'history', 'field_ui', 'datetime', 'taxonomy']; + protected static $modules = ['block', 'comment', 'node', 'history', 'field_ui', 'datetime', 'taxonomy']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/CommentFieldsTest.php b/core/modules/comment/tests/src/Functional/CommentFieldsTest.php index 1dd250d50688..809b06457567 100644 --- a/core/modules/comment/tests/src/Functional/CommentFieldsTest.php +++ b/core/modules/comment/tests/src/Functional/CommentFieldsTest.php @@ -20,7 +20,7 @@ class CommentFieldsTest extends CommentTestBase { * * @var array */ - public static $modules = ['field_ui']; + protected static $modules = ['field_ui']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/CommentLanguageTest.php b/core/modules/comment/tests/src/Functional/CommentLanguageTest.php index ab696cc92c17..6802af6e1dc5 100644 --- a/core/modules/comment/tests/src/Functional/CommentLanguageTest.php +++ b/core/modules/comment/tests/src/Functional/CommentLanguageTest.php @@ -27,7 +27,7 @@ class CommentLanguageTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'language', 'language_test', 'comment_test']; + protected static $modules = ['node', 'language', 'language_test', 'comment_test']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php b/core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php index 71a0958f61fb..54cb17147ffc 100644 --- a/core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php +++ b/core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php @@ -9,7 +9,7 @@ */ class CommentLinksAlterTest extends CommentTestBase { - public static $modules = ['comment_test']; + protected static $modules = ['comment_test']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/CommentLinksTest.php b/core/modules/comment/tests/src/Functional/CommentLinksTest.php index 34a815c0287b..9e47de4e6977 100644 --- a/core/modules/comment/tests/src/Functional/CommentLinksTest.php +++ b/core/modules/comment/tests/src/Functional/CommentLinksTest.php @@ -36,7 +36,7 @@ class CommentLinksTest extends CommentTestBase { * * @todo Remove this dependency. */ - public static $modules = ['views']; + protected static $modules = ['views']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/CommentNewIndicatorTest.php b/core/modules/comment/tests/src/Functional/CommentNewIndicatorTest.php index 99219f1fccaf..2380f176beb3 100644 --- a/core/modules/comment/tests/src/Functional/CommentNewIndicatorTest.php +++ b/core/modules/comment/tests/src/Functional/CommentNewIndicatorTest.php @@ -22,7 +22,7 @@ class CommentNewIndicatorTest extends CommentTestBase { * * @todo Remove this dependency. */ - public static $modules = ['views']; + protected static $modules = ['views']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/CommentNodeAccessTest.php b/core/modules/comment/tests/src/Functional/CommentNodeAccessTest.php index ecd46fdb0cdc..3ad58a7093ea 100644 --- a/core/modules/comment/tests/src/Functional/CommentNodeAccessTest.php +++ b/core/modules/comment/tests/src/Functional/CommentNodeAccessTest.php @@ -19,7 +19,7 @@ class CommentNodeAccessTest extends CommentTestBase { * * @var array */ - public static $modules = ['node_access_test']; + protected static $modules = ['node_access_test']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/CommentNonNodeTest.php b/core/modules/comment/tests/src/Functional/CommentNonNodeTest.php index f6022cfd09a0..09f0faf8858b 100644 --- a/core/modules/comment/tests/src/Functional/CommentNonNodeTest.php +++ b/core/modules/comment/tests/src/Functional/CommentNonNodeTest.php @@ -26,7 +26,7 @@ class CommentNonNodeTest extends BrowserTestBase { use FieldUiTestTrait; use CommentTestTrait; - public static $modules = ['comment', 'user', 'field_ui', 'entity_test', 'block']; + protected static $modules = ['comment', 'user', 'field_ui', 'entity_test', 'block']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/CommentRssTest.php b/core/modules/comment/tests/src/Functional/CommentRssTest.php index 8b06b50d4447..b05bfc2c7dd0 100644 --- a/core/modules/comment/tests/src/Functional/CommentRssTest.php +++ b/core/modules/comment/tests/src/Functional/CommentRssTest.php @@ -21,7 +21,7 @@ class CommentRssTest extends CommentTestBase { * * @var array */ - public static $modules = ['views']; + protected static $modules = ['views']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/CommentStatusFieldAccessTest.php b/core/modules/comment/tests/src/Functional/CommentStatusFieldAccessTest.php index 851c125efda2..a558cda9389d 100644 --- a/core/modules/comment/tests/src/Functional/CommentStatusFieldAccessTest.php +++ b/core/modules/comment/tests/src/Functional/CommentStatusFieldAccessTest.php @@ -42,7 +42,7 @@ class CommentStatusFieldAccessTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'comment', 'user', diff --git a/core/modules/comment/tests/src/Functional/CommentTestBase.php b/core/modules/comment/tests/src/Functional/CommentTestBase.php index 245228de0dd3..e4920c4aac2e 100644 --- a/core/modules/comment/tests/src/Functional/CommentTestBase.php +++ b/core/modules/comment/tests/src/Functional/CommentTestBase.php @@ -24,7 +24,7 @@ abstract class CommentTestBase extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'comment', 'node', 'history', 'field_ui', 'datetime']; + protected static $modules = ['block', 'comment', 'node', 'history', 'field_ui', 'datetime']; /** * An administrative user with permission to configure comment settings. diff --git a/core/modules/comment/tests/src/Functional/CommentTokenReplaceTest.php b/core/modules/comment/tests/src/Functional/CommentTokenReplaceTest.php index b402da57f851..e11618980ad3 100644 --- a/core/modules/comment/tests/src/Functional/CommentTokenReplaceTest.php +++ b/core/modules/comment/tests/src/Functional/CommentTokenReplaceTest.php @@ -24,7 +24,7 @@ class CommentTokenReplaceTest extends CommentTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy']; + protected static $modules = ['taxonomy']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/CommentTranslationUITest.php b/core/modules/comment/tests/src/Functional/CommentTranslationUITest.php index a7c9cf0bcb08..b88704e785be 100644 --- a/core/modules/comment/tests/src/Functional/CommentTranslationUITest.php +++ b/core/modules/comment/tests/src/Functional/CommentTranslationUITest.php @@ -55,7 +55,7 @@ class CommentTranslationUITest extends ContentTranslationUITestBase { * * @var array */ - public static $modules = ['language', 'content_translation', 'node', 'comment']; + protected static $modules = ['language', 'content_translation', 'node', 'comment']; protected function setUp(): void { $this->entityTypeId = 'comment'; diff --git a/core/modules/comment/tests/src/Functional/Hal/CommentHalJsonBasicAuthTest.php b/core/modules/comment/tests/src/Functional/Hal/CommentHalJsonBasicAuthTest.php index 0062fe5a4069..ee0ea2ee7fc6 100644 --- a/core/modules/comment/tests/src/Functional/Hal/CommentHalJsonBasicAuthTest.php +++ b/core/modules/comment/tests/src/Functional/Hal/CommentHalJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class CommentHalJsonBasicAuthTest extends CommentHalJsonTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php b/core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php index ca19d31cf527..3f1363389623 100644 --- a/core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php +++ b/core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php @@ -14,7 +14,7 @@ abstract class CommentHalJsonTestBase extends CommentResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonAnonTest.php b/core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonAnonTest.php index b3a254f8c132..38c4ea324383 100644 --- a/core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonAnonTest.php +++ b/core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonAnonTest.php @@ -15,7 +15,7 @@ class CommentTypeHalJsonAnonTest extends CommentTypeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonBasicAuthTest.php b/core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonBasicAuthTest.php index ff21f3489c7c..ca9b1c90f60a 100644 --- a/core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonBasicAuthTest.php +++ b/core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class CommentTypeHalJsonBasicAuthTest extends CommentTypeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonCookieTest.php b/core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonCookieTest.php index 0abdeefb67b8..a5568ab4ef68 100644 --- a/core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonCookieTest.php +++ b/core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonCookieTest.php @@ -15,7 +15,7 @@ class CommentTypeHalJsonCookieTest extends CommentTypeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php b/core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php index 92d16fb4b188..ae1dd4253545 100644 --- a/core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php +++ b/core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class CommentJsonBasicAuthTest extends CommentResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php b/core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php index 1edbb7b30296..c6a96eff0019 100644 --- a/core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php +++ b/core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php @@ -18,7 +18,7 @@ abstract class CommentResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['comment', 'entity_test']; + protected static $modules = ['comment', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonBasicAuthTest.php b/core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonBasicAuthTest.php index 14fb9c9a050b..ba5485d696c9 100644 --- a/core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonBasicAuthTest.php +++ b/core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class CommentTypeJsonBasicAuthTest extends CommentTypeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php b/core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php index 5d9b4133620c..eb4574f9a095 100644 --- a/core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php +++ b/core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php @@ -13,7 +13,7 @@ abstract class CommentTypeResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'comment']; + protected static $modules = ['node', 'comment']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php b/core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php index a1fc840eec4e..5b6462951450 100644 --- a/core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php +++ b/core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class CommentTypeXmlBasicAuthTest extends CommentTypeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php b/core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php index 90f4eacdd64e..be155e35cdf9 100644 --- a/core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php +++ b/core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class CommentXmlBasicAuthTest extends CommentResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/Views/CommentFieldFilterTest.php b/core/modules/comment/tests/src/Functional/Views/CommentFieldFilterTest.php index 3cbb18695992..65025de3c2e1 100644 --- a/core/modules/comment/tests/src/Functional/Views/CommentFieldFilterTest.php +++ b/core/modules/comment/tests/src/Functional/Views/CommentFieldFilterTest.php @@ -15,7 +15,7 @@ class CommentFieldFilterTest extends CommentTestBase { /** * {@inheritdoc} */ - public static $modules = ['language']; + protected static $modules = ['language']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/Views/CommentRestExportTest.php b/core/modules/comment/tests/src/Functional/Views/CommentRestExportTest.php index 0dfb35cdd6f2..45de2bb0d2c5 100644 --- a/core/modules/comment/tests/src/Functional/Views/CommentRestExportTest.php +++ b/core/modules/comment/tests/src/Functional/Views/CommentRestExportTest.php @@ -27,7 +27,7 @@ class CommentRestExportTest extends CommentTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'comment', 'comment_test_views', 'rest', 'hal']; + protected static $modules = ['node', 'comment', 'comment_test_views', 'rest', 'hal']; protected function setUp($import_test_views = TRUE): void { parent::setUp($import_test_views); diff --git a/core/modules/comment/tests/src/Functional/Views/CommentTestBase.php b/core/modules/comment/tests/src/Functional/Views/CommentTestBase.php index a9444a232025..b3995af09810 100644 --- a/core/modules/comment/tests/src/Functional/Views/CommentTestBase.php +++ b/core/modules/comment/tests/src/Functional/Views/CommentTestBase.php @@ -19,7 +19,7 @@ abstract class CommentTestBase extends ViewTestBase { * * @var array */ - public static $modules = ['node', 'comment', 'comment_test_views']; + protected static $modules = ['node', 'comment', 'comment_test_views']; /** * A normal user with permission to post comments (without approval). diff --git a/core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php b/core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php index c1258aca5055..c984dc3b39e7 100644 --- a/core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php +++ b/core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php @@ -23,7 +23,7 @@ class DefaultViewRecentCommentsTest extends ViewTestBase { * * @var array */ - public static $modules = ['node', 'comment', 'block']; + protected static $modules = ['node', 'comment', 'block']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php b/core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php index 02c91f4ed5d6..6b98377cf881 100644 --- a/core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php +++ b/core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php @@ -14,7 +14,7 @@ class NodeCommentsTest extends CommentTestBase { * * @var array */ - public static $modules = ['history']; + protected static $modules = ['history']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Functional/Views/WizardTest.php b/core/modules/comment/tests/src/Functional/Views/WizardTest.php index fd5be63808f2..933c4d5d45bc 100644 --- a/core/modules/comment/tests/src/Functional/Views/WizardTest.php +++ b/core/modules/comment/tests/src/Functional/Views/WizardTest.php @@ -21,7 +21,7 @@ class WizardTest extends WizardTestBase { * * @var array */ - public static $modules = ['node', 'comment']; + protected static $modules = ['node', 'comment']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/CommentBundlesTest.php b/core/modules/comment/tests/src/Kernel/CommentBundlesTest.php index f879b7d3d23e..d6393f4e8a82 100644 --- a/core/modules/comment/tests/src/Kernel/CommentBundlesTest.php +++ b/core/modules/comment/tests/src/Kernel/CommentBundlesTest.php @@ -15,7 +15,7 @@ class CommentBundlesTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['comment', 'node', 'taxonomy', 'user']; + protected static $modules = ['comment', 'node', 'taxonomy', 'user']; /** * Entity type ids to use for target_entity_type_id on comment bundles. diff --git a/core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php b/core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php index 12f5696e5f46..0874af0f0ed9 100644 --- a/core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php +++ b/core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php @@ -26,7 +26,7 @@ class CommentDefaultFormatterCacheTagsTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['entity_test', 'comment']; + protected static $modules = ['entity_test', 'comment']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php b/core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php index 79bbfc304f6c..15bace911a66 100644 --- a/core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php +++ b/core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php @@ -31,7 +31,7 @@ class CommentFieldAccessTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['comment', 'entity_test', 'user']; + protected static $modules = ['comment', 'entity_test', 'user']; /** * Fields that only users with administer comments permissions can change. diff --git a/core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php b/core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php index 3f9a01e291f6..124a2a61e835 100644 --- a/core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php +++ b/core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php @@ -24,7 +24,7 @@ class CommentIntegrationTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['comment', 'field', 'entity_test', 'user', 'system', 'dblog']; + protected static $modules = ['comment', 'field', 'entity_test', 'user', 'system', 'dblog']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/CommentItemTest.php b/core/modules/comment/tests/src/Kernel/CommentItemTest.php index 893abe1dde05..cec4e0be37c2 100644 --- a/core/modules/comment/tests/src/Kernel/CommentItemTest.php +++ b/core/modules/comment/tests/src/Kernel/CommentItemTest.php @@ -23,7 +23,7 @@ class CommentItemTest extends FieldKernelTestBase { * * @var array */ - public static $modules = ['comment', 'entity_test', 'user']; + protected static $modules = ['comment', 'entity_test', 'user']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php b/core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php index 0d28bc3087dc..79c434c16c58 100644 --- a/core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php +++ b/core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php @@ -18,7 +18,7 @@ class CommentStringIdEntitiesTest extends KernelTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'comment', 'user', 'field', diff --git a/core/modules/comment/tests/src/Kernel/CommentValidationTest.php b/core/modules/comment/tests/src/Kernel/CommentValidationTest.php index b0884464d94b..8b9a68727c8d 100644 --- a/core/modules/comment/tests/src/Kernel/CommentValidationTest.php +++ b/core/modules/comment/tests/src/Kernel/CommentValidationTest.php @@ -19,7 +19,7 @@ class CommentValidationTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['comment', 'node']; + protected static $modules = ['comment', 'node']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/MigrateCommentStubTest.php b/core/modules/comment/tests/src/Kernel/Migrate/MigrateCommentStubTest.php index 2102071890ae..c906281836e8 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/MigrateCommentStubTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/MigrateCommentStubTest.php @@ -19,7 +19,7 @@ class MigrateCommentStubTest extends MigrateDrupalTestBase { /** * {@inheritdoc} */ - public static $modules = ['comment', 'node']; + protected static $modules = ['comment', 'node']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityDisplayTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityDisplayTest.php index c47c11ce3aa4..b4a670562f1c 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityDisplayTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityDisplayTest.php @@ -16,7 +16,7 @@ class MigrateCommentEntityDisplayTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['comment', 'menu_ui']; + protected static $modules = ['comment', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php index 470f8d75e80f..a57c2250fb42 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php @@ -16,7 +16,7 @@ class MigrateCommentEntityFormDisplaySubjectTest extends MigrateDrupal6TestBase /** * {@inheritdoc} */ - public static $modules = ['comment']; + protected static $modules = ['comment']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplayTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplayTest.php index b47f2e447410..5438c938c25b 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplayTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplayTest.php @@ -16,7 +16,7 @@ class MigrateCommentEntityFormDisplayTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['comment', 'menu_ui']; + protected static $modules = ['comment', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentFieldInstanceTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentFieldInstanceTest.php index 681e6f4f377d..57c34b2293ec 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentFieldInstanceTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentFieldInstanceTest.php @@ -16,7 +16,7 @@ class MigrateCommentFieldInstanceTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['comment', 'menu_ui']; + protected static $modules = ['comment', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentFieldTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentFieldTest.php index 6a778b7d478d..e2a865cd7c98 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentFieldTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentFieldTest.php @@ -16,7 +16,7 @@ class MigrateCommentFieldTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['comment', 'menu_ui']; + protected static $modules = ['comment', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTest.php index 2783ddeb5554..1388405072bb 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTest.php @@ -20,7 +20,7 @@ class MigrateCommentTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'comment', 'content_translation', 'language', diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTypeTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTypeTest.php index ed90a91beeae..58dc428d8962 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTypeTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTypeTest.php @@ -16,7 +16,7 @@ class MigrateCommentTypeTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['comment']; + protected static $modules = ['comment']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityDisplayTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityDisplayTest.php index 40318a2ac4c6..1ace7293f0f8 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityDisplayTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityDisplayTest.php @@ -16,7 +16,7 @@ class MigrateCommentEntityDisplayTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'comment', 'text', 'menu_ui']; + protected static $modules = ['node', 'comment', 'text', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php index 882ff60ad8de..c0a1de628cd4 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php @@ -16,7 +16,7 @@ class MigrateCommentEntityFormDisplaySubjectTest extends MigrateDrupal7TestBase /** * {@inheritdoc} */ - public static $modules = ['node', 'comment', 'text', 'menu_ui']; + protected static $modules = ['node', 'comment', 'text', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplayTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplayTest.php index 688d1d1bdc63..05d1651bc973 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplayTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplayTest.php @@ -16,7 +16,7 @@ class MigrateCommentEntityFormDisplayTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'comment', 'text', 'menu_ui']; + protected static $modules = ['node', 'comment', 'text', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldInstanceTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldInstanceTest.php index bf4506c1ab9c..2e2881f71078 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldInstanceTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldInstanceTest.php @@ -16,7 +16,7 @@ class MigrateCommentFieldInstanceTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'comment', 'text', 'menu_ui']; + protected static $modules = ['node', 'comment', 'text', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldTest.php index 794675ea66c6..734bb69e9349 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldTest.php @@ -16,7 +16,7 @@ class MigrateCommentFieldTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'comment', 'text']; + protected static $modules = ['node', 'comment', 'text']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTest.php index 7533aec88795..a0a8aa8e5138 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTest.php @@ -17,7 +17,7 @@ class MigrateCommentTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'comment', 'content_translation', 'datetime', diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTypeTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTypeTest.php index 4a17866048d9..565075a5680a 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTypeTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTypeTest.php @@ -16,7 +16,7 @@ class MigrateCommentTypeTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'comment', 'text']; + protected static $modules = ['node', 'comment', 'text']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentSourceWithHighWaterTest.php b/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentSourceWithHighWaterTest.php index 26b95d7fcede..290550cdb432 100644 --- a/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentSourceWithHighWaterTest.php +++ b/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentSourceWithHighWaterTest.php @@ -16,7 +16,7 @@ class CommentSourceWithHighWaterTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['comment', 'migrate_drupal']; + protected static $modules = ['comment', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php b/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php index d5a4aa3e3085..90c31cfdb3d0 100644 --- a/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php +++ b/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php @@ -15,7 +15,7 @@ class CommentTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['comment', 'migrate_drupal']; + protected static $modules = ['comment', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php b/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php index 548e7fc25d44..cf09667423c0 100644 --- a/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php +++ b/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php @@ -15,7 +15,7 @@ class CommentEntityTranslationTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['comment', 'migrate_drupal']; + protected static $modules = ['comment', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php b/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php index dc9948956318..b40e974d7c65 100644 --- a/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php +++ b/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php @@ -15,7 +15,7 @@ class CommentTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['comment', 'migrate_drupal']; + protected static $modules = ['comment', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php b/core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php index c00116d4f04f..fe23816543a9 100644 --- a/core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php +++ b/core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php @@ -34,7 +34,7 @@ class CommentAdminViewTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'user', 'comment', 'entity_test', diff --git a/core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php b/core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php index f7f0610b9b0b..be5c14606ff6 100644 --- a/core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php +++ b/core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php @@ -23,7 +23,7 @@ class CommentLinksTest extends CommentViewsKernelTestBase { * * @var array */ - public static $modules = ['entity_test']; + protected static $modules = ['entity_test']; /** * Views used by this test. diff --git a/core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php b/core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php index 58c0e841462d..d10a3b91fe80 100644 --- a/core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php +++ b/core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php @@ -27,7 +27,7 @@ class CommentUserNameTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['user', 'comment', 'entity_test']; + protected static $modules = ['user', 'comment', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php b/core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php index 100285766e87..f4fc987dcfb6 100644 --- a/core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php +++ b/core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php @@ -17,7 +17,7 @@ class CommentViewsFieldAccessTest extends FieldFieldAccessTestBase { /** * {@inheritdoc} */ - public static $modules = ['comment', 'entity_test']; + protected static $modules = ['comment', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php b/core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php index e9c3f57a1655..902bd32962ed 100644 --- a/core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php +++ b/core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php @@ -16,7 +16,7 @@ abstract class CommentViewsKernelTestBase extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['comment_test_views', 'user', 'comment']; + protected static $modules = ['comment_test_views', 'user', 'comment']; /** * Admin user. diff --git a/core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonAnonTest.php b/core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonAnonTest.php index 8e20d7259115..5f2b25974f33 100644 --- a/core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonAnonTest.php +++ b/core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonAnonTest.php @@ -15,7 +15,7 @@ class ConfigTestHalJsonAnonTest extends ConfigTestResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonBasicAuthTest.php b/core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonBasicAuthTest.php index f8adc1d563fd..990c6fb84c7b 100644 --- a/core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonBasicAuthTest.php +++ b/core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class ConfigTestHalJsonBasicAuthTest extends ConfigTestResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonCookieTest.php b/core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonCookieTest.php index a0f8dc1f3c20..07025015b328 100644 --- a/core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonCookieTest.php +++ b/core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonCookieTest.php @@ -15,7 +15,7 @@ class ConfigTestHalJsonCookieTest extends ConfigTestResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php b/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php index 724effcc9ab1..bd847b700eb9 100644 --- a/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php +++ b/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class ConfigTestJsonBasicAuthTest extends ConfigTestResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php b/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php index dbd71b77781f..d1ae8f5d86aa 100644 --- a/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php +++ b/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php @@ -10,7 +10,7 @@ abstract class ConfigTestResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['config_test', 'config_test_rest']; + protected static $modules = ['config_test', 'config_test_rest']; /** * {@inheritdoc} diff --git a/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlBasicAuthTest.php b/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlBasicAuthTest.php index f253c383472e..22019b9054d8 100644 --- a/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlBasicAuthTest.php +++ b/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class ConfigTestXmlBasicAuthTest extends ConfigTestResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php b/core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php index 1b0dd44dc036..0b0fb9e968f5 100644 --- a/core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php +++ b/core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php @@ -17,7 +17,7 @@ class CacheabilityMetadataConfigOverrideIntegrationTest extends BrowserTestBase /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'block_test', 'config_override_integration_test', ]; diff --git a/core/modules/config/tests/src/Functional/ConfigDependencyWebTest.php b/core/modules/config/tests/src/Functional/ConfigDependencyWebTest.php index cce78346b715..c9ea2a67ebf3 100644 --- a/core/modules/config/tests/src/Functional/ConfigDependencyWebTest.php +++ b/core/modules/config/tests/src/Functional/ConfigDependencyWebTest.php @@ -22,7 +22,7 @@ class ConfigDependencyWebTest extends BrowserTestBase { * * @var array */ - public static $modules = ['config_test']; + protected static $modules = ['config_test']; /** * {@inheritdoc} diff --git a/core/modules/config/tests/src/Functional/ConfigDraggableListBuilderTest.php b/core/modules/config/tests/src/Functional/ConfigDraggableListBuilderTest.php index a9effb4b0fcf..00f3ce083a07 100644 --- a/core/modules/config/tests/src/Functional/ConfigDraggableListBuilderTest.php +++ b/core/modules/config/tests/src/Functional/ConfigDraggableListBuilderTest.php @@ -15,7 +15,7 @@ class ConfigDraggableListBuilderTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['config_test']; + protected static $modules = ['config_test']; /** * {@inheritdoc} diff --git a/core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php b/core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php index 628fb4bf826d..ae30d0a120f2 100644 --- a/core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php +++ b/core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php @@ -14,7 +14,7 @@ class ConfigEntityFormOverrideTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['config_test']; + protected static $modules = ['config_test']; /** * {@inheritdoc} diff --git a/core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php b/core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php index b6150f65ab4b..057d7e71a816 100644 --- a/core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php +++ b/core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php @@ -17,7 +17,7 @@ class ConfigEntityListMultilingualTest extends BrowserTestBase { * * @var array */ - public static $modules = ['config_test', 'language', 'block']; + protected static $modules = ['config_test', 'language', 'block']; /** * {@inheritdoc} diff --git a/core/modules/config/tests/src/Functional/ConfigEntityListTest.php b/core/modules/config/tests/src/Functional/ConfigEntityListTest.php index 5256be314d01..0715c3cfade7 100644 --- a/core/modules/config/tests/src/Functional/ConfigEntityListTest.php +++ b/core/modules/config/tests/src/Functional/ConfigEntityListTest.php @@ -21,7 +21,7 @@ class ConfigEntityListTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'config_test']; + protected static $modules = ['block', 'config_test']; /** * {@inheritdoc} diff --git a/core/modules/config/tests/src/Functional/ConfigEntityStatusUITest.php b/core/modules/config/tests/src/Functional/ConfigEntityStatusUITest.php index c987551449b1..f43e7a009a04 100644 --- a/core/modules/config/tests/src/Functional/ConfigEntityStatusUITest.php +++ b/core/modules/config/tests/src/Functional/ConfigEntityStatusUITest.php @@ -16,7 +16,7 @@ class ConfigEntityStatusUITest extends BrowserTestBase { * * @var array */ - public static $modules = ['config_test']; + protected static $modules = ['config_test']; /** * {@inheritdoc} diff --git a/core/modules/config/tests/src/Functional/ConfigEntityTest.php b/core/modules/config/tests/src/Functional/ConfigEntityTest.php index b1998320296c..c79ddc2142f2 100644 --- a/core/modules/config/tests/src/Functional/ConfigEntityTest.php +++ b/core/modules/config/tests/src/Functional/ConfigEntityTest.php @@ -28,7 +28,7 @@ class ConfigEntityTest extends BrowserTestBase { * * @var array */ - public static $modules = ['config_test']; + protected static $modules = ['config_test']; /** * {@inheritdoc} diff --git a/core/modules/config/tests/src/Functional/ConfigExportImportUITest.php b/core/modules/config/tests/src/Functional/ConfigExportImportUITest.php index 9998ad05dfc0..d65fd286353a 100644 --- a/core/modules/config/tests/src/Functional/ConfigExportImportUITest.php +++ b/core/modules/config/tests/src/Functional/ConfigExportImportUITest.php @@ -66,7 +66,7 @@ class ConfigExportImportUITest extends BrowserTestBase { * * @var array */ - public static $modules = ['config', 'node', 'field']; + protected static $modules = ['config', 'node', 'field']; /** * {@inheritdoc} diff --git a/core/modules/config/tests/src/Functional/ConfigExportUITest.php b/core/modules/config/tests/src/Functional/ConfigExportUITest.php index 5fd4bef5d2a1..46afdf6479c4 100644 --- a/core/modules/config/tests/src/Functional/ConfigExportUITest.php +++ b/core/modules/config/tests/src/Functional/ConfigExportUITest.php @@ -19,7 +19,7 @@ class ConfigExportUITest extends BrowserTestBase { * * @var array */ - public static $modules = ['config', 'config_test']; + protected static $modules = ['config', 'config_test']; /** * {@inheritdoc} diff --git a/core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php b/core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php index f71c26a6c99c..dca10e46765f 100644 --- a/core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php +++ b/core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php @@ -23,7 +23,7 @@ class ConfigImportInstallProfileTest extends BrowserTestBase { * * @var array */ - public static $modules = ['config']; + protected static $modules = ['config']; /** * {@inheritdoc} diff --git a/core/modules/config/tests/src/Functional/ConfigImportUITest.php b/core/modules/config/tests/src/Functional/ConfigImportUITest.php index 73c59b926bbf..24f88dc590b9 100644 --- a/core/modules/config/tests/src/Functional/ConfigImportUITest.php +++ b/core/modules/config/tests/src/Functional/ConfigImportUITest.php @@ -19,7 +19,7 @@ class ConfigImportUITest extends BrowserTestBase { * * @var array */ - public static $modules = ['config', 'config_test', 'config_import_test', 'text', 'options']; + protected static $modules = ['config', 'config_test', 'config_import_test', 'text', 'options']; /** * {@inheritdoc} diff --git a/core/modules/config/tests/src/Functional/ConfigImportUploadTest.php b/core/modules/config/tests/src/Functional/ConfigImportUploadTest.php index 55f3245c3bb5..02146c41de51 100644 --- a/core/modules/config/tests/src/Functional/ConfigImportUploadTest.php +++ b/core/modules/config/tests/src/Functional/ConfigImportUploadTest.php @@ -27,7 +27,7 @@ class ConfigImportUploadTest extends BrowserTestBase { * * @var array */ - public static $modules = ['config']; + protected static $modules = ['config']; /** * {@inheritdoc} diff --git a/core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php b/core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php index 7287f67394ca..79bb74e60811 100644 --- a/core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php +++ b/core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php @@ -18,7 +18,7 @@ class ConfigLanguageOverrideWebTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'block', 'language', 'system', diff --git a/core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php b/core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php index baaf2ed6a30a..f4276b44b9d7 100644 --- a/core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php +++ b/core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php @@ -17,7 +17,7 @@ class ConfigSingleImportExportTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'block', 'config', 'config_test', diff --git a/core/modules/config/tests/src/Functional/LanguageNegotiationFormOverrideTest.php b/core/modules/config/tests/src/Functional/LanguageNegotiationFormOverrideTest.php index 0aa15ea1ea38..f47510fe19ff 100644 --- a/core/modules/config/tests/src/Functional/LanguageNegotiationFormOverrideTest.php +++ b/core/modules/config/tests/src/Functional/LanguageNegotiationFormOverrideTest.php @@ -12,7 +12,7 @@ */ class LanguageNegotiationFormOverrideTest extends BrowserTestBase { - public static $modules = ['language', 'locale', 'locale_test']; + protected static $modules = ['language', 'locale', 'locale_test']; /** * {@inheritdoc} diff --git a/core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php b/core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php index 588db76a331e..ecc1a7d174bf 100644 --- a/core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php +++ b/core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php @@ -15,7 +15,7 @@ class SchemaConfigListenerWebTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['config_test']; + protected static $modules = ['config_test']; /** * {@inheritdoc} diff --git a/core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php b/core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php index fa75797abbb0..5ad7bd3f6bff 100644 --- a/core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php +++ b/core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php @@ -15,7 +15,7 @@ class TransformedConfigExportImportUITest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'config', 'config_transformer_test', ]; diff --git a/core/modules/config/tests/src/FunctionalJavascript/ConfigEntityTest.php b/core/modules/config/tests/src/FunctionalJavascript/ConfigEntityTest.php index 7ea62e2e90f1..5918de512ceb 100644 --- a/core/modules/config/tests/src/FunctionalJavascript/ConfigEntityTest.php +++ b/core/modules/config/tests/src/FunctionalJavascript/ConfigEntityTest.php @@ -14,7 +14,7 @@ class ConfigEntityTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['config_test']; + protected static $modules = ['config_test']; /** * {@inheritdoc} diff --git a/core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php b/core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php index 70b714d84261..1a0486ed3ee4 100644 --- a/core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php +++ b/core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php @@ -24,7 +24,7 @@ class ConfigUninstallViaCliImportTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'config']; + protected static $modules = ['system', 'config']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php b/core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php index 87a8ec25bdd2..c2501e6002df 100644 --- a/core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php +++ b/core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php @@ -20,7 +20,7 @@ class ConfigTranslationCacheTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'block', 'config_translation', 'config_translation_test', diff --git a/core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php b/core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php index 41a1849a19aa..d82492f96675 100644 --- a/core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php +++ b/core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php @@ -12,7 +12,7 @@ */ class ConfigTranslationDateFormatUiTest extends BrowserTestBase { - public static $modules = [ + protected static $modules = [ 'language', 'config_translation', 'system', diff --git a/core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php b/core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php index 226e4752482c..8de59f805a42 100644 --- a/core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php +++ b/core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php @@ -25,7 +25,7 @@ class ConfigTranslationListUiTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'block', 'config_translation', 'contact', diff --git a/core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php b/core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php index a4115a8e223a..2d0cca7a0f05 100644 --- a/core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php +++ b/core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php @@ -18,7 +18,7 @@ class ConfigTranslationOverviewTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'block', 'config_test', 'config_translation', diff --git a/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php b/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php index 3546f73b2b08..5966b788aaa2 100644 --- a/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php +++ b/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php @@ -29,7 +29,7 @@ class ConfigTranslationUiTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'block', 'config_translation', 'config_translation_test', diff --git a/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiThemeTest.php b/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiThemeTest.php index 35c126baf56b..fbb5a64f3b26 100644 --- a/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiThemeTest.php +++ b/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiThemeTest.php @@ -17,7 +17,7 @@ class ConfigTranslationUiThemeTest extends BrowserTestBase { * * @var array */ - public static $modules = ['config_translation', 'config_translation_test']; + protected static $modules = ['config_translation', 'config_translation_test']; /** * {@inheritdoc} diff --git a/core/modules/config_translation/tests/src/Functional/ConfigTranslationViewListUiTest.php b/core/modules/config_translation/tests/src/Functional/ConfigTranslationViewListUiTest.php index 2f9e33b1e76b..50e169f09f55 100644 --- a/core/modules/config_translation/tests/src/Functional/ConfigTranslationViewListUiTest.php +++ b/core/modules/config_translation/tests/src/Functional/ConfigTranslationViewListUiTest.php @@ -23,7 +23,7 @@ class ConfigTranslationViewListUiTest extends UITestBase { * * @var array */ - public static $modules = ['config_translation', 'views_ui']; + protected static $modules = ['config_translation', 'views_ui']; /** * {@inheritdoc} diff --git a/core/modules/config_translation/tests/src/FunctionalJavascript/ConfigTranslationUiTest.php b/core/modules/config_translation/tests/src/FunctionalJavascript/ConfigTranslationUiTest.php index 0261663a460b..b8e66757ab0e 100644 --- a/core/modules/config_translation/tests/src/FunctionalJavascript/ConfigTranslationUiTest.php +++ b/core/modules/config_translation/tests/src/FunctionalJavascript/ConfigTranslationUiTest.php @@ -14,7 +14,7 @@ class ConfigTranslationUiTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'config_translation', 'contextual', 'node', diff --git a/core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php b/core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php index 773246cba974..aec2a2650d7f 100644 --- a/core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php +++ b/core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php @@ -16,7 +16,7 @@ class ConfigMapperTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'config_translation', 'config_translation_test', 'language', diff --git a/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemMaintenanceTranslationTest.php b/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemMaintenanceTranslationTest.php index 0c56bab64e9b..576ad75264c6 100644 --- a/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemMaintenanceTranslationTest.php +++ b/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemMaintenanceTranslationTest.php @@ -12,7 +12,7 @@ */ class MigrateSystemMaintenanceTranslationTest extends MigrateDrupal6TestBase { - public static $modules = [ + protected static $modules = [ 'language', 'config_translation', ]; diff --git a/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemSiteTranslationTest.php b/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemSiteTranslationTest.php index 86ccace2c36f..a01dc46df927 100644 --- a/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemSiteTranslationTest.php +++ b/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemSiteTranslationTest.php @@ -12,7 +12,7 @@ */ class MigrateSystemSiteTranslationTest extends MigrateDrupal6TestBase { - public static $modules = [ + protected static $modules = [ 'language', 'config_translation', ]; diff --git a/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserConfigsTranslationTest.php b/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserConfigsTranslationTest.php index 9c0ee58d4db5..6a813e1cde04 100644 --- a/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserConfigsTranslationTest.php +++ b/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserConfigsTranslationTest.php @@ -15,7 +15,7 @@ class MigrateUserConfigsTranslationTest extends MigrateDrupal6TestBase { use SchemaCheckTestTrait; - public static $modules = [ + protected static $modules = [ 'language', 'locale', 'config_translation', diff --git a/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserProfileFieldInstanceTranslationTest.php b/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserProfileFieldInstanceTranslationTest.php index de0094c64470..ad0033540e55 100644 --- a/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserProfileFieldInstanceTranslationTest.php +++ b/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserProfileFieldInstanceTranslationTest.php @@ -15,7 +15,7 @@ class MigrateUserProfileFieldInstanceTranslationTest extends MigrateDrupal6TestB /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'config_translation', 'locale', 'language', diff --git a/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateSystemMaintenanceTranslationTest.php b/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateSystemMaintenanceTranslationTest.php index d56e72c8e5a3..1c1ca9d4361b 100644 --- a/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateSystemMaintenanceTranslationTest.php +++ b/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateSystemMaintenanceTranslationTest.php @@ -11,7 +11,7 @@ */ class MigrateSystemMaintenanceTranslationTest extends MigrateDrupal7TestBase { - public static $modules = [ + protected static $modules = [ 'language', 'config_translation', ]; diff --git a/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateSystemSiteTranslationTest.php b/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateSystemSiteTranslationTest.php index 69f1e3ea3461..0d051355ecbb 100644 --- a/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateSystemSiteTranslationTest.php +++ b/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateSystemSiteTranslationTest.php @@ -14,7 +14,7 @@ class MigrateSystemSiteTranslationTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'language', 'config_translation', ]; diff --git a/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateUserConfigsTranslationTest.php b/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateUserConfigsTranslationTest.php index 3928249fbcc2..c99db8c6fd3a 100644 --- a/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateUserConfigsTranslationTest.php +++ b/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateUserConfigsTranslationTest.php @@ -17,7 +17,7 @@ class MigrateUserConfigsTranslationTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'language', 'locale', 'config_translation', diff --git a/core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php b/core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php index 706dc2f1d98e..6c21d2386a90 100644 --- a/core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php +++ b/core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php @@ -15,7 +15,7 @@ class ProfileFieldTranslationTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['config_translation', 'migrate_drupal', 'user']; + protected static $modules = ['config_translation', 'migrate_drupal', 'user']; /** * {@inheritdoc} diff --git a/core/modules/contact/tests/src/Functional/ContactLanguageTest.php b/core/modules/contact/tests/src/Functional/ContactLanguageTest.php index dda82c8068e3..7b3afeefe4df 100644 --- a/core/modules/contact/tests/src/Functional/ContactLanguageTest.php +++ b/core/modules/contact/tests/src/Functional/ContactLanguageTest.php @@ -20,7 +20,7 @@ class ContactLanguageTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'contact', 'language', 'contact_test', diff --git a/core/modules/contact/tests/src/Functional/ContactPersonalTest.php b/core/modules/contact/tests/src/Functional/ContactPersonalTest.php index ce3742f814ad..4ffd3573b8bb 100644 --- a/core/modules/contact/tests/src/Functional/ContactPersonalTest.php +++ b/core/modules/contact/tests/src/Functional/ContactPersonalTest.php @@ -25,7 +25,7 @@ class ContactPersonalTest extends BrowserTestBase { * * @var array */ - public static $modules = ['contact', 'dblog']; + protected static $modules = ['contact', 'dblog']; /** * {@inheritdoc} diff --git a/core/modules/contact/tests/src/Functional/ContactSitewideTest.php b/core/modules/contact/tests/src/Functional/ContactSitewideTest.php index 20dac96684ee..f2f40ba6dd0c 100644 --- a/core/modules/contact/tests/src/Functional/ContactSitewideTest.php +++ b/core/modules/contact/tests/src/Functional/ContactSitewideTest.php @@ -29,7 +29,7 @@ class ContactSitewideTest extends BrowserTestBase { * * @var array */ - public static $modules = ['text', 'contact', 'field_ui', 'contact_test', 'block', 'error_service_test', 'dblog']; + protected static $modules = ['text', 'contact', 'field_ui', 'contact_test', 'block', 'error_service_test', 'dblog']; /** * {@inheritdoc} diff --git a/core/modules/contact/tests/src/Functional/ContactStorageTest.php b/core/modules/contact/tests/src/Functional/ContactStorageTest.php index ac964f935362..3ef5ccc47db3 100644 --- a/core/modules/contact/tests/src/Functional/ContactStorageTest.php +++ b/core/modules/contact/tests/src/Functional/ContactStorageTest.php @@ -22,7 +22,7 @@ class ContactStorageTest extends ContactSitewideTest { * * @var array */ - public static $modules = [ + protected static $modules = [ 'block', 'text', 'contact', diff --git a/core/modules/contact/tests/src/Functional/Hal/ContactFormHalJsonAnonTest.php b/core/modules/contact/tests/src/Functional/Hal/ContactFormHalJsonAnonTest.php index 4a9babde3378..0f36180d6dd2 100644 --- a/core/modules/contact/tests/src/Functional/Hal/ContactFormHalJsonAnonTest.php +++ b/core/modules/contact/tests/src/Functional/Hal/ContactFormHalJsonAnonTest.php @@ -15,7 +15,7 @@ class ContactFormHalJsonAnonTest extends ContactFormResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/contact/tests/src/Functional/Hal/ContactFormHalJsonBasicAuthTest.php b/core/modules/contact/tests/src/Functional/Hal/ContactFormHalJsonBasicAuthTest.php index 36d867235fcf..8fdc32186871 100644 --- a/core/modules/contact/tests/src/Functional/Hal/ContactFormHalJsonBasicAuthTest.php +++ b/core/modules/contact/tests/src/Functional/Hal/ContactFormHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class ContactFormHalJsonBasicAuthTest extends ContactFormResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/contact/tests/src/Functional/Hal/ContactFormHalJsonCookieTest.php b/core/modules/contact/tests/src/Functional/Hal/ContactFormHalJsonCookieTest.php index d61e132a1abd..35866c0e8244 100644 --- a/core/modules/contact/tests/src/Functional/Hal/ContactFormHalJsonCookieTest.php +++ b/core/modules/contact/tests/src/Functional/Hal/ContactFormHalJsonCookieTest.php @@ -15,7 +15,7 @@ class ContactFormHalJsonCookieTest extends ContactFormResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/contact/tests/src/Functional/Hal/MessageHalJsonAnonTest.php b/core/modules/contact/tests/src/Functional/Hal/MessageHalJsonAnonTest.php index a95841f29962..5dc42402c742 100644 --- a/core/modules/contact/tests/src/Functional/Hal/MessageHalJsonAnonTest.php +++ b/core/modules/contact/tests/src/Functional/Hal/MessageHalJsonAnonTest.php @@ -17,7 +17,7 @@ class MessageHalJsonAnonTest extends MessageResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/contact/tests/src/Functional/Hal/MessageHalJsonBasicAuthTest.php b/core/modules/contact/tests/src/Functional/Hal/MessageHalJsonBasicAuthTest.php index 4da136e45e9a..961b99237f2b 100644 --- a/core/modules/contact/tests/src/Functional/Hal/MessageHalJsonBasicAuthTest.php +++ b/core/modules/contact/tests/src/Functional/Hal/MessageHalJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class MessageHalJsonBasicAuthTest extends MessageHalJsonAnonTest { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/contact/tests/src/Functional/Rest/ContactFormJsonBasicAuthTest.php b/core/modules/contact/tests/src/Functional/Rest/ContactFormJsonBasicAuthTest.php index f5047081bdb5..af53106c09bf 100644 --- a/core/modules/contact/tests/src/Functional/Rest/ContactFormJsonBasicAuthTest.php +++ b/core/modules/contact/tests/src/Functional/Rest/ContactFormJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class ContactFormJsonBasicAuthTest extends ContactFormResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php b/core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php index 3ade2b36f46b..5bfba6fb8e4b 100644 --- a/core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php +++ b/core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php @@ -10,7 +10,7 @@ abstract class ContactFormResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['contact']; + protected static $modules = ['contact']; /** * {@inheritdoc} diff --git a/core/modules/contact/tests/src/Functional/Rest/ContactFormXmlBasicAuthTest.php b/core/modules/contact/tests/src/Functional/Rest/ContactFormXmlBasicAuthTest.php index a2588c9f3b1d..2e17550a8f88 100644 --- a/core/modules/contact/tests/src/Functional/Rest/ContactFormXmlBasicAuthTest.php +++ b/core/modules/contact/tests/src/Functional/Rest/ContactFormXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class ContactFormXmlBasicAuthTest extends ContactFormResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php b/core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php index 0d281630b078..53ec8bb7a58f 100644 --- a/core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php +++ b/core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class MessageJsonBasicAuthTest extends MessageResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php b/core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php index 3645da3cd82e..cf37c75cc052 100644 --- a/core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php +++ b/core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php @@ -13,7 +13,7 @@ abstract class MessageResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['contact']; + protected static $modules = ['contact']; /** * {@inheritdoc} diff --git a/core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php b/core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php index 64547a5a720a..41d417283ba4 100644 --- a/core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php +++ b/core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class MessageXmlBasicAuthTest extends MessageResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php b/core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php index bcc58f168c0b..298b9774edc7 100644 --- a/core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php +++ b/core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php @@ -27,7 +27,7 @@ class ContactLinkTest extends ViewTestBase { * * @var array */ - public static $modules = ['contact_test_views']; + protected static $modules = ['contact_test_views']; /** * {@inheritdoc} diff --git a/core/modules/contact/tests/src/Kernel/MessageEntityTest.php b/core/modules/contact/tests/src/Kernel/MessageEntityTest.php index a70dc0f89b8a..191dd828a1d2 100644 --- a/core/modules/contact/tests/src/Kernel/MessageEntityTest.php +++ b/core/modules/contact/tests/src/Kernel/MessageEntityTest.php @@ -17,7 +17,7 @@ class MessageEntityTest extends EntityKernelTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'system', 'contact', 'field', diff --git a/core/modules/contact/tests/src/Kernel/Migrate/MigrateContactCategoryTest.php b/core/modules/contact/tests/src/Kernel/Migrate/MigrateContactCategoryTest.php index 72eee9a7efb4..a55f14b3bbf3 100644 --- a/core/modules/contact/tests/src/Kernel/Migrate/MigrateContactCategoryTest.php +++ b/core/modules/contact/tests/src/Kernel/Migrate/MigrateContactCategoryTest.php @@ -18,7 +18,7 @@ class MigrateContactCategoryTest extends MigrateDrupal6TestBase { * * @var array */ - public static $modules = ['contact']; + protected static $modules = ['contact']; /** * {@inheritdoc} diff --git a/core/modules/contact/tests/src/Kernel/Migrate/d6/MigrateContactSettingsTest.php b/core/modules/contact/tests/src/Kernel/Migrate/d6/MigrateContactSettingsTest.php index 90a3ed1e0664..a9c5cac74dae 100644 --- a/core/modules/contact/tests/src/Kernel/Migrate/d6/MigrateContactSettingsTest.php +++ b/core/modules/contact/tests/src/Kernel/Migrate/d6/MigrateContactSettingsTest.php @@ -17,7 +17,7 @@ class MigrateContactSettingsTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['contact']; + protected static $modules = ['contact']; /** * {@inheritdoc} diff --git a/core/modules/contact/tests/src/Kernel/Migrate/d7/MigrateContactSettingsTest.php b/core/modules/contact/tests/src/Kernel/Migrate/d7/MigrateContactSettingsTest.php index bc4d2b6ab4f6..e61863c27326 100644 --- a/core/modules/contact/tests/src/Kernel/Migrate/d7/MigrateContactSettingsTest.php +++ b/core/modules/contact/tests/src/Kernel/Migrate/d7/MigrateContactSettingsTest.php @@ -14,7 +14,7 @@ class MigrateContactSettingsTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['contact']; + protected static $modules = ['contact']; /** * {@inheritdoc} diff --git a/core/modules/contact/tests/src/Kernel/Plugin/migrate/source/ContactCategoryTest.php b/core/modules/contact/tests/src/Kernel/Plugin/migrate/source/ContactCategoryTest.php index 619e0cd10bb5..1ea9b337f239 100644 --- a/core/modules/contact/tests/src/Kernel/Plugin/migrate/source/ContactCategoryTest.php +++ b/core/modules/contact/tests/src/Kernel/Plugin/migrate/source/ContactCategoryTest.php @@ -15,7 +15,7 @@ class ContactCategoryTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['contact', 'migrate_drupal', 'user']; + protected static $modules = ['contact', 'migrate_drupal', 'user']; /** * {@inheritdoc} diff --git a/core/modules/contact/tests/src/Kernel/Plugin/migrate/source/d6/ContactSettingsTest.php b/core/modules/contact/tests/src/Kernel/Plugin/migrate/source/d6/ContactSettingsTest.php index 6d6afa36d3e4..1d294709849a 100644 --- a/core/modules/contact/tests/src/Kernel/Plugin/migrate/source/d6/ContactSettingsTest.php +++ b/core/modules/contact/tests/src/Kernel/Plugin/migrate/source/d6/ContactSettingsTest.php @@ -15,7 +15,7 @@ class ContactSettingsTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['contact', 'migrate_drupal', 'user']; + protected static $modules = ['contact', 'migrate_drupal', 'user']; /** * {@inheritdoc} diff --git a/core/modules/content_moderation/tests/src/Functional/ContentModerationAdminPathEntityConverterLanguageTest.php b/core/modules/content_moderation/tests/src/Functional/ContentModerationAdminPathEntityConverterLanguageTest.php index 01cb98a1ffa7..9b677ff65a3d 100644 --- a/core/modules/content_moderation/tests/src/Functional/ContentModerationAdminPathEntityConverterLanguageTest.php +++ b/core/modules/content_moderation/tests/src/Functional/ContentModerationAdminPathEntityConverterLanguageTest.php @@ -14,7 +14,7 @@ class ContentModerationAdminPathEntityConverterLanguageTest extends AdminPathEnt /** * {@inheritdoc} */ - public static $modules = ['language', 'language_test', 'content_moderation']; + protected static $modules = ['language', 'language_test', 'content_moderation']; /** * {@inheritdoc} diff --git a/core/modules/content_moderation/tests/src/Functional/ContentModerationWorkflowTypeTest.php b/core/modules/content_moderation/tests/src/Functional/ContentModerationWorkflowTypeTest.php index aa8cbcdfb936..1d6f6be159aa 100644 --- a/core/modules/content_moderation/tests/src/Functional/ContentModerationWorkflowTypeTest.php +++ b/core/modules/content_moderation/tests/src/Functional/ContentModerationWorkflowTypeTest.php @@ -16,7 +16,7 @@ class ContentModerationWorkflowTypeTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'content_moderation', 'node', 'entity_test', diff --git a/core/modules/content_moderation/tests/src/Functional/ModeratedContentViewTest.php b/core/modules/content_moderation/tests/src/Functional/ModeratedContentViewTest.php index 1a4481cb84a7..84db0e953559 100644 --- a/core/modules/content_moderation/tests/src/Functional/ModeratedContentViewTest.php +++ b/core/modules/content_moderation/tests/src/Functional/ModeratedContentViewTest.php @@ -26,7 +26,7 @@ class ModeratedContentViewTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_moderation', 'node', 'views', diff --git a/core/modules/content_moderation/tests/src/Functional/ModerationActionsTest.php b/core/modules/content_moderation/tests/src/Functional/ModerationActionsTest.php index d9ef4fb71941..3ad35c86eb99 100644 --- a/core/modules/content_moderation/tests/src/Functional/ModerationActionsTest.php +++ b/core/modules/content_moderation/tests/src/Functional/ModerationActionsTest.php @@ -22,7 +22,7 @@ class ModerationActionsTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'content_moderation', 'node', 'views', diff --git a/core/modules/content_moderation/tests/src/Functional/ModerationContentTranslationTest.php b/core/modules/content_moderation/tests/src/Functional/ModerationContentTranslationTest.php index f0dbc3d52683..824e041ae86d 100644 --- a/core/modules/content_moderation/tests/src/Functional/ModerationContentTranslationTest.php +++ b/core/modules/content_moderation/tests/src/Functional/ModerationContentTranslationTest.php @@ -26,7 +26,7 @@ class ModerationContentTranslationTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'node', 'locale', 'content_translation', diff --git a/core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php b/core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php index cc43ae634eca..4346ea6d8866 100644 --- a/core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php +++ b/core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php @@ -17,7 +17,7 @@ class ModerationFormTest extends ModerationStateTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'node', 'content_moderation', 'locale', diff --git a/core/modules/content_moderation/tests/src/Functional/ModerationLocaleTest.php b/core/modules/content_moderation/tests/src/Functional/ModerationLocaleTest.php index 75fa61a93fad..f92dcc3d88f7 100644 --- a/core/modules/content_moderation/tests/src/Functional/ModerationLocaleTest.php +++ b/core/modules/content_moderation/tests/src/Functional/ModerationLocaleTest.php @@ -16,7 +16,7 @@ class ModerationLocaleTest extends ModerationStateTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'node', 'content_moderation', 'locale', diff --git a/core/modules/content_moderation/tests/src/Functional/ModerationRevisionRevertTest.php b/core/modules/content_moderation/tests/src/Functional/ModerationRevisionRevertTest.php index 05571d163de4..217df4cdb53b 100644 --- a/core/modules/content_moderation/tests/src/Functional/ModerationRevisionRevertTest.php +++ b/core/modules/content_moderation/tests/src/Functional/ModerationRevisionRevertTest.php @@ -21,7 +21,7 @@ class ModerationRevisionRevertTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'content_moderation', 'node', ]; diff --git a/core/modules/content_moderation/tests/src/Functional/ModerationStateAccessTest.php b/core/modules/content_moderation/tests/src/Functional/ModerationStateAccessTest.php index efcc7762c120..39b7a2e2a2bd 100644 --- a/core/modules/content_moderation/tests/src/Functional/ModerationStateAccessTest.php +++ b/core/modules/content_moderation/tests/src/Functional/ModerationStateAccessTest.php @@ -19,7 +19,7 @@ class ModerationStateAccessTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_moderation', 'node', ]; diff --git a/core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php b/core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php index a2600abd7896..5c7c68e34da4 100644 --- a/core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php +++ b/core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php @@ -61,7 +61,7 @@ abstract class ModerationStateTestBase extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'content_moderation', 'block', 'block_content', diff --git a/core/modules/content_moderation/tests/src/Functional/NodeAccessTest.php b/core/modules/content_moderation/tests/src/Functional/NodeAccessTest.php index 328c2a5aa276..cb2cb0323047 100644 --- a/core/modules/content_moderation/tests/src/Functional/NodeAccessTest.php +++ b/core/modules/content_moderation/tests/src/Functional/NodeAccessTest.php @@ -16,7 +16,7 @@ class NodeAccessTest extends ModerationStateTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'content_moderation', 'block', 'block_content', diff --git a/core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php b/core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php index b5ff61865bc9..0d3ade65c09f 100644 --- a/core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php +++ b/core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php @@ -23,7 +23,7 @@ class ViewsModerationStateFilterTest extends ViewTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'content_moderation', 'workflows', diff --git a/core/modules/content_moderation/tests/src/Functional/WorkspaceContentModerationIntegrationTest.php b/core/modules/content_moderation/tests/src/Functional/WorkspaceContentModerationIntegrationTest.php index 41c9a0c34f5f..5ad27a011ccc 100644 --- a/core/modules/content_moderation/tests/src/Functional/WorkspaceContentModerationIntegrationTest.php +++ b/core/modules/content_moderation/tests/src/Functional/WorkspaceContentModerationIntegrationTest.php @@ -18,7 +18,7 @@ class WorkspaceContentModerationIntegrationTest extends ModerationStateTestBase /** * {@inheritdoc} */ - public static $modules = ['node', 'workspaces']; + protected static $modules = ['node', 'workspaces']; /** * {@inheritdoc} diff --git a/core/modules/content_moderation/tests/src/Kernel/ContentModerationAccessTest.php b/core/modules/content_moderation/tests/src/Kernel/ContentModerationAccessTest.php index 2ca795084370..6925bc4d1493 100644 --- a/core/modules/content_moderation/tests/src/Kernel/ContentModerationAccessTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/ContentModerationAccessTest.php @@ -25,7 +25,7 @@ class ContentModerationAccessTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_moderation', 'filter', 'node', diff --git a/core/modules/content_moderation/tests/src/Kernel/ContentModerationPermissionsTest.php b/core/modules/content_moderation/tests/src/Kernel/ContentModerationPermissionsTest.php index 633367415dee..e07a0187bbad 100644 --- a/core/modules/content_moderation/tests/src/Kernel/ContentModerationPermissionsTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/ContentModerationPermissionsTest.php @@ -18,7 +18,7 @@ class ContentModerationPermissionsTest extends KernelTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'workflows', 'content_moderation', 'workflow_type_test', diff --git a/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateAccessControlHandlerTest.php b/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateAccessControlHandlerTest.php index 4b7888ee5d75..02ea8d37db64 100644 --- a/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateAccessControlHandlerTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateAccessControlHandlerTest.php @@ -16,7 +16,7 @@ class ContentModerationStateAccessControlHandlerTest extends KernelTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'content_moderation', 'workflows', 'user', diff --git a/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateResourceTest.php b/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateResourceTest.php index a54cb2c1e15a..ce85869b0b21 100644 --- a/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateResourceTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateResourceTest.php @@ -15,7 +15,7 @@ class ContentModerationStateResourceTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['serialization', 'rest', 'content_moderation']; + protected static $modules = ['serialization', 'rest', 'content_moderation']; /** * @see \Drupal\content_moderation\Entity\ContentModerationState diff --git a/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateStorageSchemaTest.php b/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateStorageSchemaTest.php index f5d15ab3b122..a5255d0429bf 100644 --- a/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateStorageSchemaTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateStorageSchemaTest.php @@ -21,7 +21,7 @@ class ContentModerationStateStorageSchemaTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'content_moderation', 'user', diff --git a/core/modules/content_moderation/tests/src/Kernel/ContentModerationSyncingTest.php b/core/modules/content_moderation/tests/src/Kernel/ContentModerationSyncingTest.php index 4d8e75c685ad..5825ed286390 100644 --- a/core/modules/content_moderation/tests/src/Kernel/ContentModerationSyncingTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/ContentModerationSyncingTest.php @@ -18,7 +18,7 @@ class ContentModerationSyncingTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'user', 'workflows', 'content_moderation', diff --git a/core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowConfigTest.php b/core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowConfigTest.php index 94fdcad0e2b5..3351ff421574 100644 --- a/core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowConfigTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowConfigTest.php @@ -20,7 +20,7 @@ class ContentModerationWorkflowConfigTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'content_moderation', 'user', diff --git a/core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php b/core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php index 847245c25b0b..321ca8f8ddc6 100644 --- a/core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php @@ -26,7 +26,7 @@ class ContentModerationWorkflowTypeApiTest extends KernelTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'workflows', 'content_moderation', ]; diff --git a/core/modules/content_moderation/tests/src/Kernel/DefaultRevisionStateTest.php b/core/modules/content_moderation/tests/src/Kernel/DefaultRevisionStateTest.php index 08b72791e64f..795007042335 100644 --- a/core/modules/content_moderation/tests/src/Kernel/DefaultRevisionStateTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/DefaultRevisionStateTest.php @@ -20,7 +20,7 @@ class DefaultRevisionStateTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'entity_test', 'node', 'block_content', diff --git a/core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php b/core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php index fe2a0b49518a..042de79eed92 100644 --- a/core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php @@ -19,7 +19,7 @@ class EntityOperationsTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_moderation', 'node', 'user', diff --git a/core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php b/core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php index 4b3531e47c50..0c4c504ecfbf 100644 --- a/core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php @@ -21,7 +21,7 @@ class EntityStateChangeValidationTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'content_moderation', 'user', diff --git a/core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php b/core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php index 958347db6211..c977f1bf21cb 100644 --- a/core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php @@ -22,7 +22,7 @@ class EntityTypeInfoTest extends KernelTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'content_moderation', 'workflows', 'entity_test', diff --git a/core/modules/content_moderation/tests/src/Kernel/InitialStateTest.php b/core/modules/content_moderation/tests/src/Kernel/InitialStateTest.php index ef6f140f4807..bf6b2dc0c314 100644 --- a/core/modules/content_moderation/tests/src/Kernel/InitialStateTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/InitialStateTest.php @@ -20,7 +20,7 @@ class InitialStateTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'entity_test', 'node', 'user', diff --git a/core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php b/core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php index 79d7371d6cec..786e2b8924dc 100644 --- a/core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php @@ -19,7 +19,7 @@ class ModerationInformationTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_moderation', 'entity_test', 'user', diff --git a/core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php b/core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php index 762acffc530c..941f34d7a593 100644 --- a/core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php @@ -21,7 +21,7 @@ class ModerationStateFieldItemListTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'content_moderation', 'user', diff --git a/core/modules/content_moderation/tests/src/Kernel/ModerationStateWidgetTest.php b/core/modules/content_moderation/tests/src/Kernel/ModerationStateWidgetTest.php index 42f78dafa1b3..a22119f1ac82 100644 --- a/core/modules/content_moderation/tests/src/Kernel/ModerationStateWidgetTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/ModerationStateWidgetTest.php @@ -23,7 +23,7 @@ class ModerationStateWidgetTest extends KernelTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'system', 'user', 'workflows', diff --git a/core/modules/content_moderation/tests/src/Kernel/NodeAccessTest.php b/core/modules/content_moderation/tests/src/Kernel/NodeAccessTest.php index 5bd2a19b94ba..34fcd3c89b51 100644 --- a/core/modules/content_moderation/tests/src/Kernel/NodeAccessTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/NodeAccessTest.php @@ -29,7 +29,7 @@ class NodeAccessTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_moderation', 'filter', 'node', diff --git a/core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php b/core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php index a40444ce6be0..c4c38d0d243d 100644 --- a/core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php @@ -21,7 +21,7 @@ class StateFormatterTest extends KernelTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'workflows', 'content_moderation', 'entity_test', diff --git a/core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php b/core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php index 13c00143b48b..96e5aaee40b0 100644 --- a/core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php @@ -21,7 +21,7 @@ class ViewsDataIntegrationTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_moderation_test_views', 'node', 'content_moderation', diff --git a/core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php b/core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php index ab1ff21f978e..983b20d73347 100644 --- a/core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php @@ -25,7 +25,7 @@ class ViewsModerationStateFilterTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_moderation_test_views', 'node', 'content_moderation', diff --git a/core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php b/core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php index 4a9841fe8415..c70480f1badc 100644 --- a/core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php @@ -22,7 +22,7 @@ class ViewsModerationStateSortTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'content_moderation', 'workflows', diff --git a/core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php b/core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php index bccd3b3821d4..e16aae64b344 100644 --- a/core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php +++ b/core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php @@ -19,7 +19,7 @@ class ContentTestTranslationUITest extends ContentTranslationUITestBase { * * @var array */ - public static $modules = ['language', 'content_translation', 'entity_test']; + protected static $modules = ['language', 'content_translation', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php b/core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php index 505dc1b440e9..b958fa1af644 100644 --- a/core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php +++ b/core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php @@ -52,7 +52,7 @@ class ContentTranslationContextualLinksTest extends BrowserTestBase { * * @var array */ - public static $modules = ['content_translation', 'contextual', 'node']; + protected static $modules = ['content_translation', 'contextual', 'node']; /** * The profile to install as a basis for testing. diff --git a/core/modules/content_translation/tests/src/Functional/ContentTranslationDisableSettingTest.php b/core/modules/content_translation/tests/src/Functional/ContentTranslationDisableSettingTest.php index 5b56f880c7d7..69170c32b1cd 100644 --- a/core/modules/content_translation/tests/src/Functional/ContentTranslationDisableSettingTest.php +++ b/core/modules/content_translation/tests/src/Functional/ContentTranslationDisableSettingTest.php @@ -14,7 +14,7 @@ class ContentTranslationDisableSettingTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_translation', 'menu_link_content', 'language', diff --git a/core/modules/content_translation/tests/src/Functional/ContentTranslationEnableTest.php b/core/modules/content_translation/tests/src/Functional/ContentTranslationEnableTest.php index 7ae73a8fd73d..bf9c41b9398a 100644 --- a/core/modules/content_translation/tests/src/Functional/ContentTranslationEnableTest.php +++ b/core/modules/content_translation/tests/src/Functional/ContentTranslationEnableTest.php @@ -14,7 +14,7 @@ class ContentTranslationEnableTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test', 'menu_link_content', 'node']; + protected static $modules = ['entity_test', 'menu_link_content', 'node']; /** * {@inheritdoc} diff --git a/core/modules/content_translation/tests/src/Functional/ContentTranslationEntityBundleUITest.php b/core/modules/content_translation/tests/src/Functional/ContentTranslationEntityBundleUITest.php index 4bf0017295fa..6044cff296d6 100644 --- a/core/modules/content_translation/tests/src/Functional/ContentTranslationEntityBundleUITest.php +++ b/core/modules/content_translation/tests/src/Functional/ContentTranslationEntityBundleUITest.php @@ -11,7 +11,7 @@ */ class ContentTranslationEntityBundleUITest extends BrowserTestBase { - public static $modules = ['language', 'content_translation', 'node', 'comment', 'field_ui']; + protected static $modules = ['language', 'content_translation', 'node', 'comment', 'field_ui']; /** * {@inheritdoc} diff --git a/core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php b/core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php index 2e17be6a58f9..083d8a1f2d1f 100644 --- a/core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php +++ b/core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php @@ -22,7 +22,7 @@ class ContentTranslationLanguageChangeTest extends NodeTestBase { * * @var array */ - public static $modules = ['language', 'content_translation', 'content_translation_test', 'node', 'block', 'field_ui', 'image']; + protected static $modules = ['language', 'content_translation', 'content_translation_test', 'node', 'block', 'field_ui', 'image']; /** * {@inheritdoc} diff --git a/core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php b/core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php index d6c687b3ce15..395c70a8be26 100644 --- a/core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php +++ b/core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php @@ -17,7 +17,7 @@ class ContentTranslationLinkTagTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test', 'content_translation', 'content_translation_test', 'language']; + protected static $modules = ['entity_test', 'content_translation', 'content_translation_test', 'language']; /** * {@inheritdoc} diff --git a/core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php b/core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php index fd84d571db1d..cd9205562349 100644 --- a/core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php +++ b/core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php @@ -28,7 +28,7 @@ class ContentTranslationMetadataFieldsTest extends ContentTranslationTestBase { * * @var array */ - public static $modules = ['language', 'content_translation', 'node']; + protected static $modules = ['language', 'content_translation', 'node']; /** * The profile to install as a basis for testing. diff --git a/core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php b/core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php index aca5b6dd07ad..a509660407e2 100644 --- a/core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php +++ b/core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php @@ -37,7 +37,7 @@ class ContentTranslationOperationsTest extends NodeTestBase { * * @var array */ - public static $modules = ['language', 'content_translation', 'node', 'views', 'block']; + protected static $modules = ['language', 'content_translation', 'node', 'views', 'block']; /** * {@inheritdoc} diff --git a/core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php b/core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php index ef0f54aeca44..50c462eaac83 100644 --- a/core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php +++ b/core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php @@ -17,7 +17,7 @@ abstract class ContentTranslationPendingRevisionTestBase extends ContentTranslat /** * {@inheritdoc} */ - public static $modules = ['language', 'content_translation', 'content_moderation', 'node']; + protected static $modules = ['language', 'content_translation', 'content_moderation', 'node']; /** * The entity storage. diff --git a/core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php b/core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php index b9dd35ea3c50..72ee6fe20a5b 100644 --- a/core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php +++ b/core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php @@ -25,7 +25,7 @@ class ContentTranslationSettingsTest extends BrowserTestBase { * * @var array */ - public static $modules = ['language', 'content_translation', 'node', 'comment', 'field_ui', 'entity_test']; + protected static $modules = ['language', 'content_translation', 'node', 'comment', 'field_ui', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php b/core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php index 0c5436072a56..727d59701465 100644 --- a/core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php +++ b/core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php @@ -16,7 +16,7 @@ class ContentTranslationStandardFieldsTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'language', 'content_translation', 'node', diff --git a/core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php b/core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php index f3abc3f6b4e2..a0442629f7db 100644 --- a/core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php +++ b/core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php @@ -44,7 +44,7 @@ class ContentTranslationSyncImageTest extends ContentTranslationTestBase { * * @var array */ - public static $modules = ['language', 'content_translation', 'entity_test', 'image', 'field_ui']; + protected static $modules = ['language', 'content_translation', 'entity_test', 'image', 'field_ui']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php b/core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php index 65bb9aef3dde..0c9cd65612f4 100644 --- a/core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php +++ b/core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php @@ -19,7 +19,7 @@ abstract class ContentTranslationTestBase extends BrowserTestBase { * * @var array */ - public static $modules = ['text']; + protected static $modules = ['text']; /** * The entity type being tested. diff --git a/core/modules/content_translation/tests/src/Functional/ContentTranslationUISkipTest.php b/core/modules/content_translation/tests/src/Functional/ContentTranslationUISkipTest.php index 7f3582d207c2..765a4bac6dda 100644 --- a/core/modules/content_translation/tests/src/Functional/ContentTranslationUISkipTest.php +++ b/core/modules/content_translation/tests/src/Functional/ContentTranslationUISkipTest.php @@ -16,7 +16,7 @@ class ContentTranslationUISkipTest extends BrowserTestBase { * * @var array */ - public static $modules = ['content_translation_test', 'user', 'node']; + protected static $modules = ['content_translation_test', 'user', 'node']; /** * {@inheritdoc} diff --git a/core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php b/core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php index b1166c55a640..deb27f96a10f 100644 --- a/core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php +++ b/core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php @@ -17,7 +17,7 @@ class ContentTranslationUntranslatableFieldsTest extends ContentTranslationPendi /** * {@inheritdoc} */ - public static $modules = ['field_test']; + protected static $modules = ['field_test']; /** * {@inheritdoc} diff --git a/core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php b/core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php index d004b69fe28e..848bc951a879 100644 --- a/core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php +++ b/core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php @@ -29,7 +29,7 @@ class ContentTranslationWorkflowsTest extends ContentTranslationTestBase { * * @var array */ - public static $modules = ['language', 'content_translation', 'entity_test']; + protected static $modules = ['language', 'content_translation', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php b/core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php index 351ff78de724..41c82ce01aa7 100644 --- a/core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php +++ b/core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php @@ -23,7 +23,7 @@ class ContentTranslationViewsUITest extends UITestBase { * * @var array */ - public static $modules = ['content_translation']; + protected static $modules = ['content_translation']; /** * {@inheritdoc} diff --git a/core/modules/content_translation/tests/src/Functional/Views/TranslationLinkTest.php b/core/modules/content_translation/tests/src/Functional/Views/TranslationLinkTest.php index 0109932fd859..7e83fe24e5fc 100644 --- a/core/modules/content_translation/tests/src/Functional/Views/TranslationLinkTest.php +++ b/core/modules/content_translation/tests/src/Functional/Views/TranslationLinkTest.php @@ -27,7 +27,7 @@ class TranslationLinkTest extends ContentTranslationTestBase { * * @var array */ - public static $modules = ['content_translation_test_views']; + protected static $modules = ['content_translation_test_views']; /** * {@inheritdoc} diff --git a/core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php b/core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php index e224bbb61c89..5a3bb717872b 100644 --- a/core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php +++ b/core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php @@ -22,7 +22,7 @@ class ContentTranslationContextualLinksTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['content_translation', 'contextual', 'node']; + protected static $modules = ['content_translation', 'contextual', 'node']; /** * {@inheritdoc} diff --git a/core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php b/core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php index 220c7efd8c00..5371a3eafe6d 100644 --- a/core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php +++ b/core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php @@ -25,7 +25,7 @@ class ContentTranslationConfigImportTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'user', 'entity_test', 'language', 'content_translation']; + protected static $modules = ['system', 'user', 'entity_test', 'language', 'content_translation']; /** * {@inheritdoc} diff --git a/core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php b/core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php index de14bd22631e..7972f502a91a 100644 --- a/core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php +++ b/core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php @@ -18,7 +18,7 @@ class ContentTranslationEntityBundleInfoTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'system', 'node', 'user', diff --git a/core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php b/core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php index 5764b1eaa5da..43fb2576081a 100644 --- a/core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php +++ b/core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php @@ -26,7 +26,7 @@ class ContentTranslationFieldSyncRevisionTest extends EntityKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['file', 'image', 'language', 'content_translation', 'content_translation_test']; + protected static $modules = ['file', 'image', 'language', 'content_translation', 'content_translation_test']; /** * The synchronized field name. diff --git a/core/modules/content_translation/tests/src/Kernel/ContentTranslationSettingsApiTest.php b/core/modules/content_translation/tests/src/Kernel/ContentTranslationSettingsApiTest.php index 1b41917d04f1..285d0d4db141 100644 --- a/core/modules/content_translation/tests/src/Kernel/ContentTranslationSettingsApiTest.php +++ b/core/modules/content_translation/tests/src/Kernel/ContentTranslationSettingsApiTest.php @@ -17,7 +17,7 @@ class ContentTranslationSettingsApiTest extends KernelTestBase { * * @var array */ - public static $modules = ['language', 'content_translation', 'user', 'entity_test']; + protected static $modules = ['language', 'content_translation', 'user', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php b/core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php index e46efafb275d..88fc0b468fab 100644 --- a/core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php +++ b/core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php @@ -54,7 +54,7 @@ class ContentTranslationSyncUnitTest extends KernelTestBase { */ protected $unchangedFieldValues; - public static $modules = ['language', 'content_translation']; + protected static $modules = ['language', 'content_translation']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/content_translation/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTranslationTest.php b/core/modules/content_translation/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTranslationTest.php index 0ae9dd6cfe04..70b961c52a13 100644 --- a/core/modules/content_translation/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTranslationTest.php +++ b/core/modules/content_translation/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTranslationTest.php @@ -16,7 +16,7 @@ class MigrateTaxonomyTermTranslationTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_translation', 'language', 'menu_ui', diff --git a/core/modules/content_translation/tests/src/Kernel/Migrate/d7/MigrateEntityTranslationSettingsTest.php b/core/modules/content_translation/tests/src/Kernel/Migrate/d7/MigrateEntityTranslationSettingsTest.php index ba99e0f9b15c..34d0954fae3a 100644 --- a/core/modules/content_translation/tests/src/Kernel/Migrate/d7/MigrateEntityTranslationSettingsTest.php +++ b/core/modules/content_translation/tests/src/Kernel/Migrate/d7/MigrateEntityTranslationSettingsTest.php @@ -15,7 +15,7 @@ class MigrateEntityTranslationSettingsTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'comment', 'content_translation', 'language', diff --git a/core/modules/content_translation/tests/src/Kernel/Plugin/migrate/source/d7/EntityTranslationSettingsTest.php b/core/modules/content_translation/tests/src/Kernel/Plugin/migrate/source/d7/EntityTranslationSettingsTest.php index db0d33292769..7a25bf599da2 100644 --- a/core/modules/content_translation/tests/src/Kernel/Plugin/migrate/source/d7/EntityTranslationSettingsTest.php +++ b/core/modules/content_translation/tests/src/Kernel/Plugin/migrate/source/d7/EntityTranslationSettingsTest.php @@ -16,7 +16,7 @@ class EntityTranslationSettingsTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_translation', 'language', 'migrate_drupal', diff --git a/core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php b/core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php index 13aa6bd01602..f519ef713fb9 100644 --- a/core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php +++ b/core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php @@ -48,7 +48,7 @@ class ContextualDynamicContextTest extends BrowserTestBase { * * @var array */ - public static $modules = ['contextual', 'node', 'views', 'views_ui', 'language', 'menu_test']; + protected static $modules = ['contextual', 'node', 'views', 'views_ui', 'language', 'menu_test']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php b/core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php index ecfbcb9ac219..c53325ed5022 100644 --- a/core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php +++ b/core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php @@ -17,7 +17,7 @@ class ContextualLinksTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['block', 'contextual']; + protected static $modules = ['block', 'contextual']; /** * {@inheritdoc} diff --git a/core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php b/core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php index a91181ee0d74..f80a2803ec75 100644 --- a/core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php +++ b/core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php @@ -19,7 +19,7 @@ class EditModeTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'block', 'user', diff --git a/core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php b/core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php index 0e5f721375fc..84f5ba8c266c 100644 --- a/core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php +++ b/core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php @@ -17,7 +17,7 @@ class ContextualUnitTest extends KernelTestBase { * * @var array */ - public static $modules = ['contextual']; + protected static $modules = ['contextual']; /** * Provides testcases for testContextualLinksToId() and diff --git a/core/modules/datetime/tests/src/Functional/DateFilterTest.php b/core/modules/datetime/tests/src/Functional/DateFilterTest.php index 0d9c956ec4cd..14053070a9b1 100644 --- a/core/modules/datetime/tests/src/Functional/DateFilterTest.php +++ b/core/modules/datetime/tests/src/Functional/DateFilterTest.php @@ -34,7 +34,7 @@ class DateFilterTest extends ViewTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'datetime_test', 'node', 'datetime', diff --git a/core/modules/datetime/tests/src/Functional/DateTestBase.php b/core/modules/datetime/tests/src/Functional/DateTestBase.php index fffeabdad2fc..0a85d7a60bb0 100644 --- a/core/modules/datetime/tests/src/Functional/DateTestBase.php +++ b/core/modules/datetime/tests/src/Functional/DateTestBase.php @@ -21,7 +21,7 @@ abstract class DateTestBase extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'entity_test', 'datetime', 'field_ui']; + protected static $modules = ['node', 'entity_test', 'datetime', 'field_ui']; /** * An array of display options. diff --git a/core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php b/core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php index 04c6e902293d..266187122f8a 100644 --- a/core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php +++ b/core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php @@ -39,7 +39,7 @@ class DateTimeTimeAgoFormatterTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['datetime', 'entity_test', 'field_ui']; + protected static $modules = ['datetime', 'entity_test', 'field_ui']; /** * {@inheritdoc} diff --git a/core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDateonlyTest.php b/core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDateonlyTest.php index 4e72d23ced5b..9439f8cf4a23 100644 --- a/core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDateonlyTest.php +++ b/core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDateonlyTest.php @@ -42,7 +42,7 @@ class EntityTestDateonlyTest extends EntityTestResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['datetime', 'entity_test']; + protected static $modules = ['datetime', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php b/core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php index a8e86a0c2b3d..f9313f112265 100644 --- a/core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php +++ b/core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php @@ -42,7 +42,7 @@ class EntityTestDatetimeTest extends EntityTestResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['datetime', 'entity_test']; + protected static $modules = ['datetime', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/datetime/tests/src/Functional/Views/FilterDateTest.php b/core/modules/datetime/tests/src/Functional/Views/FilterDateTest.php index 17d29be85135..7a42aead14b0 100644 --- a/core/modules/datetime/tests/src/Functional/Views/FilterDateTest.php +++ b/core/modules/datetime/tests/src/Functional/Views/FilterDateTest.php @@ -41,7 +41,7 @@ class FilterDateTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'datetime', 'datetime_test', 'node', diff --git a/core/modules/datetime/tests/src/Kernel/DateTimeFormInjectionTest.php b/core/modules/datetime/tests/src/Kernel/DateTimeFormInjectionTest.php index da565b13b8d3..7b9bc90d1436 100644 --- a/core/modules/datetime/tests/src/Kernel/DateTimeFormInjectionTest.php +++ b/core/modules/datetime/tests/src/Kernel/DateTimeFormInjectionTest.php @@ -30,7 +30,7 @@ class DateTimeFormInjectionTest extends KernelTestBase implements FormInterface * * @var array */ - public static $modules = ['system', 'datetime']; + protected static $modules = ['system', 'datetime']; /** * {@inheritdoc} diff --git a/core/modules/datetime/tests/src/Kernel/DateTimeItemTest.php b/core/modules/datetime/tests/src/Kernel/DateTimeItemTest.php index 613d67a74ade..b43ee81605ae 100644 --- a/core/modules/datetime/tests/src/Kernel/DateTimeItemTest.php +++ b/core/modules/datetime/tests/src/Kernel/DateTimeItemTest.php @@ -38,7 +38,7 @@ class DateTimeItemTest extends FieldKernelTestBase { * * @var array */ - public static $modules = ['datetime']; + protected static $modules = ['datetime']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/datetime/tests/src/Kernel/Views/DateTimeHandlerTestBase.php b/core/modules/datetime/tests/src/Kernel/Views/DateTimeHandlerTestBase.php index 82c54def0405..b7f47f5e89e6 100644 --- a/core/modules/datetime/tests/src/Kernel/Views/DateTimeHandlerTestBase.php +++ b/core/modules/datetime/tests/src/Kernel/Views/DateTimeHandlerTestBase.php @@ -19,7 +19,7 @@ abstract class DateTimeHandlerTestBase extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['datetime_test', 'node', 'datetime', 'field']; + protected static $modules = ['datetime_test', 'node', 'datetime', 'field']; /** * Name of the field. diff --git a/core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php b/core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php index 58d92c0e0a4c..bc412837de9a 100644 --- a/core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php +++ b/core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php @@ -25,7 +25,7 @@ class DateRangeFieldTest extends DateTestBase { * * @var array */ - public static $modules = ['datetime_range']; + protected static $modules = ['datetime_range']; /** * {@inheritdoc} diff --git a/core/modules/datetime_range/tests/src/Functional/EntityResource/EntityTest/EntityTestDateRangeTest.php b/core/modules/datetime_range/tests/src/Functional/EntityResource/EntityTest/EntityTestDateRangeTest.php index f9b15c06b773..15bc81744593 100644 --- a/core/modules/datetime_range/tests/src/Functional/EntityResource/EntityTest/EntityTestDateRangeTest.php +++ b/core/modules/datetime_range/tests/src/Functional/EntityResource/EntityTest/EntityTestDateRangeTest.php @@ -37,7 +37,7 @@ class EntityTestDateRangeTest extends EntityTestResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['datetime_range', 'entity_test']; + protected static $modules = ['datetime_range', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php b/core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php index b8a409e8a244..9620f5cf8dce 100644 --- a/core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php +++ b/core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php @@ -33,7 +33,7 @@ class DateRangeItemTest extends FieldKernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'datetime', 'datetime_range', ]; diff --git a/core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php b/core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php index 9bd3dd24d653..0558f60af581 100644 --- a/core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php +++ b/core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php @@ -35,7 +35,7 @@ class SeparatorTranslationTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'datetime', 'datetime_range', 'entity_test', diff --git a/core/modules/datetime_range/tests/src/Kernel/Views/FilterDateTest.php b/core/modules/datetime_range/tests/src/Kernel/Views/FilterDateTest.php index e46cf4858878..e118af5fd7a8 100644 --- a/core/modules/datetime_range/tests/src/Kernel/Views/FilterDateTest.php +++ b/core/modules/datetime_range/tests/src/Kernel/Views/FilterDateTest.php @@ -18,7 +18,7 @@ class FilterDateTest extends DateTimeHandlerTestBase { /** * {@inheritdoc} */ - public static $modules = ['datetime_test', 'node', 'datetime_range', 'field']; + protected static $modules = ['datetime_test', 'node', 'datetime_range', 'field']; /** * Type of the field. diff --git a/core/modules/dblog/tests/src/Functional/DbLogResourceTest.php b/core/modules/dblog/tests/src/Functional/DbLogResourceTest.php index ed18adbce0a4..5f820375000e 100644 --- a/core/modules/dblog/tests/src/Functional/DbLogResourceTest.php +++ b/core/modules/dblog/tests/src/Functional/DbLogResourceTest.php @@ -45,7 +45,7 @@ class DbLogResourceTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal', 'dblog']; + protected static $modules = ['hal', 'dblog']; /** * {@inheritdoc} diff --git a/core/modules/dblog/tests/src/Functional/DbLogTest.php b/core/modules/dblog/tests/src/Functional/DbLogTest.php index 803114054ac2..79e06a854e41 100644 --- a/core/modules/dblog/tests/src/Functional/DbLogTest.php +++ b/core/modules/dblog/tests/src/Functional/DbLogTest.php @@ -27,7 +27,7 @@ class DbLogTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'dblog', 'error_test', 'node', diff --git a/core/modules/dblog/tests/src/Functional/DbLogViewsTest.php b/core/modules/dblog/tests/src/Functional/DbLogViewsTest.php index cbb86f8c54e0..2ac4c1ee807e 100644 --- a/core/modules/dblog/tests/src/Functional/DbLogViewsTest.php +++ b/core/modules/dblog/tests/src/Functional/DbLogViewsTest.php @@ -19,7 +19,7 @@ class DbLogViewsTest extends DbLogTest { * * @var array */ - public static $modules = ['dblog', 'node', 'forum', 'help', 'block', 'views']; + protected static $modules = ['dblog', 'node', 'forum', 'help', 'block', 'views']; /** * {@inheritdoc} diff --git a/core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php b/core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php index 19dc72583556..2aac3efe53c1 100644 --- a/core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php +++ b/core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php @@ -15,7 +15,7 @@ class DbLogControllerTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['dblog', 'user']; + protected static $modules = ['dblog', 'user']; public function setUp(): void { parent::setUp(); diff --git a/core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php b/core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php index f1804c9c7148..2b9a67a0fc05 100644 --- a/core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php +++ b/core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php @@ -30,7 +30,7 @@ class DbLogFormInjectionTest extends KernelTestBase implements FormInterface { * * @var array */ - public static $modules = ['system', 'dblog', 'user']; + protected static $modules = ['system', 'dblog', 'user']; /** * {@inheritdoc} diff --git a/core/modules/dblog/tests/src/Kernel/Migrate/d6/MigrateDblogConfigsTest.php b/core/modules/dblog/tests/src/Kernel/Migrate/d6/MigrateDblogConfigsTest.php index 489d64f8dd1f..486b21768916 100644 --- a/core/modules/dblog/tests/src/Kernel/Migrate/d6/MigrateDblogConfigsTest.php +++ b/core/modules/dblog/tests/src/Kernel/Migrate/d6/MigrateDblogConfigsTest.php @@ -17,7 +17,7 @@ class MigrateDblogConfigsTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['dblog']; + protected static $modules = ['dblog']; /** * {@inheritdoc} diff --git a/core/modules/dblog/tests/src/Kernel/Migrate/d7/MigrateDblogConfigsTest.php b/core/modules/dblog/tests/src/Kernel/Migrate/d7/MigrateDblogConfigsTest.php index 3bc424dbb9d6..f5fca40ec6db 100644 --- a/core/modules/dblog/tests/src/Kernel/Migrate/d7/MigrateDblogConfigsTest.php +++ b/core/modules/dblog/tests/src/Kernel/Migrate/d7/MigrateDblogConfigsTest.php @@ -14,7 +14,7 @@ class MigrateDblogConfigsTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['dblog']; + protected static $modules = ['dblog']; /** * {@inheritdoc} diff --git a/core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php b/core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php index 2d9780f9ff13..715920f20dce 100644 --- a/core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php +++ b/core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php @@ -26,7 +26,7 @@ class ViewsIntegrationTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['dblog', 'dblog_test_views', 'user']; + protected static $modules = ['dblog', 'dblog_test_views', 'user']; /** * {@inheritdoc} diff --git a/core/modules/editor/tests/src/Functional/EditorAdminTest.php b/core/modules/editor/tests/src/Functional/EditorAdminTest.php index 43a0b8e9c403..c8f9588a01fb 100644 --- a/core/modules/editor/tests/src/Functional/EditorAdminTest.php +++ b/core/modules/editor/tests/src/Functional/EditorAdminTest.php @@ -20,7 +20,7 @@ class EditorAdminTest extends BrowserTestBase { * * @var array */ - public static $modules = ['filter', 'editor']; + protected static $modules = ['filter', 'editor']; /** * {@inheritdoc} diff --git a/core/modules/editor/tests/src/Functional/EditorDialogAccessTest.php b/core/modules/editor/tests/src/Functional/EditorDialogAccessTest.php index c317366ec9cc..c3c264e5a1d6 100644 --- a/core/modules/editor/tests/src/Functional/EditorDialogAccessTest.php +++ b/core/modules/editor/tests/src/Functional/EditorDialogAccessTest.php @@ -18,7 +18,7 @@ class EditorDialogAccessTest extends BrowserTestBase { * * @var array */ - public static $modules = ['editor', 'filter', 'ckeditor']; + protected static $modules = ['editor', 'filter', 'ckeditor']; /** * {@inheritdoc} diff --git a/core/modules/editor/tests/src/Functional/EditorLoadingTest.php b/core/modules/editor/tests/src/Functional/EditorLoadingTest.php index 7662e14cc1d9..969efdc1612c 100644 --- a/core/modules/editor/tests/src/Functional/EditorLoadingTest.php +++ b/core/modules/editor/tests/src/Functional/EditorLoadingTest.php @@ -20,7 +20,7 @@ class EditorLoadingTest extends BrowserTestBase { * * @var array */ - public static $modules = ['filter', 'editor', 'editor_test', 'node']; + protected static $modules = ['filter', 'editor', 'editor_test', 'node']; /** * {@inheritdoc} diff --git a/core/modules/editor/tests/src/Functional/EditorPrivateFileReferenceFilterTest.php b/core/modules/editor/tests/src/Functional/EditorPrivateFileReferenceFilterTest.php index 20a9969170b4..fa93aafd99b4 100644 --- a/core/modules/editor/tests/src/Functional/EditorPrivateFileReferenceFilterTest.php +++ b/core/modules/editor/tests/src/Functional/EditorPrivateFileReferenceFilterTest.php @@ -20,7 +20,7 @@ class EditorPrivateFileReferenceFilterTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ // Needed for the config: this is the only module in core that utilizes the // functionality in editor.module to be tested, and depends on that. 'ckeditor', diff --git a/core/modules/editor/tests/src/Functional/EditorSecurityTest.php b/core/modules/editor/tests/src/Functional/EditorSecurityTest.php index 1dbcb7e6019a..38df20dd41c3 100644 --- a/core/modules/editor/tests/src/Functional/EditorSecurityTest.php +++ b/core/modules/editor/tests/src/Functional/EditorSecurityTest.php @@ -46,7 +46,7 @@ class EditorSecurityTest extends BrowserTestBase { * * @var array */ - public static $modules = ['filter', 'editor', 'editor_test', 'node']; + protected static $modules = ['filter', 'editor', 'editor_test', 'node']; /** * User with access to Restricted HTML text format without text editor. diff --git a/core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php b/core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php index 4ae56bcc94af..e054ae743d24 100644 --- a/core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php +++ b/core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php @@ -22,7 +22,7 @@ class EditorUploadImageScaleTest extends BrowserTestBase { * * @var array */ - public static $modules = ['editor', 'editor_test']; + protected static $modules = ['editor', 'editor_test']; /** * {@inheritdoc} diff --git a/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonAnonTest.php b/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonAnonTest.php index 473e3c9255df..d4523d5273dd 100644 --- a/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonAnonTest.php +++ b/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonAnonTest.php @@ -15,7 +15,7 @@ class EditorHalJsonAnonTest extends EditorResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonBasicAuthTest.php b/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonBasicAuthTest.php index 57042e58b450..21ef9b701b55 100644 --- a/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonBasicAuthTest.php +++ b/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class EditorHalJsonBasicAuthTest extends EditorResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonCookieTest.php b/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonCookieTest.php index b2db5fb34ac7..5bb6f2215e36 100644 --- a/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonCookieTest.php +++ b/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonCookieTest.php @@ -15,7 +15,7 @@ class EditorHalJsonCookieTest extends EditorResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/editor/tests/src/Functional/QuickEditIntegrationLoadingTest.php b/core/modules/editor/tests/src/Functional/QuickEditIntegrationLoadingTest.php index 9a92f4a8322c..4f4365e03b0e 100644 --- a/core/modules/editor/tests/src/Functional/QuickEditIntegrationLoadingTest.php +++ b/core/modules/editor/tests/src/Functional/QuickEditIntegrationLoadingTest.php @@ -19,7 +19,7 @@ class QuickEditIntegrationLoadingTest extends BrowserTestBase { * * @var array */ - public static $modules = ['quickedit', 'filter', 'node', 'editor']; + protected static $modules = ['quickedit', 'filter', 'node', 'editor']; /** * {@inheritdoc} diff --git a/core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php b/core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php index 3b39696a9637..ff0098558593 100644 --- a/core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php +++ b/core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class EditorJsonBasicAuthTest extends EditorResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php b/core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php index 161f6692ebb3..8efe00002c1f 100644 --- a/core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php +++ b/core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php @@ -14,7 +14,7 @@ abstract class EditorResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['ckeditor', 'editor']; + protected static $modules = ['ckeditor', 'editor']; /** * {@inheritdoc} diff --git a/core/modules/editor/tests/src/Functional/Rest/EditorXmlBasicAuthTest.php b/core/modules/editor/tests/src/Functional/Rest/EditorXmlBasicAuthTest.php index 5e5aa467f506..17ebb9317efa 100644 --- a/core/modules/editor/tests/src/Functional/Rest/EditorXmlBasicAuthTest.php +++ b/core/modules/editor/tests/src/Functional/Rest/EditorXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class EditorXmlBasicAuthTest extends EditorResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php b/core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php index 8beea2ee21cb..d0923e28ebfd 100644 --- a/core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php +++ b/core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php @@ -19,7 +19,7 @@ class EditorFileReferenceFilterTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'filter', 'editor', 'field', 'file', 'user']; + protected static $modules = ['system', 'filter', 'editor', 'field', 'file', 'user']; /** * @var \Drupal\filter\Plugin\FilterInterface[] diff --git a/core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php b/core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php index c39d6ef55c51..9c62c3b0348d 100644 --- a/core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php +++ b/core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php @@ -23,7 +23,7 @@ class EditorFileUsageTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['editor', 'editor_test', 'node', 'file']; + protected static $modules = ['editor', 'editor_test', 'node', 'file']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php b/core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php index c7a9b9ad5ba2..66c238e73ea1 100644 --- a/core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php +++ b/core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php @@ -16,7 +16,7 @@ class EditorFilterIntegrationTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['filter', 'editor', 'editor_test']; + protected static $modules = ['filter', 'editor', 'editor_test']; /** * Tests text format removal or disabling. diff --git a/core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php b/core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php index 3623e1b8ff31..caeef84cf854 100644 --- a/core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php +++ b/core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php @@ -28,7 +28,7 @@ class EditorImageDialogTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['node', 'file', 'editor', 'editor_test', 'user', 'system']; + protected static $modules = ['node', 'file', 'editor', 'editor_test', 'user', 'system']; /** * Sets up the test. diff --git a/core/modules/editor/tests/src/Kernel/EditorManagerTest.php b/core/modules/editor/tests/src/Kernel/EditorManagerTest.php index bf58618b13d2..0e9e8b5be053 100644 --- a/core/modules/editor/tests/src/Kernel/EditorManagerTest.php +++ b/core/modules/editor/tests/src/Kernel/EditorManagerTest.php @@ -18,7 +18,7 @@ class EditorManagerTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'user', 'filter', 'editor']; + protected static $modules = ['system', 'user', 'filter', 'editor']; /** * The manager for text editor plugins. diff --git a/core/modules/editor/tests/src/Kernel/QuickEditIntegrationTest.php b/core/modules/editor/tests/src/Kernel/QuickEditIntegrationTest.php index c4daec83e6c1..22e67e8c0db1 100644 --- a/core/modules/editor/tests/src/Kernel/QuickEditIntegrationTest.php +++ b/core/modules/editor/tests/src/Kernel/QuickEditIntegrationTest.php @@ -26,7 +26,7 @@ class QuickEditIntegrationTest extends QuickEditTestBase { /** * {@inheritdoc} */ - public static $modules = ['editor', 'editor_test']; + protected static $modules = ['editor', 'editor_test']; /** * The manager for editor plug-ins. diff --git a/core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php b/core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php index 30d60308c265..b34504e955d5 100644 --- a/core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php +++ b/core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php @@ -19,7 +19,7 @@ class BooleanFieldTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'entity_test', 'field_ui', 'options', diff --git a/core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php b/core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php index be55b1560ab6..4d8998dedbca 100644 --- a/core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php +++ b/core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php @@ -18,7 +18,7 @@ class BooleanFormatterSettingsTest extends BrowserTestBase { * * @var array */ - public static $modules = ['field', 'field_ui', 'text', 'node', 'user']; + protected static $modules = ['field', 'field_ui', 'text', 'node', 'user']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/Email/EmailFieldTest.php b/core/modules/field/tests/src/Functional/Email/EmailFieldTest.php index 18c49b1222c9..11b63426330f 100644 --- a/core/modules/field/tests/src/Functional/Email/EmailFieldTest.php +++ b/core/modules/field/tests/src/Functional/Email/EmailFieldTest.php @@ -19,7 +19,7 @@ class EmailFieldTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'entity_test', 'field_ui']; + protected static $modules = ['node', 'entity_test', 'field_ui']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php b/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php index a7fcd2ae63c3..9f096d54fc59 100644 --- a/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php +++ b/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php @@ -28,7 +28,7 @@ class EntityReferenceAdminTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'field_ui', 'path', 'taxonomy', 'block', 'views_ui']; + protected static $modules = ['node', 'field_ui', 'path', 'taxonomy', 'block', 'views_ui']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAutoCreateTest.php b/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAutoCreateTest.php index 5bf35fad8b20..a962aa92e34e 100644 --- a/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAutoCreateTest.php +++ b/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAutoCreateTest.php @@ -19,7 +19,7 @@ class EntityReferenceAutoCreateTest extends BrowserTestBase { use EntityReferenceTestTrait; - public static $modules = ['node', 'taxonomy']; + protected static $modules = ['node', 'taxonomy']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php b/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php index 1b25129cf5dc..f315f1c568bc 100644 --- a/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php +++ b/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php @@ -22,7 +22,7 @@ class EntityReferenceFieldDefaultValueTest extends BrowserTestBase { * * @var array */ - public static $modules = ['field_ui', 'node']; + protected static $modules = ['field_ui', 'node']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php b/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php index 48d5d8bca8cc..404d672fd4f1 100644 --- a/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php +++ b/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php @@ -118,7 +118,7 @@ class EntityReferenceFieldTranslatedReferenceViewTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'language', 'content_translation', 'node', diff --git a/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFileUploadTest.php b/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFileUploadTest.php index fec017df2bfd..fcdf561c0a2a 100644 --- a/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFileUploadTest.php +++ b/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFileUploadTest.php @@ -17,7 +17,7 @@ class EntityReferenceFileUploadTest extends BrowserTestBase { use TestFileCreationTrait; - public static $modules = ['entity_reference', 'node', 'file']; + protected static $modules = ['entity_reference', 'node', 'file']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceIntegrationTest.php b/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceIntegrationTest.php index cb47f1903b29..89cdc2ac96af 100644 --- a/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceIntegrationTest.php +++ b/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceIntegrationTest.php @@ -45,7 +45,7 @@ class EntityReferenceIntegrationTest extends BrowserTestBase { * * @var array */ - public static $modules = ['config_test', 'entity_test', 'field_ui']; + protected static $modules = ['config_test', 'entity_test', 'field_ui']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/FieldAccessTest.php b/core/modules/field/tests/src/Functional/FieldAccessTest.php index 73f791aa4aa0..4070f6eb3907 100644 --- a/core/modules/field/tests/src/Functional/FieldAccessTest.php +++ b/core/modules/field/tests/src/Functional/FieldAccessTest.php @@ -17,7 +17,7 @@ class FieldAccessTest extends FieldTestBase { * * @var array */ - public static $modules = ['node', 'field_test']; + protected static $modules = ['node', 'field_test']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/FieldDefaultValueCallbackTest.php b/core/modules/field/tests/src/Functional/FieldDefaultValueCallbackTest.php index 420dc299b386..b5cc91415d6d 100644 --- a/core/modules/field/tests/src/Functional/FieldDefaultValueCallbackTest.php +++ b/core/modules/field/tests/src/Functional/FieldDefaultValueCallbackTest.php @@ -18,7 +18,7 @@ class FieldDefaultValueCallbackTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'field_test', 'field_ui']; + protected static $modules = ['node', 'field_test', 'field_ui']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/FieldHelpTest.php b/core/modules/field/tests/src/Functional/FieldHelpTest.php index 4ccd8e8a5390..7ed4bfb6bd46 100644 --- a/core/modules/field/tests/src/Functional/FieldHelpTest.php +++ b/core/modules/field/tests/src/Functional/FieldHelpTest.php @@ -16,7 +16,7 @@ class FieldHelpTest extends BrowserTestBase { * * @var array */ - public static $modules = ['field', 'help']; + protected static $modules = ['field', 'help']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php b/core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php index db9b3c2e491d..ee76243b33e8 100644 --- a/core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php +++ b/core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php @@ -22,7 +22,7 @@ class FieldImportDeleteUninstallUiTest extends FieldTestBase { * * @var array */ - public static $modules = ['entity_test', 'telephone', 'config', 'filter', 'datetime']; + protected static $modules = ['entity_test', 'telephone', 'config', 'filter', 'datetime']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/FormTest.php b/core/modules/field/tests/src/Functional/FormTest.php index b7c99e7ad2ff..4b5b1cab7cc1 100644 --- a/core/modules/field/tests/src/Functional/FormTest.php +++ b/core/modules/field/tests/src/Functional/FormTest.php @@ -25,7 +25,7 @@ class FormTest extends FieldTestBase { * * @var array */ - public static $modules = ['node', 'field_test', 'options', 'entity_test', 'locale']; + protected static $modules = ['node', 'field_test', 'options', 'entity_test', 'locale']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonAnonTest.php b/core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonAnonTest.php index b32f25e5bf2d..aabf6bd5c6b6 100644 --- a/core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonAnonTest.php +++ b/core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonAnonTest.php @@ -15,7 +15,7 @@ class FieldConfigHalJsonAnonTest extends FieldConfigResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonBasicAuthTest.php b/core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonBasicAuthTest.php index ce8838c1f33b..458f0d5cb175 100644 --- a/core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonBasicAuthTest.php +++ b/core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class FieldConfigHalJsonBasicAuthTest extends FieldConfigResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonCookieTest.php b/core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonCookieTest.php index b482ab03186d..5bb1dd905621 100644 --- a/core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonCookieTest.php +++ b/core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonCookieTest.php @@ -15,7 +15,7 @@ class FieldConfigHalJsonCookieTest extends FieldConfigResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonAnonTest.php b/core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonAnonTest.php index 72bc55058e25..2423375d32a8 100644 --- a/core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonAnonTest.php +++ b/core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonAnonTest.php @@ -15,7 +15,7 @@ class FieldStorageConfigHalJsonAnonTest extends FieldStorageConfigResourceTestBa /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonBasicAuthTest.php b/core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonBasicAuthTest.php index 498589412afe..94c2d8a4d450 100644 --- a/core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonBasicAuthTest.php +++ b/core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class FieldStorageConfigHalJsonBasicAuthTest extends FieldStorageConfigResourceT /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonCookieTest.php b/core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonCookieTest.php index 313e6ba7e269..a8a708503534 100644 --- a/core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonCookieTest.php +++ b/core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonCookieTest.php @@ -15,7 +15,7 @@ class FieldStorageConfigHalJsonCookieTest extends FieldStorageConfigResourceTest /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/NestedFormTest.php b/core/modules/field/tests/src/Functional/NestedFormTest.php index 549f5651f7a5..d8f388e44f5f 100644 --- a/core/modules/field/tests/src/Functional/NestedFormTest.php +++ b/core/modules/field/tests/src/Functional/NestedFormTest.php @@ -18,7 +18,7 @@ class NestedFormTest extends FieldTestBase { * * @var array */ - public static $modules = ['field_test', 'entity_test']; + protected static $modules = ['field_test', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/Number/NumberFieldTest.php b/core/modules/field/tests/src/Functional/Number/NumberFieldTest.php index 8ffe5f4e8acb..e4e9358c7163 100644 --- a/core/modules/field/tests/src/Functional/Number/NumberFieldTest.php +++ b/core/modules/field/tests/src/Functional/Number/NumberFieldTest.php @@ -18,7 +18,7 @@ class NumberFieldTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'entity_test', 'field_ui']; + protected static $modules = ['node', 'entity_test', 'field_ui']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/Rest/FieldConfigJsonBasicAuthTest.php b/core/modules/field/tests/src/Functional/Rest/FieldConfigJsonBasicAuthTest.php index 376c752ee0e6..18e4446f94a6 100644 --- a/core/modules/field/tests/src/Functional/Rest/FieldConfigJsonBasicAuthTest.php +++ b/core/modules/field/tests/src/Functional/Rest/FieldConfigJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class FieldConfigJsonBasicAuthTest extends FieldConfigResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php b/core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php index af0d9df8835e..def98a89e318 100644 --- a/core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php +++ b/core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php @@ -12,7 +12,7 @@ abstract class FieldConfigResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['field', 'node']; + protected static $modules = ['field', 'node']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/Rest/FieldConfigXmlBasicAuthTest.php b/core/modules/field/tests/src/Functional/Rest/FieldConfigXmlBasicAuthTest.php index 13b42d3eab65..cded0f9616b7 100644 --- a/core/modules/field/tests/src/Functional/Rest/FieldConfigXmlBasicAuthTest.php +++ b/core/modules/field/tests/src/Functional/Rest/FieldConfigXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class FieldConfigXmlBasicAuthTest extends FieldConfigResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonBasicAuthTest.php b/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonBasicAuthTest.php index 5256b0620362..f11b8d8769a6 100644 --- a/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonBasicAuthTest.php +++ b/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class FieldStorageConfigJsonBasicAuthTest extends FieldStorageConfigResourceTest /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php b/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php index 54a97dc4ea6a..43f0273e9b99 100644 --- a/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php +++ b/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php @@ -10,7 +10,7 @@ abstract class FieldStorageConfigResourceTestBase extends EntityResourceTestBase /** * {@inheritdoc} */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlBasicAuthTest.php b/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlBasicAuthTest.php index cea708147044..da7b133c6ae3 100644 --- a/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlBasicAuthTest.php +++ b/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class FieldStorageConfigXmlBasicAuthTest extends FieldStorageConfigResourceTestB /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/String/StringFieldTest.php b/core/modules/field/tests/src/Functional/String/StringFieldTest.php index c3bd0a73cc14..15c0f43644e2 100644 --- a/core/modules/field/tests/src/Functional/String/StringFieldTest.php +++ b/core/modules/field/tests/src/Functional/String/StringFieldTest.php @@ -20,7 +20,7 @@ class StringFieldTest extends BrowserTestBase { * * @var array */ - public static $modules = ['entity_test', 'file']; + protected static $modules = ['entity_test', 'file']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/TranslationWebTest.php b/core/modules/field/tests/src/Functional/TranslationWebTest.php index 76ed8e0dbc03..f97d7e5c8069 100644 --- a/core/modules/field/tests/src/Functional/TranslationWebTest.php +++ b/core/modules/field/tests/src/Functional/TranslationWebTest.php @@ -19,7 +19,7 @@ class TranslationWebTest extends FieldTestBase { * * @var array */ - public static $modules = ['language', 'field_test', 'entity_test']; + protected static $modules = ['language', 'field_test', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/Views/FieldTestBase.php b/core/modules/field/tests/src/Functional/Views/FieldTestBase.php index 4b70fe247163..5978824fddfb 100644 --- a/core/modules/field/tests/src/Functional/Views/FieldTestBase.php +++ b/core/modules/field/tests/src/Functional/Views/FieldTestBase.php @@ -25,7 +25,7 @@ abstract class FieldTestBase extends ViewTestBase { * * @var array */ - public static $modules = ['node', 'field_test_views']; + protected static $modules = ['node', 'field_test_views']; /** * Stores the field definitions used by the test. diff --git a/core/modules/field/tests/src/Functional/Views/FieldUITest.php b/core/modules/field/tests/src/Functional/Views/FieldUITest.php index 44daa68b30e4..d3d595fe2eac 100644 --- a/core/modules/field/tests/src/Functional/Views/FieldUITest.php +++ b/core/modules/field/tests/src/Functional/Views/FieldUITest.php @@ -26,7 +26,7 @@ class FieldUITest extends FieldTestBase { * * @var array */ - public static $modules = ['views_ui']; + protected static $modules = ['views_ui']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Functional/reEnableModuleFieldTest.php b/core/modules/field/tests/src/Functional/reEnableModuleFieldTest.php index 85d6703cc03c..51f252322571 100644 --- a/core/modules/field/tests/src/Functional/reEnableModuleFieldTest.php +++ b/core/modules/field/tests/src/Functional/reEnableModuleFieldTest.php @@ -21,7 +21,7 @@ class reEnableModuleFieldTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'field', 'node', // We use telephone module instead of test_field because test_field is diff --git a/core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php b/core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php index b8ab65ac3be4..a8629e0a8ce2 100644 --- a/core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php +++ b/core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php @@ -18,7 +18,7 @@ class BooleanFormatterSettingsTest extends WebDriverTestBase { * * @var array */ - public static $modules = ['field', 'field_ui', 'text', 'node', 'user']; + protected static $modules = ['field', 'field_ui', 'text', 'node', 'user']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php b/core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php index f9f699a51970..6029e10c4355 100644 --- a/core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php +++ b/core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php @@ -25,7 +25,7 @@ class EntityReferenceAdminTest extends WebDriverTestBase { * * @var array */ - public static $modules = ['node', 'field_ui', 'path', 'taxonomy', 'block', 'views_ui']; + protected static $modules = ['node', 'field_ui', 'path', 'taxonomy', 'block', 'views_ui']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/FunctionalJavascript/FormJSAddMoreTest.php b/core/modules/field/tests/src/FunctionalJavascript/FormJSAddMoreTest.php index a194cbc652bb..ea953c64febf 100644 --- a/core/modules/field/tests/src/FunctionalJavascript/FormJSAddMoreTest.php +++ b/core/modules/field/tests/src/FunctionalJavascript/FormJSAddMoreTest.php @@ -18,7 +18,7 @@ class FormJSAddMoreTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['field_test', 'entity_test']; + protected static $modules = ['field_test', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php b/core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php index 2edb3c6721b6..9d177dc423c8 100644 --- a/core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php +++ b/core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php @@ -21,7 +21,7 @@ class BooleanFormatterTest extends KernelTestBase { * * @var array */ - public static $modules = ['field', 'text', 'entity_test', 'user', 'system']; + protected static $modules = ['field', 'text', 'entity_test', 'user', 'system']; /** * @var string diff --git a/core/modules/field/tests/src/Kernel/DisplayApiTest.php b/core/modules/field/tests/src/Kernel/DisplayApiTest.php index 67d876952c39..b1fc135308e4 100644 --- a/core/modules/field/tests/src/Kernel/DisplayApiTest.php +++ b/core/modules/field/tests/src/Kernel/DisplayApiTest.php @@ -60,7 +60,7 @@ class DisplayApiTest extends FieldKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system']; + protected static $modules = ['system']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php b/core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php index 7b627ab46c20..d1e9fd24fd76 100644 --- a/core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php +++ b/core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php @@ -21,7 +21,7 @@ class SqlContentEntityStorageSchemaColumnTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test', 'field', 'text', 'user']; + protected static $modules = ['entity_test', 'field', 'text', 'user']; /** * The created entity. diff --git a/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceItemTest.php b/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceItemTest.php index 3f3d466ef398..95842859859e 100644 --- a/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceItemTest.php +++ b/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceItemTest.php @@ -39,7 +39,7 @@ class EntityReferenceItemTest extends FieldKernelTestBase { * * @var array */ - public static $modules = ['node', 'comment', 'file', 'taxonomy', 'text', 'filter', 'views', 'field']; + protected static $modules = ['node', 'comment', 'file', 'taxonomy', 'text', 'filter', 'views', 'field']; /** * The taxonomy vocabulary to test with. diff --git a/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php b/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php index d51499d50c14..b2638662fd65 100644 --- a/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php +++ b/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php @@ -23,7 +23,7 @@ class EntityReferenceSettingsTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'taxonomy', 'field', 'user', 'text', 'entity_reference', 'entity_test', 'system']; + protected static $modules = ['node', 'taxonomy', 'field', 'user', 'text', 'entity_reference', 'entity_test', 'system']; /** * Testing node type. diff --git a/core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php b/core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php index c689e2e3a5f7..cced629622b7 100644 --- a/core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php +++ b/core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php @@ -41,7 +41,7 @@ class EntityReferenceRelationshipTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['user', 'field', 'entity_test', 'views', 'entity_reference_test_views']; + protected static $modules = ['user', 'field', 'entity_test', 'views', 'entity_reference_test_views']; /** * The entity_test entities used by the test. diff --git a/core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php b/core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php index 7f8d94ec2772..c5ffe1b883f4 100644 --- a/core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php +++ b/core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php @@ -20,7 +20,7 @@ class FieldDefinitionIntegrityTest extends KernelTestBase { /** * @var array */ - public static $modules = ['system', 'path_alias']; + protected static $modules = ['system', 'path_alias']; /** * Tests the integrity of field plugin definitions. diff --git a/core/modules/field/tests/src/Kernel/FieldDisplayTest.php b/core/modules/field/tests/src/Kernel/FieldDisplayTest.php index 89ab7248cfd3..3d81d09d5654 100644 --- a/core/modules/field/tests/src/Kernel/FieldDisplayTest.php +++ b/core/modules/field/tests/src/Kernel/FieldDisplayTest.php @@ -20,7 +20,7 @@ class FieldDisplayTest extends KernelTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'entity_test', 'field', 'system', diff --git a/core/modules/field/tests/src/Kernel/FieldImportChangeTest.php b/core/modules/field/tests/src/Kernel/FieldImportChangeTest.php index 9b8391961e8c..a8aac0d87a0f 100644 --- a/core/modules/field/tests/src/Kernel/FieldImportChangeTest.php +++ b/core/modules/field/tests/src/Kernel/FieldImportChangeTest.php @@ -20,7 +20,7 @@ class FieldImportChangeTest extends FieldKernelTestBase { * * @var array */ - public static $modules = ['field_test_config']; + protected static $modules = ['field_test_config']; /** * Tests importing an updated field. diff --git a/core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php b/core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php index ddf31f64d366..e1fa9fdbfd0a 100644 --- a/core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php +++ b/core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php @@ -23,7 +23,7 @@ class FieldImportDeleteTest extends FieldKernelTestBase { * * @var array */ - public static $modules = ['field_test_config']; + protected static $modules = ['field_test_config']; /** * Tests deleting field storages and fields as part of config import. diff --git a/core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php b/core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php index 3bfb8b985ffb..ea080abd0e78 100644 --- a/core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php +++ b/core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php @@ -21,7 +21,7 @@ class FieldImportDeleteUninstallTest extends FieldKernelTestBase { * * @var array */ - public static $modules = ['telephone']; + protected static $modules = ['telephone']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/field/tests/src/Kernel/FieldKernelTestBase.php b/core/modules/field/tests/src/Kernel/FieldKernelTestBase.php index fdc8940fd65b..ec462df51ea7 100644 --- a/core/modules/field/tests/src/Kernel/FieldKernelTestBase.php +++ b/core/modules/field/tests/src/Kernel/FieldKernelTestBase.php @@ -19,7 +19,7 @@ abstract class FieldKernelTestBase extends KernelTestBase { * * @var array */ - public static $modules = ['user', 'system', 'field', 'text', 'entity_test', 'field_test']; + protected static $modules = ['user', 'system', 'field', 'text', 'entity_test', 'field_test']; /** * Bag of created field storages and fields. diff --git a/core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php b/core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php index fe2514fd2c0c..52da007d0c7b 100644 --- a/core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php +++ b/core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php @@ -21,7 +21,7 @@ class FieldStorageCrudTest extends FieldKernelTestBase { * * @var array */ - public static $modules = []; + protected static $modules = []; // TODO : test creation with // - a full fledged $field structure, check that all the values are there diff --git a/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldFormatterSettingsTest.php b/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldFormatterSettingsTest.php index 9a71116334d9..d93d79b49a76 100644 --- a/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldFormatterSettingsTest.php +++ b/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldFormatterSettingsTest.php @@ -15,7 +15,7 @@ class MigrateFieldFormatterSettingsTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['menu_ui', 'node']; + protected static $modules = ['menu_ui', 'node']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceLabelDescriptionTest.php b/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceLabelDescriptionTest.php index 400506e99e51..f53c87128087 100644 --- a/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceLabelDescriptionTest.php +++ b/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceLabelDescriptionTest.php @@ -18,7 +18,7 @@ class MigrateFieldInstanceLabelDescriptionTest extends MigrateDrupal6TestBase im /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'config_translation', 'locale', 'language', diff --git a/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceOptionTranslationTest.php b/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceOptionTranslationTest.php index e4dcc6d8228b..6981a4a54f15 100644 --- a/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceOptionTranslationTest.php +++ b/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceOptionTranslationTest.php @@ -14,8 +14,7 @@ class MigrateFieldInstanceOptionTranslationTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = - [ + protected static $modules = [ 'config_translation', 'language', 'locale', diff --git a/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceTest.php b/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceTest.php index 6f2ef1d32a98..fd33e56b2445 100644 --- a/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceTest.php +++ b/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceTest.php @@ -17,7 +17,7 @@ class MigrateFieldInstanceTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['menu_ui', 'node']; + protected static $modules = ['menu_ui', 'node']; /** * Tests migration of file variables to file.settings.yml. diff --git a/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldOptionTranslationTest.php b/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldOptionTranslationTest.php index 5311b3653daf..5ae19a5f0cb8 100644 --- a/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldOptionTranslationTest.php +++ b/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldOptionTranslationTest.php @@ -14,7 +14,7 @@ class MigrateFieldOptionTranslationTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'config_translation', 'language', 'locale', diff --git a/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldWidgetSettingsTest.php b/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldWidgetSettingsTest.php index 16c62ad4d535..ba2d1326b17f 100644 --- a/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldWidgetSettingsTest.php +++ b/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldWidgetSettingsTest.php @@ -15,7 +15,7 @@ class MigrateFieldWidgetSettingsTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['menu_ui']; + protected static $modules = ['menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldFormatterSettingsTest.php b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldFormatterSettingsTest.php index c7d43df2913b..9df7d20dc5b1 100644 --- a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldFormatterSettingsTest.php +++ b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldFormatterSettingsTest.php @@ -13,7 +13,7 @@ */ class MigrateFieldFormatterSettingsTest extends MigrateDrupal7TestBase { - public static $modules = [ + protected static $modules = [ 'comment', 'datetime', 'image', diff --git a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php index aef68679b55a..615243822055 100644 --- a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php +++ b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php @@ -18,7 +18,7 @@ class MigrateFieldInstanceLabelDescriptionTest extends MigrateDrupal7TestBase im /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'comment', 'config_translation', 'datetime', diff --git a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceTest.php b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceTest.php index 57089fc7bf53..832ebe2151fe 100644 --- a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceTest.php +++ b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceTest.php @@ -16,7 +16,7 @@ class MigrateFieldInstanceTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'comment', 'datetime', 'image', diff --git a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php index 02f128ac01af..31fe823cdc0b 100644 --- a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php +++ b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php @@ -18,7 +18,7 @@ class MigrateFieldInstanceWidgetSettingsTest extends MigrateDrupal7TestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'comment', 'datetime', 'image', diff --git a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldOptionTranslationTest.php b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldOptionTranslationTest.php index 0338cbbadc64..8edf5d4c89eb 100644 --- a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldOptionTranslationTest.php +++ b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldOptionTranslationTest.php @@ -14,7 +14,7 @@ class MigrateFieldOptionTranslationTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'comment', 'config_translation', 'datetime', diff --git a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldTest.php b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldTest.php index ae4bc301c1a1..eacb368c0fdb 100644 --- a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldTest.php +++ b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldTest.php @@ -18,7 +18,7 @@ class MigrateFieldTest extends MigrateDrupal7TestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'comment', 'datetime', 'file', diff --git a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php index da296ee0d7e1..3e5649653cf3 100644 --- a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php +++ b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php @@ -13,7 +13,7 @@ */ class MigrateViewModesTest extends MigrateDrupal7TestBase { - public static $modules = ['comment', 'node', 'taxonomy', 'text']; + protected static $modules = ['comment', 'node', 'taxonomy', 'text']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Kernel/Migrate/d7/RollbackViewModesTest.php b/core/modules/field/tests/src/Kernel/Migrate/d7/RollbackViewModesTest.php index 8c454792d0e8..cd931eebe19b 100644 --- a/core/modules/field/tests/src/Kernel/Migrate/d7/RollbackViewModesTest.php +++ b/core/modules/field/tests/src/Kernel/Migrate/d7/RollbackViewModesTest.php @@ -15,7 +15,7 @@ class RollbackViewModesTest extends MigrateViewModesTest { /** * {@inheritdoc} */ - public static $modules = ['text']; + protected static $modules = ['text']; /** * Tests migrating D7 view modes, then rolling back. diff --git a/core/modules/field/tests/src/Kernel/Number/NumberItemTest.php b/core/modules/field/tests/src/Kernel/Number/NumberItemTest.php index 0c145747166c..bf34b6439db5 100644 --- a/core/modules/field/tests/src/Kernel/Number/NumberItemTest.php +++ b/core/modules/field/tests/src/Kernel/Number/NumberItemTest.php @@ -21,7 +21,7 @@ class NumberItemTest extends FieldKernelTestBase { * * @var array */ - public static $modules = []; + protected static $modules = []; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceLabelDescriptionTranslationTest.php b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceLabelDescriptionTranslationTest.php index c7dbf27790e8..801650d5ece5 100644 --- a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceLabelDescriptionTranslationTest.php +++ b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceLabelDescriptionTranslationTest.php @@ -15,7 +15,7 @@ class FieldInstanceLabelDescriptionTranslationTest extends MigrateSqlSourceTestB /** * {@inheritdoc} */ - public static $modules = ['config_translation', 'migrate_drupal', 'field']; + protected static $modules = ['config_translation', 'migrate_drupal', 'field']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceOptionTranslationTest.php b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceOptionTranslationTest.php index ee6548853ec7..3ec153949a4e 100644 --- a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceOptionTranslationTest.php +++ b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceOptionTranslationTest.php @@ -13,7 +13,7 @@ class FieldInstanceOptionTranslationTest extends FieldOptionTranslationTest { /** * {@inheritdoc} */ - public static $modules = ['field', 'migrate_drupal']; + protected static $modules = ['field', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstancePerFormDisplayTest.php b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstancePerFormDisplayTest.php index dfbcc9f866f8..39619abc9124 100644 --- a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstancePerFormDisplayTest.php +++ b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstancePerFormDisplayTest.php @@ -15,7 +15,7 @@ class FieldInstancePerFormDisplayTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['field', 'migrate_drupal']; + protected static $modules = ['field', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstancePerViewModeTest.php b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstancePerViewModeTest.php index baea562ee747..e46d00b15c10 100644 --- a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstancePerViewModeTest.php +++ b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstancePerViewModeTest.php @@ -15,7 +15,7 @@ class FieldInstancePerViewModeTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['field', 'migrate_drupal', 'node', 'user']; + protected static $modules = ['field', 'migrate_drupal', 'node', 'user']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceTest.php b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceTest.php index bfbddcaef531..2fd757f771a5 100644 --- a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceTest.php +++ b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceTest.php @@ -15,7 +15,7 @@ class FieldInstanceTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['field', 'migrate_drupal']; + protected static $modules = ['field', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php index ec44954a1e38..05c93ae2d223 100644 --- a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php +++ b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php @@ -15,7 +15,7 @@ class FieldOptionTranslationTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['field', 'migrate_drupal']; + protected static $modules = ['field', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldTest.php b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldTest.php index 06026414a0e5..e83d05e7c43c 100644 --- a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldTest.php +++ b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldTest.php @@ -15,7 +15,7 @@ class FieldTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['field', 'migrate_drupal']; + protected static $modules = ['field', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceLabelDescriptionTranslationTest.php b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceLabelDescriptionTranslationTest.php index 1070c32d75d9..ff22ab2e8500 100644 --- a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceLabelDescriptionTranslationTest.php +++ b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceLabelDescriptionTranslationTest.php @@ -15,7 +15,7 @@ class FieldInstanceLabelDescriptionTranslationTest extends MigrateSqlSourceTestB /** * {@inheritdoc} */ - public static $modules = ['config_translation', 'migrate_drupal', 'field']; + protected static $modules = ['config_translation', 'migrate_drupal', 'field']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerFormDisplayTest.php b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerFormDisplayTest.php index f0f1f0890da8..0482ce8afdbc 100644 --- a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerFormDisplayTest.php +++ b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerFormDisplayTest.php @@ -15,7 +15,7 @@ class FieldInstancePerFormDisplayTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['field', 'migrate_drupal']; + protected static $modules = ['field', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerViewModeTest.php b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerViewModeTest.php index 129026435336..64c7d50ad9fa 100644 --- a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerViewModeTest.php +++ b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerViewModeTest.php @@ -15,7 +15,7 @@ class FieldInstancePerViewModeTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['field', 'migrate_drupal']; + protected static $modules = ['field', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceTest.php b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceTest.php index 942391ebd64d..8cd031660311 100644 --- a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceTest.php +++ b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceTest.php @@ -15,7 +15,7 @@ class FieldInstanceTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['field', 'migrate_drupal']; + protected static $modules = ['field', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldOptionTranslationTest.php b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldOptionTranslationTest.php index 61a2828ce2d0..c505c20915b4 100644 --- a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldOptionTranslationTest.php +++ b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldOptionTranslationTest.php @@ -15,7 +15,7 @@ class FieldOptionTranslationTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['field', 'migrate_drupal']; + protected static $modules = ['field', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldTest.php b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldTest.php index f904429d8906..6be4de53d250 100644 --- a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldTest.php +++ b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldTest.php @@ -15,7 +15,7 @@ class FieldTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['field', 'migrate_drupal']; + protected static $modules = ['field', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/ViewModeTest.php b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/ViewModeTest.php index deab0668c905..15f6a4c5219a 100644 --- a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/ViewModeTest.php +++ b/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/ViewModeTest.php @@ -15,7 +15,7 @@ class ViewModeTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['field', 'migrate_drupal']; + protected static $modules = ['field', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Kernel/ShapeItemTest.php b/core/modules/field/tests/src/Kernel/ShapeItemTest.php index fc605138b8ae..a179e96d95f1 100644 --- a/core/modules/field/tests/src/Kernel/ShapeItemTest.php +++ b/core/modules/field/tests/src/Kernel/ShapeItemTest.php @@ -20,7 +20,7 @@ class ShapeItemTest extends FieldKernelTestBase { * * @var array */ - public static $modules = ['field_test']; + protected static $modules = ['field_test']; /** * The name of the field to use in this test. diff --git a/core/modules/field/tests/src/Kernel/String/RawStringFormatterTest.php b/core/modules/field/tests/src/Kernel/String/RawStringFormatterTest.php index 5e3595261044..6c7d44d32b02 100644 --- a/core/modules/field/tests/src/Kernel/String/RawStringFormatterTest.php +++ b/core/modules/field/tests/src/Kernel/String/RawStringFormatterTest.php @@ -22,7 +22,7 @@ class RawStringFormatterTest extends KernelTestBase { * * @var array */ - public static $modules = ['field', 'text', 'entity_test', 'system', 'filter', 'user']; + protected static $modules = ['field', 'text', 'entity_test', 'system', 'filter', 'user']; /** * @var string diff --git a/core/modules/field/tests/src/Kernel/String/StringFormatterTest.php b/core/modules/field/tests/src/Kernel/String/StringFormatterTest.php index 205e8535cc45..4f8a2781ad74 100644 --- a/core/modules/field/tests/src/Kernel/String/StringFormatterTest.php +++ b/core/modules/field/tests/src/Kernel/String/StringFormatterTest.php @@ -22,7 +22,7 @@ class StringFormatterTest extends KernelTestBase { * * @var array */ - public static $modules = ['field', 'text', 'entity_test', 'system', 'filter', 'user']; + protected static $modules = ['field', 'text', 'entity_test', 'system', 'filter', 'user']; /** * The entity type manager. diff --git a/core/modules/field/tests/src/Kernel/String/UuidFormatterTest.php b/core/modules/field/tests/src/Kernel/String/UuidFormatterTest.php index a61b80621a21..cd5a0a0bb77f 100644 --- a/core/modules/field/tests/src/Kernel/String/UuidFormatterTest.php +++ b/core/modules/field/tests/src/Kernel/String/UuidFormatterTest.php @@ -18,7 +18,7 @@ class UuidFormatterTest extends KernelTestBase { * * @var array */ - public static $modules = ['field', 'entity_test', 'system', 'user']; + protected static $modules = ['field', 'entity_test', 'system', 'user']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Kernel/TestItemTest.php b/core/modules/field/tests/src/Kernel/TestItemTest.php index 16f17d696c68..92f453ac1266 100644 --- a/core/modules/field/tests/src/Kernel/TestItemTest.php +++ b/core/modules/field/tests/src/Kernel/TestItemTest.php @@ -21,7 +21,7 @@ class TestItemTest extends FieldKernelTestBase { * * @var array */ - public static $modules = ['field_test']; + protected static $modules = ['field_test']; /** * The name of the field to use in this test. diff --git a/core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php b/core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php index 4e52b7596545..60607c731e5c 100644 --- a/core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php +++ b/core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php @@ -17,7 +17,7 @@ class TestItemWithDependenciesTest extends FieldKernelTestBase { * * @var array */ - public static $modules = ['field_test']; + protected static $modules = ['field_test']; /** * The name of the field to use in this test. diff --git a/core/modules/field/tests/src/Kernel/TestObjectItemTest.php b/core/modules/field/tests/src/Kernel/TestObjectItemTest.php index 2fe9e3cde158..f2dc17cf81f2 100644 --- a/core/modules/field/tests/src/Kernel/TestObjectItemTest.php +++ b/core/modules/field/tests/src/Kernel/TestObjectItemTest.php @@ -18,7 +18,7 @@ class TestObjectItemTest extends FieldKernelTestBase { * * @var array */ - public static $modules = ['field_test']; + protected static $modules = ['field_test']; /** * {@inheritdoc} diff --git a/core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php b/core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php index 13f350326246..b7a90aa7e866 100644 --- a/core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php +++ b/core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php @@ -20,7 +20,7 @@ class TimestampFormatterTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'field', 'text', 'entity_test', 'user']; + protected static $modules = ['system', 'field', 'text', 'entity_test', 'user']; /** * @var string diff --git a/core/modules/field/tests/src/Kernel/TranslationTest.php b/core/modules/field/tests/src/Kernel/TranslationTest.php index 02501e388910..5cdf010664fd 100644 --- a/core/modules/field/tests/src/Kernel/TranslationTest.php +++ b/core/modules/field/tests/src/Kernel/TranslationTest.php @@ -23,7 +23,7 @@ class TranslationTest extends FieldKernelTestBase { * * @var array */ - public static $modules = ['language', 'node']; + protected static $modules = ['language', 'node']; /** * The name of the field to use in this test. diff --git a/core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php b/core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php index 3e277070308c..fa9209e503b6 100644 --- a/core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php +++ b/core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php @@ -14,7 +14,7 @@ class FieldLayoutTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['field_layout', 'field_ui', 'node', 'field_layout_test']; + protected static $modules = ['field_layout', 'field_ui', 'node', 'field_layout_test']; /** * {@inheritdoc} diff --git a/core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php b/core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php index 3738de185167..34fca5da825b 100644 --- a/core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php +++ b/core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php @@ -15,7 +15,7 @@ class FieldLayoutTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['field_layout', 'field_ui', 'field_layout_test', 'layout_test']; + protected static $modules = ['field_layout', 'field_ui', 'field_layout_test', 'layout_test']; /** * {@inheritdoc} diff --git a/core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php b/core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php index 1f6db258f62f..af983850af0f 100644 --- a/core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php +++ b/core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php @@ -19,7 +19,7 @@ class EntityDisplayModeTest extends BrowserTestBase { * * @var string[] */ - public static $modules = ['block', 'entity_test', 'field_ui', 'node']; + protected static $modules = ['block', 'entity_test', 'field_ui', 'node']; /** * {@inheritdoc} diff --git a/core/modules/field_ui/tests/src/Functional/EntityDisplayTest.php b/core/modules/field_ui/tests/src/Functional/EntityDisplayTest.php index d44cf5831d6e..d02ba07de4d1 100644 --- a/core/modules/field_ui/tests/src/Functional/EntityDisplayTest.php +++ b/core/modules/field_ui/tests/src/Functional/EntityDisplayTest.php @@ -14,7 +14,7 @@ class EntityDisplayTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['field_ui', 'entity_test']; + protected static $modules = ['field_ui', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php b/core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php index 62b98f33c81c..4b3e62801cf5 100644 --- a/core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php +++ b/core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php @@ -23,7 +23,7 @@ class FieldUIDeleteTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'field_ui', 'field_test', 'block', 'field_test_views']; + protected static $modules = ['node', 'field_ui', 'field_test', 'block', 'field_test_views']; /** * {@inheritdoc} diff --git a/core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php b/core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php index b7920c45e41a..a3cb5e61646f 100644 --- a/core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php +++ b/core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php @@ -16,7 +16,7 @@ class FieldUIIndentationTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'field_ui', 'field_ui_test']; + protected static $modules = ['node', 'field_ui', 'field_ui_test']; /** * {@inheritdoc} diff --git a/core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php b/core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php index 5db0abc94df2..fc00b5b5ffd4 100644 --- a/core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php +++ b/core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php @@ -18,7 +18,7 @@ class FieldUIRouteTest extends BrowserTestBase { * * @var string[] */ - public static $modules = ['block', 'entity_test', 'field_ui']; + protected static $modules = ['block', 'entity_test', 'field_ui']; /** * {@inheritdoc} diff --git a/core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php b/core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php index 054e6aa2406d..2d642800cbfe 100644 --- a/core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php +++ b/core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php @@ -25,7 +25,7 @@ class ManageDisplayTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'field_ui', 'taxonomy', 'search', 'field_test', 'field_third_party_test', 'block']; + protected static $modules = ['node', 'field_ui', 'taxonomy', 'search', 'field_test', 'field_third_party_test', 'block']; /** * {@inheritdoc} diff --git a/core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php b/core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php index 9057d30f9746..c226636206b4 100644 --- a/core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php +++ b/core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php @@ -27,7 +27,7 @@ class ManageFieldsFunctionalTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'field_ui', 'field_test', 'taxonomy', 'image', 'block']; + protected static $modules = ['node', 'field_ui', 'field_test', 'taxonomy', 'image', 'block']; /** * {@inheritdoc} diff --git a/core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php b/core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php index d69e7553f35e..3f9891e63026 100644 --- a/core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php +++ b/core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php @@ -14,7 +14,7 @@ class ManageFieldsTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'field_ui', 'field_ui_test', 'node', diff --git a/core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php b/core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php index 54230313b38c..61c65769b843 100644 --- a/core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php +++ b/core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php @@ -15,7 +15,7 @@ class EntityDisplayTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['field_ui', 'entity_test']; + protected static $modules = ['field_ui', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php b/core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php index 709f63fc1e13..634163a81a1a 100644 --- a/core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php +++ b/core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php @@ -15,7 +15,7 @@ class ManageDisplayTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'field_ui', 'field_test', diff --git a/core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php b/core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php index e9e08c533d8a..2babbe824416 100644 --- a/core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php +++ b/core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php @@ -28,7 +28,7 @@ class EntityDisplayTest extends KernelTestBase { * * @var string[] */ - public static $modules = ['field_ui', 'field', 'entity_test', 'user', 'text', 'field_test', 'node', 'system']; + protected static $modules = ['field_ui', 'field', 'entity_test', 'user', 'text', 'field_test', 'node', 'system']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php b/core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php index 6a9eacf4904c..eb3e0be5190d 100644 --- a/core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php +++ b/core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php @@ -20,7 +20,7 @@ class EntityFormDisplayTest extends KernelTestBase { * * @var string[] */ - public static $modules = ['field_ui', 'field', 'entity_test', 'field_test', 'user', 'text']; + protected static $modules = ['field_ui', 'field', 'entity_test', 'field_test', 'user', 'text']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/file/tests/src/Functional/FileFieldFormatterAccessTest.php b/core/modules/file/tests/src/Functional/FileFieldFormatterAccessTest.php index 4dc6aedf5dd2..0e8100c15454 100644 --- a/core/modules/file/tests/src/Functional/FileFieldFormatterAccessTest.php +++ b/core/modules/file/tests/src/Functional/FileFieldFormatterAccessTest.php @@ -13,7 +13,7 @@ class FileFieldFormatterAccessTest extends FileFieldTestBase { * * @var array */ - public static $modules = ['node', 'file', 'field_ui', 'file_test']; + protected static $modules = ['node', 'file', 'field_ui', 'file_test']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Functional/FileFieldRSSContentTest.php b/core/modules/file/tests/src/Functional/FileFieldRSSContentTest.php index 73f94047a068..0a0400ce25aa 100644 --- a/core/modules/file/tests/src/Functional/FileFieldRSSContentTest.php +++ b/core/modules/file/tests/src/Functional/FileFieldRSSContentTest.php @@ -16,7 +16,7 @@ class FileFieldRSSContentTest extends FileFieldTestBase { * * @var array */ - public static $modules = ['node', 'views']; + protected static $modules = ['node', 'views']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Functional/FileListingTest.php b/core/modules/file/tests/src/Functional/FileListingTest.php index 4ec0f04887c9..766456bb3f4c 100644 --- a/core/modules/file/tests/src/Functional/FileListingTest.php +++ b/core/modules/file/tests/src/Functional/FileListingTest.php @@ -18,7 +18,7 @@ class FileListingTest extends FileFieldTestBase { * * @var array */ - public static $modules = ['views', 'file', 'image', 'entity_test']; + protected static $modules = ['views', 'file', 'image', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Functional/FileManagedTestBase.php b/core/modules/file/tests/src/Functional/FileManagedTestBase.php index 61099ea1c304..cc4bb9f05c1f 100644 --- a/core/modules/file/tests/src/Functional/FileManagedTestBase.php +++ b/core/modules/file/tests/src/Functional/FileManagedTestBase.php @@ -18,7 +18,7 @@ abstract class FileManagedTestBase extends BrowserTestBase { * * @var array */ - public static $modules = ['file_test', 'file']; + protected static $modules = ['file_test', 'file']; protected function setUp() { parent::setUp(); diff --git a/core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php b/core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php index 8208bf974085..b36fe78683b3 100644 --- a/core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php +++ b/core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php @@ -14,7 +14,7 @@ class FileOnTranslatedEntityTest extends FileFieldTestBase { /** * {@inheritdoc} */ - public static $modules = ['language', 'content_translation']; + protected static $modules = ['language', 'content_translation']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Functional/FilePrivateTest.php b/core/modules/file/tests/src/Functional/FilePrivateTest.php index 26e7a548013e..69f540662b08 100644 --- a/core/modules/file/tests/src/Functional/FilePrivateTest.php +++ b/core/modules/file/tests/src/Functional/FilePrivateTest.php @@ -20,7 +20,7 @@ class FilePrivateTest extends FileFieldTestBase { * * @var array */ - public static $modules = ['node_access_test', 'field_test']; + protected static $modules = ['node_access_test', 'field_test']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Functional/FileUploadJsonBasicAuthTest.php b/core/modules/file/tests/src/Functional/FileUploadJsonBasicAuthTest.php index 49f50f6614a2..8a3e880921ec 100644 --- a/core/modules/file/tests/src/Functional/FileUploadJsonBasicAuthTest.php +++ b/core/modules/file/tests/src/Functional/FileUploadJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class FileUploadJsonBasicAuthTest extends FileUploadResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Functional/Hal/FileHalJsonAnonTest.php b/core/modules/file/tests/src/Functional/Hal/FileHalJsonAnonTest.php index bf24dadd9d2f..c40dd8a53a41 100644 --- a/core/modules/file/tests/src/Functional/Hal/FileHalJsonAnonTest.php +++ b/core/modules/file/tests/src/Functional/Hal/FileHalJsonAnonTest.php @@ -17,7 +17,7 @@ class FileHalJsonAnonTest extends FileResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Functional/Hal/FileHalJsonBasicAuthTest.php b/core/modules/file/tests/src/Functional/Hal/FileHalJsonBasicAuthTest.php index 5fbf7678eb78..494fbf1ae972 100644 --- a/core/modules/file/tests/src/Functional/Hal/FileHalJsonBasicAuthTest.php +++ b/core/modules/file/tests/src/Functional/Hal/FileHalJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class FileHalJsonBasicAuthTest extends FileHalJsonAnonTest { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonBasicAuthTest.php b/core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonBasicAuthTest.php index 7cb3fb256b3e..aa884d428b91 100644 --- a/core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonBasicAuthTest.php +++ b/core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class FileUploadHalJsonBasicAuthTest extends FileUploadHalJsonTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonTestBase.php b/core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonTestBase.php index 0b98c33f17bd..c0e077203065 100644 --- a/core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonTestBase.php +++ b/core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonTestBase.php @@ -15,7 +15,7 @@ abstract class FileUploadHalJsonTestBase extends FileUploadResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Functional/MultipleFileUploadTest.php b/core/modules/file/tests/src/Functional/MultipleFileUploadTest.php index fe746318bfb6..ce0b36c2cab3 100644 --- a/core/modules/file/tests/src/Functional/MultipleFileUploadTest.php +++ b/core/modules/file/tests/src/Functional/MultipleFileUploadTest.php @@ -14,7 +14,7 @@ class MultipleFileUploadTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['file']; + protected static $modules = ['file']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php b/core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php index a706a62fd53a..20ea56bf18a0 100644 --- a/core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php +++ b/core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php @@ -15,7 +15,7 @@ class PrivateFileOnTranslatedEntityTest extends FileFieldTestBase { /** * {@inheritdoc} */ - public static $modules = ['language', 'content_translation']; + protected static $modules = ['language', 'content_translation']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php b/core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php index 9079c7638a89..65686d22ae26 100644 --- a/core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php +++ b/core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php @@ -14,7 +14,7 @@ class RemoteFileSaveUploadTest extends SaveUploadTest { * * @var array */ - public static $modules = ['file_test']; + protected static $modules = ['file_test']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Functional/Rest/FileJsonBasicAuthTest.php b/core/modules/file/tests/src/Functional/Rest/FileJsonBasicAuthTest.php index a327a0d9d7ad..c57bf523a01b 100644 --- a/core/modules/file/tests/src/Functional/Rest/FileJsonBasicAuthTest.php +++ b/core/modules/file/tests/src/Functional/Rest/FileJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class FileJsonBasicAuthTest extends FileResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php b/core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php index 855a94605093..ebbf6ac5376d 100644 --- a/core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php +++ b/core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php @@ -11,7 +11,7 @@ abstract class FileResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['file', 'user']; + protected static $modules = ['file', 'user']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Functional/Rest/FileXmlBasicAuthTest.php b/core/modules/file/tests/src/Functional/Rest/FileXmlBasicAuthTest.php index e0e0030239be..bde591e363c0 100644 --- a/core/modules/file/tests/src/Functional/Rest/FileXmlBasicAuthTest.php +++ b/core/modules/file/tests/src/Functional/Rest/FileXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class FileXmlBasicAuthTest extends FileResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Functional/SaveUploadFormTest.php b/core/modules/file/tests/src/Functional/SaveUploadFormTest.php index 30d2db078e89..92ce2d332e38 100644 --- a/core/modules/file/tests/src/Functional/SaveUploadFormTest.php +++ b/core/modules/file/tests/src/Functional/SaveUploadFormTest.php @@ -24,7 +24,7 @@ class SaveUploadFormTest extends FileManagedTestBase { * * @var array */ - public static $modules = ['dblog']; + protected static $modules = ['dblog']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Functional/SaveUploadTest.php b/core/modules/file/tests/src/Functional/SaveUploadTest.php index 59a3fd3810ad..891de3b71215 100644 --- a/core/modules/file/tests/src/Functional/SaveUploadTest.php +++ b/core/modules/file/tests/src/Functional/SaveUploadTest.php @@ -24,7 +24,7 @@ class SaveUploadTest extends FileManagedTestBase { * * @var array */ - public static $modules = ['dblog']; + protected static $modules = ['dblog']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Functional/Views/RelationshipUserFileDataTest.php b/core/modules/file/tests/src/Functional/Views/RelationshipUserFileDataTest.php index 40706f576358..2b5e5b8e161f 100644 --- a/core/modules/file/tests/src/Functional/Views/RelationshipUserFileDataTest.php +++ b/core/modules/file/tests/src/Functional/Views/RelationshipUserFileDataTest.php @@ -21,7 +21,7 @@ class RelationshipUserFileDataTest extends ViewTestBase { * * @var array */ - public static $modules = ['file', 'file_test_views', 'user']; + protected static $modules = ['file', 'file_test_views', 'user']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php b/core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php index afbccbbcdde0..44bf484561f3 100644 --- a/core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php +++ b/core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php @@ -20,7 +20,7 @@ class FileFieldValidateTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'file']; + protected static $modules = ['node', 'file']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php b/core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php index 5f7ca225af02..6a7b8db6e861 100644 --- a/core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php +++ b/core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php @@ -20,7 +20,7 @@ class MaximumFileSizeExceededUploadTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'file']; + protected static $modules = ['node', 'file']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Kernel/AccessTest.php b/core/modules/file/tests/src/Kernel/AccessTest.php index a53c9f580a7a..5f9c0100c2ab 100644 --- a/core/modules/file/tests/src/Kernel/AccessTest.php +++ b/core/modules/file/tests/src/Kernel/AccessTest.php @@ -18,7 +18,7 @@ class AccessTest extends KernelTestBase { * * @var array */ - public static $modules = ['file', 'system', 'user']; + protected static $modules = ['file', 'system', 'user']; /** * An authenticated user. diff --git a/core/modules/file/tests/src/Kernel/FileItemTest.php b/core/modules/file/tests/src/Kernel/FileItemTest.php index bddfbfcf3094..2e37dea5aa2c 100644 --- a/core/modules/file/tests/src/Kernel/FileItemTest.php +++ b/core/modules/file/tests/src/Kernel/FileItemTest.php @@ -24,7 +24,7 @@ class FileItemTest extends FieldKernelTestBase { * * @var array */ - public static $modules = ['file']; + protected static $modules = ['file']; /** * Created file entity. diff --git a/core/modules/file/tests/src/Kernel/FileItemValidationTest.php b/core/modules/file/tests/src/Kernel/FileItemValidationTest.php index a6704a897f57..6138d9beb76a 100644 --- a/core/modules/file/tests/src/Kernel/FileItemValidationTest.php +++ b/core/modules/file/tests/src/Kernel/FileItemValidationTest.php @@ -20,7 +20,7 @@ class FileItemValidationTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['file', 'image', 'entity_test', 'field', 'user', 'system']; + protected static $modules = ['file', 'image', 'entity_test', 'field', 'user', 'system']; /** * A user. diff --git a/core/modules/file/tests/src/Kernel/FileManagedUnitTestBase.php b/core/modules/file/tests/src/Kernel/FileManagedUnitTestBase.php index da8194a8d6fc..76ca34563f11 100644 --- a/core/modules/file/tests/src/Kernel/FileManagedUnitTestBase.php +++ b/core/modules/file/tests/src/Kernel/FileManagedUnitTestBase.php @@ -19,7 +19,7 @@ abstract class FileManagedUnitTestBase extends KernelTestBase { * * @var array */ - public static $modules = ['file_test', 'file', 'system', 'field', 'user']; + protected static $modules = ['file_test', 'file', 'system', 'field', 'user']; protected function setUp() { parent::setUp(); diff --git a/core/modules/file/tests/src/Kernel/FileModuleTest.php b/core/modules/file/tests/src/Kernel/FileModuleTest.php index a1cfa2f51af4..7978cc861c27 100644 --- a/core/modules/file/tests/src/Kernel/FileModuleTest.php +++ b/core/modules/file/tests/src/Kernel/FileModuleTest.php @@ -17,7 +17,7 @@ class FileModuleTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['file']; + protected static $modules = ['file']; /** * Tests file size upload errors. diff --git a/core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php b/core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php index 3b2e066c8fb0..b64a38b6f985 100644 --- a/core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php +++ b/core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php @@ -17,7 +17,7 @@ class FileEntityFormatterTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['file', 'user']; + protected static $modules = ['file', 'user']; /** * The files. diff --git a/core/modules/file/tests/src/Kernel/Migrate/MigrateFileStubTest.php b/core/modules/file/tests/src/Kernel/Migrate/MigrateFileStubTest.php index 204c666c7429..410fd0ae01bc 100644 --- a/core/modules/file/tests/src/Kernel/Migrate/MigrateFileStubTest.php +++ b/core/modules/file/tests/src/Kernel/Migrate/MigrateFileStubTest.php @@ -17,7 +17,7 @@ class MigrateFileStubTest extends MigrateDrupalTestBase { /** * {@inheritdoc} */ - public static $modules = ['file']; + protected static $modules = ['file']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityDisplayTest.php b/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityDisplayTest.php index 2b381fac76fc..d026ee12f1f8 100644 --- a/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityDisplayTest.php +++ b/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityDisplayTest.php @@ -15,7 +15,7 @@ class MigrateUploadEntityDisplayTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['menu_ui']; + protected static $modules = ['menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityFormDisplayTest.php b/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityFormDisplayTest.php index e9c3e61e757f..0ed44fefd35a 100644 --- a/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityFormDisplayTest.php +++ b/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityFormDisplayTest.php @@ -15,7 +15,7 @@ class MigrateUploadEntityFormDisplayTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['menu_ui']; + protected static $modules = ['menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadFieldTest.php b/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadFieldTest.php index 5d8b825f13e0..5f26c2dff57c 100644 --- a/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadFieldTest.php +++ b/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadFieldTest.php @@ -15,7 +15,7 @@ class MigrateUploadFieldTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['menu_ui']; + protected static $modules = ['menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadInstanceTest.php b/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadInstanceTest.php index 38ff36178df3..f37999cef5ca 100644 --- a/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadInstanceTest.php +++ b/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadInstanceTest.php @@ -15,7 +15,7 @@ class MigrateUploadInstanceTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['menu_ui']; + protected static $modules = ['menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadTest.php b/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadTest.php index f2459e5ac95d..8facb60bb7ae 100644 --- a/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadTest.php +++ b/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadTest.php @@ -16,7 +16,7 @@ class MigrateUploadTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'language', 'content_translation', 'menu_ui', diff --git a/core/modules/file/tests/src/Kernel/Migrate/d7/MigrateFileTest.php b/core/modules/file/tests/src/Kernel/Migrate/d7/MigrateFileTest.php index e3b234b93568..fcfe5adcfe6f 100644 --- a/core/modules/file/tests/src/Kernel/Migrate/d7/MigrateFileTest.php +++ b/core/modules/file/tests/src/Kernel/Migrate/d7/MigrateFileTest.php @@ -17,7 +17,7 @@ class MigrateFileTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['file']; + protected static $modules = ['file']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Kernel/Migrate/d7/MigratePrivateFileTest.php b/core/modules/file/tests/src/Kernel/Migrate/d7/MigratePrivateFileTest.php index 39517772c872..f9ecfc7fb6ed 100644 --- a/core/modules/file/tests/src/Kernel/Migrate/d7/MigratePrivateFileTest.php +++ b/core/modules/file/tests/src/Kernel/Migrate/d7/MigratePrivateFileTest.php @@ -17,7 +17,7 @@ class MigratePrivateFileTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['file']; + protected static $modules = ['file']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/FileTest.php b/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/FileTest.php index 33c430e2fdf2..f316f9035e1c 100644 --- a/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/FileTest.php +++ b/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/FileTest.php @@ -16,7 +16,7 @@ class FileTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['file', 'migrate_drupal']; + protected static $modules = ['file', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadInstanceTest.php b/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadInstanceTest.php index 711b36fec32d..e2d34b4f0814 100644 --- a/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadInstanceTest.php +++ b/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadInstanceTest.php @@ -16,7 +16,7 @@ class UploadInstanceTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['file', 'migrate_drupal']; + protected static $modules = ['file', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadTest.php b/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadTest.php index 1f950b40cd19..7d5a6cfa2c4d 100644 --- a/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadTest.php +++ b/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadTest.php @@ -16,7 +16,7 @@ class UploadTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['file', 'migrate_drupal']; + protected static $modules = ['file', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d7/FileTest.php b/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d7/FileTest.php index b588ad789ce5..d5f76549f1d7 100644 --- a/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d7/FileTest.php +++ b/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d7/FileTest.php @@ -15,7 +15,7 @@ class FileTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['file', 'migrate_drupal']; + protected static $modules = ['file', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php b/core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php index 57e79c292dd7..dc3701f00bae 100644 --- a/core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php +++ b/core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php @@ -18,7 +18,7 @@ class ExtensionViewsFieldTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['file', 'file_test_views', 'user']; + protected static $modules = ['file', 'file_test_views', 'user']; /** * Views used by this test. diff --git a/core/modules/file/tests/src/Kernel/Views/FileViewsFieldAccessTest.php b/core/modules/file/tests/src/Kernel/Views/FileViewsFieldAccessTest.php index 31231d334584..1b85a74409c8 100644 --- a/core/modules/file/tests/src/Kernel/Views/FileViewsFieldAccessTest.php +++ b/core/modules/file/tests/src/Kernel/Views/FileViewsFieldAccessTest.php @@ -17,7 +17,7 @@ class FileViewsFieldAccessTest extends FieldFieldAccessTestBase { /** * {@inheritdoc} */ - public static $modules = ['file', 'entity_test', 'language', 'user']; + protected static $modules = ['file', 'entity_test', 'language', 'user']; /** * {@inheritdoc} diff --git a/core/modules/filter/tests/src/Functional/FilterAdminTest.php b/core/modules/filter/tests/src/Functional/FilterAdminTest.php index dc5ecced7a4e..dce9a905e214 100644 --- a/core/modules/filter/tests/src/Functional/FilterAdminTest.php +++ b/core/modules/filter/tests/src/Functional/FilterAdminTest.php @@ -20,7 +20,7 @@ class FilterAdminTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['block', 'filter', 'node', 'filter_test_plugin', 'dblog']; + protected static $modules = ['block', 'filter', 'node', 'filter_test_plugin', 'dblog']; /** * {@inheritdoc} diff --git a/core/modules/filter/tests/src/Functional/FilterDefaultFormatTest.php b/core/modules/filter/tests/src/Functional/FilterDefaultFormatTest.php index d74a14dc6fe8..d19808d5ffe8 100644 --- a/core/modules/filter/tests/src/Functional/FilterDefaultFormatTest.php +++ b/core/modules/filter/tests/src/Functional/FilterDefaultFormatTest.php @@ -17,7 +17,7 @@ class FilterDefaultFormatTest extends BrowserTestBase { * * @var array */ - public static $modules = ['filter']; + protected static $modules = ['filter']; /** * {@inheritdoc} diff --git a/core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php b/core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php index f8f917e8686f..d5eb8bb85381 100644 --- a/core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php +++ b/core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php @@ -19,7 +19,7 @@ class FilterFormatAccessTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'filter', 'node']; + protected static $modules = ['block', 'filter', 'node']; /** * {@inheritdoc} diff --git a/core/modules/filter/tests/src/Functional/FilterHooksTest.php b/core/modules/filter/tests/src/Functional/FilterHooksTest.php index a70a95f96502..8ed68af26378 100644 --- a/core/modules/filter/tests/src/Functional/FilterHooksTest.php +++ b/core/modules/filter/tests/src/Functional/FilterHooksTest.php @@ -17,7 +17,7 @@ class FilterHooksTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'filter_test']; + protected static $modules = ['node', 'filter_test']; /** * {@inheritdoc} diff --git a/core/modules/filter/tests/src/Functional/FilterHtmlImageSecureTest.php b/core/modules/filter/tests/src/Functional/FilterHtmlImageSecureTest.php index 3e8a29492691..8a0ddb5f6895 100644 --- a/core/modules/filter/tests/src/Functional/FilterHtmlImageSecureTest.php +++ b/core/modules/filter/tests/src/Functional/FilterHtmlImageSecureTest.php @@ -24,7 +24,7 @@ class FilterHtmlImageSecureTest extends BrowserTestBase { * * @var array */ - public static $modules = ['filter', 'node', 'comment']; + protected static $modules = ['filter', 'node', 'comment']; /** * {@inheritdoc} diff --git a/core/modules/filter/tests/src/Functional/FilterSecurityTest.php b/core/modules/filter/tests/src/Functional/FilterSecurityTest.php index 3b6d5d71a480..fc6085048e43 100644 --- a/core/modules/filter/tests/src/Functional/FilterSecurityTest.php +++ b/core/modules/filter/tests/src/Functional/FilterSecurityTest.php @@ -21,7 +21,7 @@ class FilterSecurityTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'filter_test']; + protected static $modules = ['node', 'filter_test']; /** * {@inheritdoc} diff --git a/core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonAnonTest.php b/core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonAnonTest.php index 8e59a6820d53..d7425687c182 100644 --- a/core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonAnonTest.php +++ b/core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonAnonTest.php @@ -15,7 +15,7 @@ class FilterFormatHalJsonAnonTest extends FilterFormatResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonBasicAuthTest.php b/core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonBasicAuthTest.php index 00a320cfa54a..67e0fff94b08 100644 --- a/core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonBasicAuthTest.php +++ b/core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class FilterFormatHalJsonBasicAuthTest extends FilterFormatResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonCookieTest.php b/core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonCookieTest.php index 262d0449aac6..59906b475b0b 100644 --- a/core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonCookieTest.php +++ b/core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonCookieTest.php @@ -15,7 +15,7 @@ class FilterFormatHalJsonCookieTest extends FilterFormatResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php b/core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php index 10267cf2d2b8..64eb119081e9 100644 --- a/core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php +++ b/core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class FilterFormatJsonBasicAuthTest extends FilterFormatResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php b/core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php index 5a0174a65a56..05a0c9fe190c 100644 --- a/core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php +++ b/core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php @@ -10,7 +10,7 @@ abstract class FilterFormatResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = []; + protected static $modules = []; /** * {@inheritdoc} diff --git a/core/modules/filter/tests/src/Functional/Rest/FilterFormatXmlBasicAuthTest.php b/core/modules/filter/tests/src/Functional/Rest/FilterFormatXmlBasicAuthTest.php index 8f2c5be0db62..ea388ee7dbe4 100644 --- a/core/modules/filter/tests/src/Functional/Rest/FilterFormatXmlBasicAuthTest.php +++ b/core/modules/filter/tests/src/Functional/Rest/FilterFormatXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class FilterFormatXmlBasicAuthTest extends FilterFormatResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/filter/tests/src/Kernel/FilterAPITest.php b/core/modules/filter/tests/src/Kernel/FilterAPITest.php index a87f817a23d0..c82036548761 100644 --- a/core/modules/filter/tests/src/Kernel/FilterAPITest.php +++ b/core/modules/filter/tests/src/Kernel/FilterAPITest.php @@ -20,7 +20,7 @@ */ class FilterAPITest extends EntityKernelTestBase { - public static $modules = ['system', 'filter', 'filter_test', 'user']; + protected static $modules = ['system', 'filter', 'filter_test', 'user']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/filter/tests/src/Kernel/FilterCrudTest.php b/core/modules/filter/tests/src/Kernel/FilterCrudTest.php index f42fff0ccb41..83509ee17620 100644 --- a/core/modules/filter/tests/src/Kernel/FilterCrudTest.php +++ b/core/modules/filter/tests/src/Kernel/FilterCrudTest.php @@ -18,7 +18,7 @@ class FilterCrudTest extends KernelTestBase { * * @var array */ - public static $modules = ['filter', 'filter_test', 'system', 'user']; + protected static $modules = ['filter', 'filter_test', 'system', 'user']; /** * Tests CRUD operations for text formats and filters. diff --git a/core/modules/filter/tests/src/Kernel/FilterDefaultConfigTest.php b/core/modules/filter/tests/src/Kernel/FilterDefaultConfigTest.php index 047df9dc03cf..2fa3511d9c98 100644 --- a/core/modules/filter/tests/src/Kernel/FilterDefaultConfigTest.php +++ b/core/modules/filter/tests/src/Kernel/FilterDefaultConfigTest.php @@ -13,7 +13,7 @@ */ class FilterDefaultConfigTest extends KernelTestBase { - public static $modules = ['system', 'user', 'filter', 'filter_test']; + protected static $modules = ['system', 'user', 'filter', 'filter_test']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/filter/tests/src/Kernel/FilterKernelTest.php b/core/modules/filter/tests/src/Kernel/FilterKernelTest.php index 96e633125a80..a7cd9843f90a 100644 --- a/core/modules/filter/tests/src/Kernel/FilterKernelTest.php +++ b/core/modules/filter/tests/src/Kernel/FilterKernelTest.php @@ -23,7 +23,7 @@ class FilterKernelTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'filter']; + protected static $modules = ['system', 'filter']; /** * @var \Drupal\filter\Plugin\FilterInterface[] diff --git a/core/modules/filter/tests/src/Kernel/FilterNoFormatTest.php b/core/modules/filter/tests/src/Kernel/FilterNoFormatTest.php index bbe40b9e215a..7ced2370cfcf 100644 --- a/core/modules/filter/tests/src/Kernel/FilterNoFormatTest.php +++ b/core/modules/filter/tests/src/Kernel/FilterNoFormatTest.php @@ -14,7 +14,7 @@ class FilterNoFormatTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['filter']; + protected static $modules = ['filter']; /** * Tests text without format. diff --git a/core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterFormatTest.php b/core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterFormatTest.php index 9b22fa92302a..fde18a443374 100644 --- a/core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterFormatTest.php +++ b/core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterFormatTest.php @@ -16,7 +16,7 @@ class MigrateFilterFormatTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['filter']; + protected static $modules = ['filter']; /** * {@inheritdoc} diff --git a/core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterSettingsTest.php b/core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterSettingsTest.php index deb2972c9b59..cca6f16644a3 100644 --- a/core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterSettingsTest.php +++ b/core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterSettingsTest.php @@ -11,7 +11,7 @@ */ class MigrateFilterSettingsTest extends MigrateDrupal7TestBase { - public static $modules = ['filter']; + protected static $modules = ['filter']; /** * {@inheritdoc} diff --git a/core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php b/core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php index 2fe2a72216a7..f58eece75744 100644 --- a/core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php +++ b/core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php @@ -20,7 +20,7 @@ class FilterIdTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['filter']; + protected static $modules = ['filter']; /** * The mocked MigrateExecutable. diff --git a/core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d6/FilterFormatTest.php b/core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d6/FilterFormatTest.php index a3e708b7b9a8..18448d1f6e3b 100644 --- a/core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d6/FilterFormatTest.php +++ b/core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d6/FilterFormatTest.php @@ -16,7 +16,7 @@ class FilterFormatTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['filter', 'migrate_drupal']; + protected static $modules = ['filter', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d7/FilterFormatTest.php b/core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d7/FilterFormatTest.php index 2dc9ce7c51f9..d2a2d48b5fbf 100644 --- a/core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d7/FilterFormatTest.php +++ b/core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d7/FilterFormatTest.php @@ -16,7 +16,7 @@ class FilterFormatTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['filter', 'migrate_drupal']; + protected static $modules = ['filter', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php b/core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php index 2478cd9ce3ac..b892e9b35dd1 100644 --- a/core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php +++ b/core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php @@ -28,7 +28,7 @@ class TextFormatElementFormTest extends KernelTestBase implements FormInterface * * @var array */ - public static $modules = ['system', 'user', 'filter', 'filter_test', 'editor']; + protected static $modules = ['system', 'user', 'filter', 'filter_test', 'editor']; /** * Sets up the test. diff --git a/core/modules/forum/tests/src/Functional/ForumBlockTest.php b/core/modules/forum/tests/src/Functional/ForumBlockTest.php index 0e79cb26cfb4..7545e49b3fb3 100644 --- a/core/modules/forum/tests/src/Functional/ForumBlockTest.php +++ b/core/modules/forum/tests/src/Functional/ForumBlockTest.php @@ -19,7 +19,7 @@ class ForumBlockTest extends BrowserTestBase { * * @var array */ - public static $modules = ['forum', 'block']; + protected static $modules = ['forum', 'block']; /** * {@inheritdoc} diff --git a/core/modules/forum/tests/src/Functional/ForumIndexTest.php b/core/modules/forum/tests/src/Functional/ForumIndexTest.php index ec2cc56c2936..b14a8e371914 100644 --- a/core/modules/forum/tests/src/Functional/ForumIndexTest.php +++ b/core/modules/forum/tests/src/Functional/ForumIndexTest.php @@ -16,7 +16,7 @@ class ForumIndexTest extends BrowserTestBase { * * @var array */ - public static $modules = ['taxonomy', 'comment', 'forum']; + protected static $modules = ['taxonomy', 'comment', 'forum']; /** * {@inheritdoc} diff --git a/core/modules/forum/tests/src/Functional/ForumNodeAccessTest.php b/core/modules/forum/tests/src/Functional/ForumNodeAccessTest.php index d60c2ba6df09..18e80e4c6106 100644 --- a/core/modules/forum/tests/src/Functional/ForumNodeAccessTest.php +++ b/core/modules/forum/tests/src/Functional/ForumNodeAccessTest.php @@ -17,7 +17,7 @@ class ForumNodeAccessTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'comment', 'forum', 'taxonomy', 'tracker', 'node_access_test', 'block']; + protected static $modules = ['node', 'comment', 'forum', 'taxonomy', 'tracker', 'node_access_test', 'block']; /** * {@inheritdoc} diff --git a/core/modules/forum/tests/src/Functional/ForumTest.php b/core/modules/forum/tests/src/Functional/ForumTest.php index d9f2c20cd06b..1695ef5b26e0 100644 --- a/core/modules/forum/tests/src/Functional/ForumTest.php +++ b/core/modules/forum/tests/src/Functional/ForumTest.php @@ -26,7 +26,7 @@ class ForumTest extends BrowserTestBase { * * @var array */ - public static $modules = ['taxonomy', 'comment', 'forum', 'node', 'block', 'menu_ui', 'help']; + protected static $modules = ['taxonomy', 'comment', 'forum', 'node', 'block', 'menu_ui', 'help']; /** * {@inheritdoc} diff --git a/core/modules/forum/tests/src/Functional/ForumUninstallTest.php b/core/modules/forum/tests/src/Functional/ForumUninstallTest.php index 84c81c893377..177dbfb56908 100644 --- a/core/modules/forum/tests/src/Functional/ForumUninstallTest.php +++ b/core/modules/forum/tests/src/Functional/ForumUninstallTest.php @@ -21,7 +21,7 @@ class ForumUninstallTest extends BrowserTestBase { * * @var array */ - public static $modules = ['forum']; + protected static $modules = ['forum']; /** * {@inheritdoc} diff --git a/core/modules/forum/tests/src/Functional/Views/ForumIntegrationTest.php b/core/modules/forum/tests/src/Functional/Views/ForumIntegrationTest.php index b3d2f5935de1..e09f3c0ef768 100644 --- a/core/modules/forum/tests/src/Functional/Views/ForumIntegrationTest.php +++ b/core/modules/forum/tests/src/Functional/Views/ForumIntegrationTest.php @@ -19,7 +19,7 @@ class ForumIntegrationTest extends ViewTestBase { * * @var array */ - public static $modules = ['forum_test_views']; + protected static $modules = ['forum_test_views']; /** * {@inheritdoc} diff --git a/core/modules/forum/tests/src/Kernel/ForumValidationTest.php b/core/modules/forum/tests/src/Kernel/ForumValidationTest.php index 9b9661b5a2c6..2bbac728250f 100644 --- a/core/modules/forum/tests/src/Kernel/ForumValidationTest.php +++ b/core/modules/forum/tests/src/Kernel/ForumValidationTest.php @@ -18,7 +18,7 @@ class ForumValidationTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['node', 'options', 'comment', 'taxonomy', 'forum']; + protected static $modules = ['node', 'options', 'comment', 'taxonomy', 'forum']; /** * Tests the forum validation constraints. diff --git a/core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumConfigsTest.php b/core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumConfigsTest.php index 2b18de45f10c..b68f2f03367b 100644 --- a/core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumConfigsTest.php +++ b/core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumConfigsTest.php @@ -17,7 +17,7 @@ class MigrateForumConfigsTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['comment', 'forum', 'taxonomy']; + protected static $modules = ['comment', 'forum', 'taxonomy']; /** * {@inheritdoc} diff --git a/core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumTest.php b/core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumTest.php index 0d201efa9c70..9c17b145c4b1 100644 --- a/core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumTest.php +++ b/core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumTest.php @@ -19,7 +19,7 @@ class MigrateForumTest extends MigrateNodeTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'comment', 'forum', 'menu_ui', diff --git a/core/modules/forum/tests/src/Kernel/Migrate/d7/MigrateForumSettingsTest.php b/core/modules/forum/tests/src/Kernel/Migrate/d7/MigrateForumSettingsTest.php index 6f9e7772ca69..6b1ab64b3c5a 100644 --- a/core/modules/forum/tests/src/Kernel/Migrate/d7/MigrateForumSettingsTest.php +++ b/core/modules/forum/tests/src/Kernel/Migrate/d7/MigrateForumSettingsTest.php @@ -12,7 +12,7 @@ class MigrateForumSettingsTest extends MigrateDrupal7TestBase { // Don't alphabetize these. They're in dependency order. - public static $modules = [ + protected static $modules = [ 'comment', 'field', 'filter', diff --git a/core/modules/hal/tests/src/Kernel/EntityTranslationNormalizeTest.php b/core/modules/hal/tests/src/Kernel/EntityTranslationNormalizeTest.php index d4249b547508..bd31f529cc47 100644 --- a/core/modules/hal/tests/src/Kernel/EntityTranslationNormalizeTest.php +++ b/core/modules/hal/tests/src/Kernel/EntityTranslationNormalizeTest.php @@ -19,7 +19,7 @@ class EntityTranslationNormalizeTest extends NormalizerTestBase { * * @var array */ - public static $modules = ['node', 'content_translation']; + protected static $modules = ['node', 'content_translation']; /** * {@inheritdoc} diff --git a/core/modules/hal/tests/src/Kernel/FileNormalizeTest.php b/core/modules/hal/tests/src/Kernel/FileNormalizeTest.php index bfbfc1fb9159..baae028582a2 100644 --- a/core/modules/hal/tests/src/Kernel/FileNormalizeTest.php +++ b/core/modules/hal/tests/src/Kernel/FileNormalizeTest.php @@ -16,7 +16,7 @@ class FileNormalizeTest extends NormalizerTestBase { * * @var array */ - public static $modules = ['file']; + protected static $modules = ['file']; /** * {@inheritdoc} diff --git a/core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php b/core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php index dd861c3ca9e8..937b036f4892 100644 --- a/core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php +++ b/core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php @@ -19,7 +19,7 @@ class HalLinkManagerTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal', 'hal_test', 'serialization', 'system', 'node', 'user', 'field']; + protected static $modules = ['hal', 'hal_test', 'serialization', 'system', 'node', 'user', 'field']; /** * {@inheritdoc} diff --git a/core/modules/hal/tests/src/Kernel/NormalizerTestBase.php b/core/modules/hal/tests/src/Kernel/NormalizerTestBase.php index ef51a077c94f..5eaa671711bf 100644 --- a/core/modules/hal/tests/src/Kernel/NormalizerTestBase.php +++ b/core/modules/hal/tests/src/Kernel/NormalizerTestBase.php @@ -17,7 +17,7 @@ abstract class NormalizerTestBase extends KernelTestBase { * * @var array */ - public static $modules = ['entity_test', 'field', 'hal', 'language', 'serialization', 'system', 'text', 'user', 'filter']; + protected static $modules = ['entity_test', 'field', 'hal', 'language', 'serialization', 'system', 'text', 'user', 'filter']; /** * The mock serializer. diff --git a/core/modules/help/tests/src/Functional/ExperimentalHelpTest.php b/core/modules/help/tests/src/Functional/ExperimentalHelpTest.php index f0e7c82de0ef..c185df1b9f85 100644 --- a/core/modules/help/tests/src/Functional/ExperimentalHelpTest.php +++ b/core/modules/help/tests/src/Functional/ExperimentalHelpTest.php @@ -19,7 +19,7 @@ class ExperimentalHelpTest extends BrowserTestBase { * * @var array */ - public static $modules = ['help', 'experimental_module_test', 'help_page_test']; + protected static $modules = ['help', 'experimental_module_test', 'help_page_test']; /** * {@inheritdoc} diff --git a/core/modules/help/tests/src/Functional/HelpBlockTest.php b/core/modules/help/tests/src/Functional/HelpBlockTest.php index c474270267b2..6d98660000cd 100644 --- a/core/modules/help/tests/src/Functional/HelpBlockTest.php +++ b/core/modules/help/tests/src/Functional/HelpBlockTest.php @@ -14,7 +14,7 @@ class HelpBlockTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['help', 'help_page_test', 'block', 'more_help_page_test']; + protected static $modules = ['help', 'help_page_test', 'block', 'more_help_page_test']; /** * {@inheritdoc} diff --git a/core/modules/help/tests/src/Functional/HelpTest.php b/core/modules/help/tests/src/Functional/HelpTest.php index 7810092b187b..c89f5f33f4e3 100644 --- a/core/modules/help/tests/src/Functional/HelpTest.php +++ b/core/modules/help/tests/src/Functional/HelpTest.php @@ -21,7 +21,7 @@ class HelpTest extends BrowserTestBase { * * @var array */ - public static $modules = ['help_test', 'help_page_test']; + protected static $modules = ['help_test', 'help_page_test']; /** * {@inheritdoc} diff --git a/core/modules/help/tests/src/Functional/NoHelpTest.php b/core/modules/help/tests/src/Functional/NoHelpTest.php index 120f3e85dd70..91f82c9d9dad 100644 --- a/core/modules/help/tests/src/Functional/NoHelpTest.php +++ b/core/modules/help/tests/src/Functional/NoHelpTest.php @@ -18,7 +18,7 @@ class NoHelpTest extends BrowserTestBase { * * @var array */ - public static $modules = ['help', 'menu_test']; + protected static $modules = ['help', 'menu_test']; /** * {@inheritdoc} diff --git a/core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php b/core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php index 5e5e740080be..663d168005f4 100644 --- a/core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php +++ b/core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php @@ -17,7 +17,7 @@ class HelpEmptyPageTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'help_test', 'user', 'path_alias']; + protected static $modules = ['system', 'help_test', 'user', 'path_alias']; /** * {@inheritdoc} diff --git a/core/modules/help_topics/tests/src/Functional/HelpTopicTest.php b/core/modules/help_topics/tests/src/Functional/HelpTopicTest.php index 6238f933ebb3..e70d8fd6e9e6 100644 --- a/core/modules/help_topics/tests/src/Functional/HelpTopicTest.php +++ b/core/modules/help_topics/tests/src/Functional/HelpTopicTest.php @@ -18,7 +18,7 @@ class HelpTopicTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'help_topics_test', 'help', 'help_topics', diff --git a/core/modules/history/tests/src/Functional/HistoryTest.php b/core/modules/history/tests/src/Functional/HistoryTest.php index c3a6bec10c7b..71588ff7bfb7 100644 --- a/core/modules/history/tests/src/Functional/HistoryTest.php +++ b/core/modules/history/tests/src/Functional/HistoryTest.php @@ -21,7 +21,7 @@ class HistoryTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'history']; + protected static $modules = ['node', 'history']; /** * {@inheritdoc} diff --git a/core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php b/core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php index 2c6a6502cbde..6a5e7121f6f2 100644 --- a/core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php +++ b/core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php @@ -22,7 +22,7 @@ class HistoryTimestampTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['history', 'node']; + protected static $modules = ['history', 'node']; /** * Views used by this test. diff --git a/core/modules/image/tests/src/Functional/FileMoveTest.php b/core/modules/image/tests/src/Functional/FileMoveTest.php index c2a3a1bbe4c9..cd82844c6f20 100644 --- a/core/modules/image/tests/src/Functional/FileMoveTest.php +++ b/core/modules/image/tests/src/Functional/FileMoveTest.php @@ -25,7 +25,7 @@ class FileMoveTest extends BrowserTestBase { * * @var array */ - public static $modules = ['image']; + protected static $modules = ['image']; /** * {@inheritdoc} diff --git a/core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonAnonTest.php b/core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonAnonTest.php index a010f68f0b0c..3d470cd4d6dc 100644 --- a/core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonAnonTest.php +++ b/core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonAnonTest.php @@ -15,7 +15,7 @@ class ImageStyleHalJsonAnonTest extends ImageStyleResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonBasicAuthTest.php b/core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonBasicAuthTest.php index 74a351663f46..c834b846ba5c 100644 --- a/core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonBasicAuthTest.php +++ b/core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class ImageStyleHalJsonBasicAuthTest extends ImageStyleResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonCookieTest.php b/core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonCookieTest.php index e899b6d13efd..21801ebdbd40 100644 --- a/core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonCookieTest.php +++ b/core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonCookieTest.php @@ -15,7 +15,7 @@ class ImageStyleHalJsonCookieTest extends ImageStyleResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/image/tests/src/Functional/ImageDimensionsTest.php b/core/modules/image/tests/src/Functional/ImageDimensionsTest.php index 6a969e5720a7..7f33af89e748 100644 --- a/core/modules/image/tests/src/Functional/ImageDimensionsTest.php +++ b/core/modules/image/tests/src/Functional/ImageDimensionsTest.php @@ -24,7 +24,7 @@ class ImageDimensionsTest extends BrowserTestBase { * * @var array */ - public static $modules = ['image', 'image_module_test']; + protected static $modules = ['image', 'image_module_test']; /** * {@inheritdoc} diff --git a/core/modules/image/tests/src/Functional/ImageEffectsTest.php b/core/modules/image/tests/src/Functional/ImageEffectsTest.php index ab863aafa48a..d8c1500abeb2 100644 --- a/core/modules/image/tests/src/Functional/ImageEffectsTest.php +++ b/core/modules/image/tests/src/Functional/ImageEffectsTest.php @@ -17,7 +17,7 @@ class ImageEffectsTest extends ToolkitTestBase { * * @var array */ - public static $modules = ['image', 'image_test', 'image_module_test']; + protected static $modules = ['image', 'image_test', 'image_module_test']; /** * {@inheritdoc} diff --git a/core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php b/core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php index f081982689c6..3e2bce273af6 100644 --- a/core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php +++ b/core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php @@ -31,7 +31,7 @@ class ImageFieldDefaultImagesTest extends ImageFieldTestBase { * * @var array */ - public static $modules = ['field_ui']; + protected static $modules = ['field_ui']; /** * {@inheritdoc} diff --git a/core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php b/core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php index 96baad54a2e0..9424eb253f07 100644 --- a/core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php +++ b/core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php @@ -32,7 +32,7 @@ class ImageFieldDisplayTest extends ImageFieldTestBase { * * @var array */ - public static $modules = ['field_ui']; + protected static $modules = ['field_ui']; /** * {@inheritdoc} diff --git a/core/modules/image/tests/src/Functional/ImageFieldTestBase.php b/core/modules/image/tests/src/Functional/ImageFieldTestBase.php index b736e8f46614..16f9da71bee6 100644 --- a/core/modules/image/tests/src/Functional/ImageFieldTestBase.php +++ b/core/modules/image/tests/src/Functional/ImageFieldTestBase.php @@ -31,7 +31,7 @@ abstract class ImageFieldTestBase extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'image', 'field_ui', 'image_module_test']; + protected static $modules = ['node', 'image', 'field_ui', 'image_module_test']; /** * An user with permissions to administer content types and image styles. diff --git a/core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php b/core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php index 18765e7fe49a..6667c9e5cff4 100644 --- a/core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php +++ b/core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php @@ -20,7 +20,7 @@ class ImageOnTranslatedEntityTest extends ImageFieldTestBase { /** * {@inheritdoc} */ - public static $modules = ['language', 'content_translation', 'field_ui']; + protected static $modules = ['language', 'content_translation', 'field_ui']; /** * {@inheritdoc} diff --git a/core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php b/core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php index e34d077453dd..515687cd0f44 100644 --- a/core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php +++ b/core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php @@ -26,7 +26,7 @@ class ImageStylesPathAndUrlTest extends BrowserTestBase { * * @var array */ - public static $modules = ['image', 'image_module_test', 'language']; + protected static $modules = ['image', 'image_module_test', 'language']; /** * {@inheritdoc} diff --git a/core/modules/image/tests/src/Functional/QuickEditImageControllerTest.php b/core/modules/image/tests/src/Functional/QuickEditImageControllerTest.php index 84fe1cfa8ecc..9e8cacd957de 100644 --- a/core/modules/image/tests/src/Functional/QuickEditImageControllerTest.php +++ b/core/modules/image/tests/src/Functional/QuickEditImageControllerTest.php @@ -22,7 +22,7 @@ class QuickEditImageControllerTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'image', 'quickedit']; + protected static $modules = ['node', 'image', 'quickedit']; /** * {@inheritdoc} diff --git a/core/modules/image/tests/src/Functional/Rest/ImageStyleJsonBasicAuthTest.php b/core/modules/image/tests/src/Functional/Rest/ImageStyleJsonBasicAuthTest.php index 5d4ba8648e9d..93bd8f896a81 100644 --- a/core/modules/image/tests/src/Functional/Rest/ImageStyleJsonBasicAuthTest.php +++ b/core/modules/image/tests/src/Functional/Rest/ImageStyleJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class ImageStyleJsonBasicAuthTest extends ImageStyleResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php b/core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php index b19011071836..57cfcd9a4baa 100644 --- a/core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php +++ b/core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php @@ -13,7 +13,7 @@ abstract class ImageStyleResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['image']; + protected static $modules = ['image']; /** * {@inheritdoc} diff --git a/core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php b/core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php index 052a50e97a43..fa07a2875ec2 100644 --- a/core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php +++ b/core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class ImageStyleXmlBasicAuthTest extends ImageStyleResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/image/tests/src/FunctionalJavascript/ImageFieldTestBase.php b/core/modules/image/tests/src/FunctionalJavascript/ImageFieldTestBase.php index 4e21f6aca7a2..efe566a19a33 100644 --- a/core/modules/image/tests/src/FunctionalJavascript/ImageFieldTestBase.php +++ b/core/modules/image/tests/src/FunctionalJavascript/ImageFieldTestBase.php @@ -21,7 +21,7 @@ abstract class ImageFieldTestBase extends WebDriverTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'node', 'image', 'field_ui', diff --git a/core/modules/image/tests/src/FunctionalJavascript/QuickEditImageTest.php b/core/modules/image/tests/src/FunctionalJavascript/QuickEditImageTest.php index b880cc4a7f70..e810b7ffff50 100644 --- a/core/modules/image/tests/src/FunctionalJavascript/QuickEditImageTest.php +++ b/core/modules/image/tests/src/FunctionalJavascript/QuickEditImageTest.php @@ -20,7 +20,7 @@ class QuickEditImageTest extends QuickEditJavascriptTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'image', 'field_ui']; + protected static $modules = ['node', 'image', 'field_ui']; /** * {@inheritdoc} diff --git a/core/modules/image/tests/src/Kernel/ImageFormatterTest.php b/core/modules/image/tests/src/Kernel/ImageFormatterTest.php index b432b39f6ff8..5c64b7309d05 100644 --- a/core/modules/image/tests/src/Kernel/ImageFormatterTest.php +++ b/core/modules/image/tests/src/Kernel/ImageFormatterTest.php @@ -23,7 +23,7 @@ class ImageFormatterTest extends FieldKernelTestBase { * * @var array */ - public static $modules = ['file', 'image']; + protected static $modules = ['file', 'image']; /** * @var string diff --git a/core/modules/image/tests/src/Kernel/ImageImportTest.php b/core/modules/image/tests/src/Kernel/ImageImportTest.php index 9cf69570b68c..5d013d3135f3 100644 --- a/core/modules/image/tests/src/Kernel/ImageImportTest.php +++ b/core/modules/image/tests/src/Kernel/ImageImportTest.php @@ -15,7 +15,7 @@ class ImageImportTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'image', 'image_module_test']; + protected static $modules = ['system', 'image', 'image_module_test']; /** * Tests importing image styles. diff --git a/core/modules/image/tests/src/Kernel/ImageItemTest.php b/core/modules/image/tests/src/Kernel/ImageItemTest.php index bea2f99924a8..f7b079bdbb7d 100644 --- a/core/modules/image/tests/src/Kernel/ImageItemTest.php +++ b/core/modules/image/tests/src/Kernel/ImageItemTest.php @@ -26,7 +26,7 @@ class ImageItemTest extends FieldKernelTestBase { * * @var array */ - public static $modules = ['file', 'image']; + protected static $modules = ['file', 'image']; /** * Created file entity. diff --git a/core/modules/image/tests/src/Kernel/ImageStyleCustomStreamWrappersTest.php b/core/modules/image/tests/src/Kernel/ImageStyleCustomStreamWrappersTest.php index bbe4d577ea45..2c781e425a47 100644 --- a/core/modules/image/tests/src/Kernel/ImageStyleCustomStreamWrappersTest.php +++ b/core/modules/image/tests/src/Kernel/ImageStyleCustomStreamWrappersTest.php @@ -24,7 +24,7 @@ class ImageStyleCustomStreamWrappersTest extends KernelTestBase { * * @var string[] */ - public static $modules = ['system', 'image']; + protected static $modules = ['system', 'image']; /** * A testing image style entity. diff --git a/core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php b/core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php index 443fb36770a7..235d1e5dc422 100644 --- a/core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php +++ b/core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php @@ -20,7 +20,7 @@ class ImageStyleIntegrationTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['image', 'file', 'field', 'system', 'user', 'node']; + protected static $modules = ['image', 'file', 'field', 'system', 'user', 'node']; /** * {@inheritdoc} diff --git a/core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php b/core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php index 8e48ec96eb34..99854a8c5bd2 100644 --- a/core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php +++ b/core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php @@ -30,7 +30,7 @@ class ImageThemeFunctionTest extends KernelTestBase { * * @var array */ - public static $modules = ['entity_test', 'field', 'file', 'image', 'system', 'user']; + protected static $modules = ['entity_test', 'field', 'file', 'image', 'system', 'user']; /** * Created file entity. diff --git a/core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageTest.php b/core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageTest.php index d92384c20e65..e4df819e87a6 100644 --- a/core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageTest.php +++ b/core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageTest.php @@ -21,7 +21,7 @@ class MigrateImageTest extends MigrateNodeTestBase { /** * {@inheritdoc} */ - public static $modules = ['menu_ui']; + protected static $modules = ['menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageSettingsTest.php b/core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageSettingsTest.php index 81d0e566d494..33729c3b9d8b 100644 --- a/core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageSettingsTest.php +++ b/core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageSettingsTest.php @@ -11,7 +11,7 @@ */ class MigrateImageSettingsTest extends MigrateDrupal7TestBase { - public static $modules = ['image']; + protected static $modules = ['image']; /** * {@inheritdoc} diff --git a/core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageStylesTest.php b/core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageStylesTest.php index 2b0b29804604..6170caf99247 100644 --- a/core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageStylesTest.php +++ b/core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageStylesTest.php @@ -17,7 +17,7 @@ class MigrateImageStylesTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['image']; + protected static $modules = ['image']; /** * {@inheritdoc} diff --git a/core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php b/core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php index edd2ad335841..37abd1c2bcfb 100644 --- a/core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php +++ b/core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php @@ -16,7 +16,7 @@ class ImageCachePresetTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['image', 'migrate_drupal']; + protected static $modules = ['image', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/image/tests/src/Kernel/Plugin/migrate/source/d7/ImageStylesTest.php b/core/modules/image/tests/src/Kernel/Plugin/migrate/source/d7/ImageStylesTest.php index 55251d1fb2dc..198e3af690e3 100644 --- a/core/modules/image/tests/src/Kernel/Plugin/migrate/source/d7/ImageStylesTest.php +++ b/core/modules/image/tests/src/Kernel/Plugin/migrate/source/d7/ImageStylesTest.php @@ -16,7 +16,7 @@ class ImageStylesTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['image', 'migrate_drupal']; + protected static $modules = ['image', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php b/core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php index 39c9b52338cf..dae2b52268d6 100644 --- a/core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php +++ b/core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php @@ -19,7 +19,7 @@ class ImageViewsDataTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['image', 'file', 'views', 'entity_test', 'user', 'field']; + protected static $modules = ['image', 'file', 'views', 'entity_test', 'user', 'field']; /** * {@inheritdoc} diff --git a/core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php b/core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php index 3cc31443cac4..30d832986d3d 100644 --- a/core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php +++ b/core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php @@ -22,7 +22,7 @@ class RelationshipUserImageDataTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['file', 'field', 'image', 'image_test_views', 'system', 'user']; + protected static $modules = ['file', 'field', 'image', 'image_test_views', 'system', 'user']; /** * Views used by this test. diff --git a/core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php b/core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php index 904178a14c64..5ab55dd0d2e6 100644 --- a/core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php +++ b/core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php @@ -19,7 +19,7 @@ class FormErrorHandlerFileUploadTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'file', 'field_ui', 'inline_form_errors']; + protected static $modules = ['node', 'file', 'field_ui', 'inline_form_errors']; /** * {@inheritdoc} diff --git a/core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditorTest.php b/core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditorTest.php index 6323e292476b..f00599dd3bb0 100644 --- a/core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditorTest.php +++ b/core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditorTest.php @@ -20,7 +20,7 @@ class FormErrorHandlerCKEditorTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'ckeditor', 'inline_form_errors', 'filter']; + protected static $modules = ['node', 'ckeditor', 'inline_form_errors', 'filter']; /** * {@inheritdoc} diff --git a/core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerQuickEditTest.php b/core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerQuickEditTest.php index f13de67e6c0c..b64ebf98cc16 100644 --- a/core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerQuickEditTest.php +++ b/core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerQuickEditTest.php @@ -17,7 +17,7 @@ class FormErrorHandlerQuickEditTest extends WebDriverTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'quickedit', 'node', 'inline_form_errors', diff --git a/core/modules/inline_form_errors/tests/src/Kernel/FormElementInlineErrorTest.php b/core/modules/inline_form_errors/tests/src/Kernel/FormElementInlineErrorTest.php index 4bf389e60fb3..8ce31a2fe978 100644 --- a/core/modules/inline_form_errors/tests/src/Kernel/FormElementInlineErrorTest.php +++ b/core/modules/inline_form_errors/tests/src/Kernel/FormElementInlineErrorTest.php @@ -15,7 +15,7 @@ class FormElementInlineErrorTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['inline_form_errors']; + protected static $modules = ['inline_form_errors']; /** * Tests that no inline form errors are shown when disabled for a form. diff --git a/core/modules/jsonapi/tests/src/Functional/ActionTest.php b/core/modules/jsonapi/tests/src/Functional/ActionTest.php index 724e08455b58..673b95df75a1 100644 --- a/core/modules/jsonapi/tests/src/Functional/ActionTest.php +++ b/core/modules/jsonapi/tests/src/Functional/ActionTest.php @@ -16,7 +16,7 @@ class ActionTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['user']; + protected static $modules = ['user']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/BaseFieldOverrideTest.php b/core/modules/jsonapi/tests/src/Functional/BaseFieldOverrideTest.php index 39bdd150cf7b..1b5ab2c8ba25 100644 --- a/core/modules/jsonapi/tests/src/Functional/BaseFieldOverrideTest.php +++ b/core/modules/jsonapi/tests/src/Functional/BaseFieldOverrideTest.php @@ -16,7 +16,7 @@ class BaseFieldOverrideTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['field', 'node']; + protected static $modules = ['field', 'node']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/BlockContentTest.php b/core/modules/jsonapi/tests/src/Functional/BlockContentTest.php index d5e51e7a8d92..e4a71d21affe 100644 --- a/core/modules/jsonapi/tests/src/Functional/BlockContentTest.php +++ b/core/modules/jsonapi/tests/src/Functional/BlockContentTest.php @@ -20,7 +20,7 @@ class BlockContentTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['block_content']; + protected static $modules = ['block_content']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/BlockContentTypeTest.php b/core/modules/jsonapi/tests/src/Functional/BlockContentTypeTest.php index 49268a986b93..feb408434493 100644 --- a/core/modules/jsonapi/tests/src/Functional/BlockContentTypeTest.php +++ b/core/modules/jsonapi/tests/src/Functional/BlockContentTypeTest.php @@ -15,7 +15,7 @@ class BlockContentTypeTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['block_content']; + protected static $modules = ['block_content']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/BlockTest.php b/core/modules/jsonapi/tests/src/Functional/BlockTest.php index 848dfa49f2e9..000c80d3a860 100644 --- a/core/modules/jsonapi/tests/src/Functional/BlockTest.php +++ b/core/modules/jsonapi/tests/src/Functional/BlockTest.php @@ -16,7 +16,7 @@ class BlockTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['block']; + protected static $modules = ['block']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/CommentTest.php b/core/modules/jsonapi/tests/src/Functional/CommentTest.php index 4fd1bb786e1e..085c0480c3e4 100644 --- a/core/modules/jsonapi/tests/src/Functional/CommentTest.php +++ b/core/modules/jsonapi/tests/src/Functional/CommentTest.php @@ -29,7 +29,7 @@ class CommentTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['comment', 'entity_test']; + protected static $modules = ['comment', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php b/core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php index fd8c73a99018..b9f6c52cdf6d 100644 --- a/core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php +++ b/core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php @@ -15,7 +15,7 @@ class CommentTypeTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'comment']; + protected static $modules = ['node', 'comment']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php b/core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php index 3c6c7bd530d8..badffed05953 100644 --- a/core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php +++ b/core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php @@ -15,7 +15,7 @@ class ConfigTestTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['config_test', 'config_test_rest']; + protected static $modules = ['config_test', 'config_test_rest']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php b/core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php index fd03d5334943..5c9097df54d3 100644 --- a/core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php +++ b/core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php @@ -19,7 +19,7 @@ class ConfigurableLanguageTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['language']; + protected static $modules = ['language']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/ContactFormTest.php b/core/modules/jsonapi/tests/src/Functional/ContactFormTest.php index 3153e1853c1f..72ff0707b5e2 100644 --- a/core/modules/jsonapi/tests/src/Functional/ContactFormTest.php +++ b/core/modules/jsonapi/tests/src/Functional/ContactFormTest.php @@ -15,7 +15,7 @@ class ContactFormTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['contact']; + protected static $modules = ['contact']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php b/core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php index 597bcbc794b4..babb74a4d480 100644 --- a/core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php +++ b/core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php @@ -18,7 +18,7 @@ class ContentLanguageSettingsTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['language', 'node']; + protected static $modules = ['language', 'node']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/DateFormatTest.php b/core/modules/jsonapi/tests/src/Functional/DateFormatTest.php index 18b388e9107c..a4d5aad169d3 100644 --- a/core/modules/jsonapi/tests/src/Functional/DateFormatTest.php +++ b/core/modules/jsonapi/tests/src/Functional/DateFormatTest.php @@ -15,7 +15,7 @@ class DateFormatTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = []; + protected static $modules = []; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/EditorTest.php b/core/modules/jsonapi/tests/src/Functional/EditorTest.php index 9b3c38052979..a56f2c20e568 100644 --- a/core/modules/jsonapi/tests/src/Functional/EditorTest.php +++ b/core/modules/jsonapi/tests/src/Functional/EditorTest.php @@ -18,7 +18,7 @@ class EditorTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['filter', 'editor', 'ckeditor']; + protected static $modules = ['filter', 'editor', 'ckeditor']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php b/core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php index 1f914fec0699..7ea9f58d4ff3 100644 --- a/core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php +++ b/core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php @@ -16,7 +16,7 @@ class EntityFormDisplayTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php b/core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php index 637c77ea8f9a..f0e0f9ae40bc 100644 --- a/core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php +++ b/core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php @@ -17,7 +17,7 @@ class EntityFormModeTest extends ResourceTestBase { * * @todo: Remove 'field_ui' when https://www.drupal.org/node/2867266. */ - public static $modules = ['user', 'field_ui']; + protected static $modules = ['user', 'field_ui']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php b/core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php index 82cea77007b5..703cc82794bc 100644 --- a/core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php +++ b/core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php @@ -16,7 +16,7 @@ class EntityTestMapFieldTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test']; + protected static $modules = ['entity_test']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/EntityTestTest.php b/core/modules/jsonapi/tests/src/Functional/EntityTestTest.php index e828100b3d64..da91b19811d4 100644 --- a/core/modules/jsonapi/tests/src/Functional/EntityTestTest.php +++ b/core/modules/jsonapi/tests/src/Functional/EntityTestTest.php @@ -18,7 +18,7 @@ class EntityTestTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test']; + protected static $modules = ['entity_test']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php b/core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php index 0026706d3f4e..163bc91165b3 100644 --- a/core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php +++ b/core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php @@ -16,7 +16,7 @@ class EntityViewDisplayTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/EntityViewModeTest.php b/core/modules/jsonapi/tests/src/Functional/EntityViewModeTest.php index 839b1fae68ac..d3e3cc824369 100644 --- a/core/modules/jsonapi/tests/src/Functional/EntityViewModeTest.php +++ b/core/modules/jsonapi/tests/src/Functional/EntityViewModeTest.php @@ -17,7 +17,7 @@ class EntityViewModeTest extends ResourceTestBase { * * @todo: Remove 'field_ui' when https://www.drupal.org/node/2867266. */ - public static $modules = ['user', 'field_ui']; + protected static $modules = ['user', 'field_ui']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/FeedTest.php b/core/modules/jsonapi/tests/src/Functional/FeedTest.php index 7944a95c604e..b93c2649852e 100644 --- a/core/modules/jsonapi/tests/src/Functional/FeedTest.php +++ b/core/modules/jsonapi/tests/src/Functional/FeedTest.php @@ -18,7 +18,7 @@ class FeedTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['aggregator']; + protected static $modules = ['aggregator']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php b/core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php index 25a3889f4573..a1cb1f002cf3 100644 --- a/core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php +++ b/core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php @@ -19,7 +19,7 @@ class FieldConfigTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['field', 'node']; + protected static $modules = ['field', 'node']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php b/core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php index 6e03be126154..6fd39952256f 100644 --- a/core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php +++ b/core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php @@ -15,7 +15,7 @@ class FieldStorageConfigTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/FileTest.php b/core/modules/jsonapi/tests/src/Functional/FileTest.php index 6ecb5c345dd7..aba91314559a 100644 --- a/core/modules/jsonapi/tests/src/Functional/FileTest.php +++ b/core/modules/jsonapi/tests/src/Functional/FileTest.php @@ -22,7 +22,7 @@ class FileTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['file', 'user']; + protected static $modules = ['file', 'user']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/FileUploadTest.php b/core/modules/jsonapi/tests/src/Functional/FileUploadTest.php index 426be6c3a8f5..aed6ebb791b2 100644 --- a/core/modules/jsonapi/tests/src/Functional/FileUploadTest.php +++ b/core/modules/jsonapi/tests/src/Functional/FileUploadTest.php @@ -25,7 +25,7 @@ class FileUploadTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test', 'file']; + protected static $modules = ['entity_test', 'file']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php b/core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php index c5b581d9ac71..5bdabd72bed3 100644 --- a/core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php +++ b/core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php @@ -15,7 +15,7 @@ class FilterFormatTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['filter']; + protected static $modules = ['filter']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php b/core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php index 47ec1ace8ccb..bce1a2fef9d3 100644 --- a/core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php +++ b/core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php @@ -15,7 +15,7 @@ class ImageStyleTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['image']; + protected static $modules = ['image']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/ItemTest.php b/core/modules/jsonapi/tests/src/Functional/ItemTest.php index 0d0cd2b2ad58..33bbf8b08020 100644 --- a/core/modules/jsonapi/tests/src/Functional/ItemTest.php +++ b/core/modules/jsonapi/tests/src/Functional/ItemTest.php @@ -15,7 +15,7 @@ class ItemTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['aggregator']; + protected static $modules = ['aggregator']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalMultilingualTest.php b/core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalMultilingualTest.php index ecb23ed667c4..a6ca2fbb150e 100644 --- a/core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalMultilingualTest.php +++ b/core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalMultilingualTest.php @@ -23,7 +23,7 @@ class JsonApiFunctionalMultilingualTest extends JsonApiFunctionalTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'language', 'content_translation', ]; diff --git a/core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTest.php b/core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTest.php index 37d2c457178c..93375cd1f7f0 100644 --- a/core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTest.php +++ b/core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTest.php @@ -19,7 +19,7 @@ class JsonApiFunctionalTest extends JsonApiFunctionalTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'basic_auth', ]; diff --git a/core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTestBase.php b/core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTestBase.php index f907ccfc4de9..a444a85185c6 100644 --- a/core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTestBase.php +++ b/core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTestBase.php @@ -33,7 +33,7 @@ abstract class JsonApiFunctionalTestBase extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'jsonapi', 'serialization', 'node', diff --git a/core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php b/core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php index 2aec3d96a567..7b4edccdcb12 100644 --- a/core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php +++ b/core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php @@ -39,7 +39,7 @@ class JsonApiRegressionTest extends JsonApiFunctionalTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'basic_auth', ]; diff --git a/core/modules/jsonapi/tests/src/Functional/MediaTest.php b/core/modules/jsonapi/tests/src/Functional/MediaTest.php index f604ca60924d..38911ea95ec0 100644 --- a/core/modules/jsonapi/tests/src/Functional/MediaTest.php +++ b/core/modules/jsonapi/tests/src/Functional/MediaTest.php @@ -22,7 +22,7 @@ class MediaTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['media']; + protected static $modules = ['media']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/MediaTypeTest.php b/core/modules/jsonapi/tests/src/Functional/MediaTypeTest.php index 8ae5e1bb78a5..1239bf7814af 100644 --- a/core/modules/jsonapi/tests/src/Functional/MediaTypeTest.php +++ b/core/modules/jsonapi/tests/src/Functional/MediaTypeTest.php @@ -15,7 +15,7 @@ class MediaTypeTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['media']; + protected static $modules = ['media']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php b/core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php index 847c49ff93d579ada017d090f8533f6fb5492dd2..633d29a500070b08f253f6c77a9cd095818ae3a2 100644 GIT binary patch delta 16 YcmccUaK&LmHPhs?OoE#`nNG+806?+^=>Px# delta 16 YcmccOaM58yHPhttLTsB`m@dcy06_8v^8f$< diff --git a/core/modules/jsonapi/tests/src/Functional/MenuTest.php b/core/modules/jsonapi/tests/src/Functional/MenuTest.php index 6a6d9946a347..3405d88b8aac 100644 --- a/core/modules/jsonapi/tests/src/Functional/MenuTest.php +++ b/core/modules/jsonapi/tests/src/Functional/MenuTest.php @@ -15,7 +15,7 @@ class MenuTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = []; + protected static $modules = []; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/MessageTest.php b/core/modules/jsonapi/tests/src/Functional/MessageTest.php index 5fcb72512bf9..045848862f3c 100644 --- a/core/modules/jsonapi/tests/src/Functional/MessageTest.php +++ b/core/modules/jsonapi/tests/src/Functional/MessageTest.php @@ -19,7 +19,7 @@ class MessageTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['contact']; + protected static $modules = ['contact']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/NodeTest.php b/core/modules/jsonapi/tests/src/Functional/NodeTest.php index 8493da6717af..7ae2d1d65013 100644 --- a/core/modules/jsonapi/tests/src/Functional/NodeTest.php +++ b/core/modules/jsonapi/tests/src/Functional/NodeTest.php @@ -26,7 +26,7 @@ class NodeTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'path']; + protected static $modules = ['node', 'path']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/NodeTypeTest.php b/core/modules/jsonapi/tests/src/Functional/NodeTypeTest.php index c7bc3e22230e..ecc8c5dd52db 100644 --- a/core/modules/jsonapi/tests/src/Functional/NodeTypeTest.php +++ b/core/modules/jsonapi/tests/src/Functional/NodeTypeTest.php @@ -15,7 +15,7 @@ class NodeTypeTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/PathAliasTest.php b/core/modules/jsonapi/tests/src/Functional/PathAliasTest.php index ce2e90465e7c..6e28be618625 100644 --- a/core/modules/jsonapi/tests/src/Functional/PathAliasTest.php +++ b/core/modules/jsonapi/tests/src/Functional/PathAliasTest.php @@ -16,7 +16,7 @@ class PathAliasTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['user']; + protected static $modules = ['user']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/RdfMappingTest.php b/core/modules/jsonapi/tests/src/Functional/RdfMappingTest.php index 0082d52a3f16..e9b2c40e0dc5 100644 --- a/core/modules/jsonapi/tests/src/Functional/RdfMappingTest.php +++ b/core/modules/jsonapi/tests/src/Functional/RdfMappingTest.php @@ -16,7 +16,7 @@ class RdfMappingTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'rdf']; + protected static $modules = ['node', 'rdf']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/ResponsiveImageStyleTest.php b/core/modules/jsonapi/tests/src/Functional/ResponsiveImageStyleTest.php index d70d4b75ec53..3775b2758bf1 100644 --- a/core/modules/jsonapi/tests/src/Functional/ResponsiveImageStyleTest.php +++ b/core/modules/jsonapi/tests/src/Functional/ResponsiveImageStyleTest.php @@ -15,7 +15,7 @@ class ResponsiveImageStyleTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['responsive_image']; + protected static $modules = ['responsive_image']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php b/core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php index eec12037d821..f9a501929bc6 100644 --- a/core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php +++ b/core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php @@ -22,7 +22,7 @@ class RestExportJsonApiUnsupported extends ViewTestBase { /** * {@inheritdoc} */ - public static $modules = ['jsonapi', 'rest_test_views', 'views_ui']; + protected static $modules = ['jsonapi', 'rest_test_views', 'views_ui']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php b/core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php index 73791753dad9..e1db4fe49e04 100644 --- a/core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php +++ b/core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php @@ -22,7 +22,7 @@ class RestJsonApiUnsupported extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['jsonapi', 'node']; + protected static $modules = ['jsonapi', 'node']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php b/core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php index b1de33b048f7..15364d0cd0e5 100644 --- a/core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php +++ b/core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php @@ -15,7 +15,7 @@ class RestResourceConfigTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['rest', 'dblog']; + protected static $modules = ['rest', 'dblog']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/RoleTest.php b/core/modules/jsonapi/tests/src/Functional/RoleTest.php index c3ad6e4608de..a540d46835fb 100644 --- a/core/modules/jsonapi/tests/src/Functional/RoleTest.php +++ b/core/modules/jsonapi/tests/src/Functional/RoleTest.php @@ -16,7 +16,7 @@ class RoleTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['user']; + protected static $modules = ['user']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/SearchPageTest.php b/core/modules/jsonapi/tests/src/Functional/SearchPageTest.php index ebf9275f0b7c..ddda93ba95df 100644 --- a/core/modules/jsonapi/tests/src/Functional/SearchPageTest.php +++ b/core/modules/jsonapi/tests/src/Functional/SearchPageTest.php @@ -15,7 +15,7 @@ class SearchPageTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'search']; + protected static $modules = ['node', 'search']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php b/core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php index a6bcce4ece2b..2bc2845d0078 100644 --- a/core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php +++ b/core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php @@ -15,7 +15,7 @@ class ShortcutSetTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['shortcut']; + protected static $modules = ['shortcut']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/ShortcutTest.php b/core/modules/jsonapi/tests/src/Functional/ShortcutTest.php index 925bef47382f..582a123890bc 100644 --- a/core/modules/jsonapi/tests/src/Functional/ShortcutTest.php +++ b/core/modules/jsonapi/tests/src/Functional/ShortcutTest.php @@ -23,7 +23,7 @@ class ShortcutTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['comment', 'shortcut']; + protected static $modules = ['comment', 'shortcut']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/TermTest.php b/core/modules/jsonapi/tests/src/Functional/TermTest.php index f5f20aeec250..2cae64dba6f4 100644 --- a/core/modules/jsonapi/tests/src/Functional/TermTest.php +++ b/core/modules/jsonapi/tests/src/Functional/TermTest.php @@ -24,7 +24,7 @@ class TermTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'path']; + protected static $modules = ['taxonomy', 'path']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/TourTest.php b/core/modules/jsonapi/tests/src/Functional/TourTest.php index 80b1ea8c3cdd..77c8b9e98be9 100644 --- a/core/modules/jsonapi/tests/src/Functional/TourTest.php +++ b/core/modules/jsonapi/tests/src/Functional/TourTest.php @@ -15,7 +15,7 @@ class TourTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['tour']; + protected static $modules = ['tour']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/UserTest.php b/core/modules/jsonapi/tests/src/Functional/UserTest.php index f4ce93f2aa91..6279dd90318a 100644 --- a/core/modules/jsonapi/tests/src/Functional/UserTest.php +++ b/core/modules/jsonapi/tests/src/Functional/UserTest.php @@ -22,7 +22,7 @@ class UserTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['user', 'jsonapi_test_user']; + protected static $modules = ['user', 'jsonapi_test_user']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/ViewTest.php b/core/modules/jsonapi/tests/src/Functional/ViewTest.php index 3817541f1fc6..053d453a872a 100644 --- a/core/modules/jsonapi/tests/src/Functional/ViewTest.php +++ b/core/modules/jsonapi/tests/src/Functional/ViewTest.php @@ -15,7 +15,7 @@ class ViewTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['views']; + protected static $modules = ['views']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/VocabularyTest.php b/core/modules/jsonapi/tests/src/Functional/VocabularyTest.php index a3e2a066cf7c..e500f3b8d7c0 100644 --- a/core/modules/jsonapi/tests/src/Functional/VocabularyTest.php +++ b/core/modules/jsonapi/tests/src/Functional/VocabularyTest.php @@ -15,7 +15,7 @@ class VocabularyTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy']; + protected static $modules = ['taxonomy']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Functional/WorkflowTest.php b/core/modules/jsonapi/tests/src/Functional/WorkflowTest.php index 50ffd46fb17a..49e81d7a39fc 100644 --- a/core/modules/jsonapi/tests/src/Functional/WorkflowTest.php +++ b/core/modules/jsonapi/tests/src/Functional/WorkflowTest.php @@ -15,7 +15,7 @@ class WorkflowTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['workflows', 'workflow_type_test']; + protected static $modules = ['workflows', 'workflow_type_test']; /** * {@inheritdoc} diff --git a/core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php b/core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php index b0cb06315630..3c6350b2ae75 100644 --- a/core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php +++ b/core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php @@ -16,7 +16,7 @@ */ class FieldResolverTest extends JsonapiKernelTestBase { - public static $modules = [ + protected static $modules = [ 'entity_test', 'jsonapi_test_field_aliasing', 'jsonapi_test_field_filter_access', diff --git a/core/modules/jsonapi/tests/src/Kernel/Controller/EntityResourceTest.php b/core/modules/jsonapi/tests/src/Kernel/Controller/EntityResourceTest.php index 409ed8627ff4..e583518f7623 100644 --- a/core/modules/jsonapi/tests/src/Kernel/Controller/EntityResourceTest.php +++ b/core/modules/jsonapi/tests/src/Kernel/Controller/EntityResourceTest.php @@ -38,7 +38,7 @@ class EntityResourceTest extends JsonapiKernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'field', 'jsonapi', diff --git a/core/modules/jsonapi/tests/src/Kernel/JsonapiKernelTestBase.php b/core/modules/jsonapi/tests/src/Kernel/JsonapiKernelTestBase.php index e53c43dc03d1..b0734b9e7441 100644 --- a/core/modules/jsonapi/tests/src/Kernel/JsonapiKernelTestBase.php +++ b/core/modules/jsonapi/tests/src/Kernel/JsonapiKernelTestBase.php @@ -16,7 +16,7 @@ abstract class JsonapiKernelTestBase extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['jsonapi']; + protected static $modules = ['jsonapi']; /** * Creates a field of an entity reference field storage on the bundle. diff --git a/core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php b/core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php index 32dd9ec338a7..2cb4fb43852b 100644 --- a/core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php +++ b/core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php @@ -41,7 +41,7 @@ class JsonApiDocumentTopLevelNormalizerTest extends JsonapiKernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'jsonapi', 'field', 'node', diff --git a/core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php b/core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php index 9d5a61fa8f69..ad40b8fc9855 100644 --- a/core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php +++ b/core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php @@ -28,7 +28,7 @@ class RelationshipNormalizerTest extends JsonapiKernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'field', 'file', 'image', diff --git a/core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php b/core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php index fdbd9858588a..51f1a728af12 100644 --- a/core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php +++ b/core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @@ -27,7 +27,7 @@ class FilterTest extends JsonapiKernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'field', 'file', 'image', diff --git a/core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php b/core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php index 9299f06cb4b2..3777200d3d3e 100644 --- a/core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php +++ b/core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php @@ -17,7 +17,7 @@ class RelatedResourceTypesTest extends JsonapiKernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'jsonapi', 'serialization', diff --git a/core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php b/core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php index 09a30a441994..d4461fe9c956 100644 --- a/core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php +++ b/core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php @@ -18,7 +18,7 @@ class ResourceTypeRepositoryTest extends JsonapiKernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'field', 'node', 'serialization', diff --git a/core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php b/core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php index c05d690bee46..9614d2147c7d 100644 --- a/core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php +++ b/core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php @@ -57,7 +57,7 @@ class VersionNegotiatorTest extends JsonapiKernelTestBase { */ protected $node2; - public static $modules = [ + protected static $modules = [ 'node', 'field', 'jsonapi', diff --git a/core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php b/core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php index 8e72e3b32351..3970bb0dd82c 100644 --- a/core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php +++ b/core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php @@ -24,7 +24,7 @@ class SerializerTest extends JsonapiKernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'serialization', 'system', 'node', diff --git a/core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php b/core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php index e4da5a91e725..621910a205cf 100644 --- a/core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php +++ b/core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php @@ -12,7 +12,7 @@ */ class AdminPathEntityConverterLanguageTest extends BrowserTestBase { - public static $modules = ['language', 'language_test']; + protected static $modules = ['language', 'language_test']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php b/core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php index dec9bb9c65d5..f18b13f6c5be 100644 --- a/core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php +++ b/core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php @@ -24,7 +24,7 @@ class ConfigurableLanguageManagerTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'language', 'content_translation', 'node', diff --git a/core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php b/core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php index ec072b29f519..b8f4173c7133 100644 --- a/core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php +++ b/core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php @@ -19,7 +19,7 @@ class EntityTypeWithoutLanguageFormTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'language', 'language_test', ]; diff --git a/core/modules/language/tests/src/Functional/Hal/ConfigurableLanguageHalJsonAnonTest.php b/core/modules/language/tests/src/Functional/Hal/ConfigurableLanguageHalJsonAnonTest.php index f2759d93f8fb..06a98c756120 100644 --- a/core/modules/language/tests/src/Functional/Hal/ConfigurableLanguageHalJsonAnonTest.php +++ b/core/modules/language/tests/src/Functional/Hal/ConfigurableLanguageHalJsonAnonTest.php @@ -15,7 +15,7 @@ class ConfigurableLanguageHalJsonAnonTest extends ConfigurableLanguageResourceTe /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/Hal/ConfigurableLanguageHalJsonBasicAuthTest.php b/core/modules/language/tests/src/Functional/Hal/ConfigurableLanguageHalJsonBasicAuthTest.php index f0803aa55390..20c3d75d7707 100644 --- a/core/modules/language/tests/src/Functional/Hal/ConfigurableLanguageHalJsonBasicAuthTest.php +++ b/core/modules/language/tests/src/Functional/Hal/ConfigurableLanguageHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class ConfigurableLanguageHalJsonBasicAuthTest extends ConfigurableLanguageResou /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/Hal/ConfigurableLanguageHalJsonCookieTest.php b/core/modules/language/tests/src/Functional/Hal/ConfigurableLanguageHalJsonCookieTest.php index 68fe2bf4524d..6af58e060b0c 100644 --- a/core/modules/language/tests/src/Functional/Hal/ConfigurableLanguageHalJsonCookieTest.php +++ b/core/modules/language/tests/src/Functional/Hal/ConfigurableLanguageHalJsonCookieTest.php @@ -15,7 +15,7 @@ class ConfigurableLanguageHalJsonCookieTest extends ConfigurableLanguageResource /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonAnonTest.php b/core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonAnonTest.php index 88bf96eb1d20..8202050df780 100644 --- a/core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonAnonTest.php +++ b/core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonAnonTest.php @@ -15,7 +15,7 @@ class ContentLanguageSettingsHalJsonAnonTest extends ContentLanguageSettingsReso /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonBasicAuthTest.php b/core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonBasicAuthTest.php index ec6f172a597f..f59e1b8442e9 100644 --- a/core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonBasicAuthTest.php +++ b/core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class ContentLanguageSettingsHalJsonBasicAuthTest extends ContentLanguageSetting /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonCookieTest.php b/core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonCookieTest.php index e9ed29cf3549..5a14838d78d8 100644 --- a/core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonCookieTest.php +++ b/core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonCookieTest.php @@ -15,7 +15,7 @@ class ContentLanguageSettingsHalJsonCookieTest extends ContentLanguageSettingsRe /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/LanguageBlockSettingsVisibilityTest.php b/core/modules/language/tests/src/Functional/LanguageBlockSettingsVisibilityTest.php index 1511bf1f1491..81baf61126d7 100644 --- a/core/modules/language/tests/src/Functional/LanguageBlockSettingsVisibilityTest.php +++ b/core/modules/language/tests/src/Functional/LanguageBlockSettingsVisibilityTest.php @@ -11,7 +11,7 @@ */ class LanguageBlockSettingsVisibilityTest extends BrowserTestBase { - public static $modules = ['block', 'language']; + protected static $modules = ['block', 'language']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/LanguageBreadcrumbTest.php b/core/modules/language/tests/src/Functional/LanguageBreadcrumbTest.php index 5ef474dad993..64028cf28c95 100644 --- a/core/modules/language/tests/src/Functional/LanguageBreadcrumbTest.php +++ b/core/modules/language/tests/src/Functional/LanguageBreadcrumbTest.php @@ -17,7 +17,7 @@ class LanguageBreadcrumbTest extends BrowserTestBase { * * @var array */ - public static $modules = ['language', 'block', 'filter']; + protected static $modules = ['language', 'block', 'filter']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php b/core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php index b053f845d957..06d76892b69f 100644 --- a/core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php +++ b/core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php @@ -17,7 +17,7 @@ class LanguageBrowserDetectionAcceptLanguageTest extends BrowserTestBase { * * @var array */ - public static $modules = ['language', 'locale', 'content_translation', 'system_test']; + protected static $modules = ['language', 'locale', 'content_translation', 'system_test']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/LanguageBrowserDetectionTest.php b/core/modules/language/tests/src/Functional/LanguageBrowserDetectionTest.php index 6c76a021112e..3d27415e1f0b 100644 --- a/core/modules/language/tests/src/Functional/LanguageBrowserDetectionTest.php +++ b/core/modules/language/tests/src/Functional/LanguageBrowserDetectionTest.php @@ -12,7 +12,7 @@ */ class LanguageBrowserDetectionTest extends BrowserTestBase { - public static $modules = ['language']; + protected static $modules = ['language']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php b/core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php index 03f3df28b518..aade6159a269 100644 --- a/core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php +++ b/core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php @@ -17,7 +17,7 @@ class LanguageConfigOverrideImportTest extends BrowserTestBase { * * @var array */ - public static $modules = ['language', 'config', 'locale', 'config_translation']; + protected static $modules = ['language', 'config', 'locale', 'config_translation']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/LanguageConfigSchemaTest.php b/core/modules/language/tests/src/Functional/LanguageConfigSchemaTest.php index 828d176f33b0..a1e63570fac9 100644 --- a/core/modules/language/tests/src/Functional/LanguageConfigSchemaTest.php +++ b/core/modules/language/tests/src/Functional/LanguageConfigSchemaTest.php @@ -19,7 +19,7 @@ class LanguageConfigSchemaTest extends BrowserTestBase { * * @var array */ - public static $modules = ['language', 'menu_link_content']; + protected static $modules = ['language', 'menu_link_content']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php b/core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php index 13cacefa2324..38a12396d57d 100644 --- a/core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php +++ b/core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php @@ -20,7 +20,7 @@ class LanguageConfigurationElementTest extends BrowserTestBase { * * @var array */ - public static $modules = ['taxonomy', 'node', 'language', 'language_elements_test', 'field_ui']; + protected static $modules = ['taxonomy', 'node', 'language', 'language_elements_test', 'field_ui']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/LanguageConfigurationTest.php b/core/modules/language/tests/src/Functional/LanguageConfigurationTest.php index 06f4cee3ba71..91e892ebe7db 100644 --- a/core/modules/language/tests/src/Functional/LanguageConfigurationTest.php +++ b/core/modules/language/tests/src/Functional/LanguageConfigurationTest.php @@ -20,7 +20,7 @@ class LanguageConfigurationTest extends BrowserTestBase { * * @var array */ - public static $modules = ['language']; + protected static $modules = ['language']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/LanguageCustomLanguageConfigurationTest.php b/core/modules/language/tests/src/Functional/LanguageCustomLanguageConfigurationTest.php index 52bbde11725c..03dad5c2335a 100644 --- a/core/modules/language/tests/src/Functional/LanguageCustomLanguageConfigurationTest.php +++ b/core/modules/language/tests/src/Functional/LanguageCustomLanguageConfigurationTest.php @@ -19,7 +19,7 @@ class LanguageCustomLanguageConfigurationTest extends BrowserTestBase { * * @var array */ - public static $modules = ['language']; + protected static $modules = ['language']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/LanguageEntityFieldAccessHookTest.php b/core/modules/language/tests/src/Functional/LanguageEntityFieldAccessHookTest.php index fac20719d118..09c3728678bf 100644 --- a/core/modules/language/tests/src/Functional/LanguageEntityFieldAccessHookTest.php +++ b/core/modules/language/tests/src/Functional/LanguageEntityFieldAccessHookTest.php @@ -16,7 +16,7 @@ class LanguageEntityFieldAccessHookTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'node', 'text', 'field', diff --git a/core/modules/language/tests/src/Functional/LanguageListModuleInstallTest.php b/core/modules/language/tests/src/Functional/LanguageListModuleInstallTest.php index e63c31726c39..efd8db5c8caf 100644 --- a/core/modules/language/tests/src/Functional/LanguageListModuleInstallTest.php +++ b/core/modules/language/tests/src/Functional/LanguageListModuleInstallTest.php @@ -17,7 +17,7 @@ class LanguageListModuleInstallTest extends BrowserTestBase { * * @var array */ - public static $modules = ['language_test']; + protected static $modules = ['language_test']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/LanguageListTest.php b/core/modules/language/tests/src/Functional/LanguageListTest.php index 45ec251ba246..ebd2fae80f8e 100644 --- a/core/modules/language/tests/src/Functional/LanguageListTest.php +++ b/core/modules/language/tests/src/Functional/LanguageListTest.php @@ -20,7 +20,7 @@ class LanguageListTest extends BrowserTestBase { * * @var array */ - public static $modules = ['language']; + protected static $modules = ['language']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/LanguageLocaleListTest.php b/core/modules/language/tests/src/Functional/LanguageLocaleListTest.php index 6d2979519b92..0fe4c1f6ae39 100644 --- a/core/modules/language/tests/src/Functional/LanguageLocaleListTest.php +++ b/core/modules/language/tests/src/Functional/LanguageLocaleListTest.php @@ -17,7 +17,7 @@ class LanguageLocaleListTest extends BrowserTestBase { * * @var array */ - public static $modules = ['language', 'locale']; + protected static $modules = ['language', 'locale']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php b/core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php index 8d7b683c3cd1..a46d9cdf827b 100644 --- a/core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php +++ b/core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php @@ -25,7 +25,7 @@ class LanguageNegotiationContentEntityTest extends BrowserTestBase { * * @var array */ - public static $modules = ['language', 'language_test', 'entity_test', 'system']; + protected static $modules = ['language', 'language_test', 'entity_test', 'system']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/LanguageNegotiationInfoTest.php b/core/modules/language/tests/src/Functional/LanguageNegotiationInfoTest.php index 0d92a96a75e9..d7cb1c970556 100644 --- a/core/modules/language/tests/src/Functional/LanguageNegotiationInfoTest.php +++ b/core/modules/language/tests/src/Functional/LanguageNegotiationInfoTest.php @@ -19,7 +19,7 @@ class LanguageNegotiationInfoTest extends BrowserTestBase { * * @var array */ - public static $modules = ['language', 'content_translation']; + protected static $modules = ['language', 'content_translation']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php b/core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php index 80219bd9effa..8cf44e0de8be 100644 --- a/core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php +++ b/core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php @@ -16,7 +16,7 @@ class LanguageNegotiationUrlTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'language', 'node', 'path', diff --git a/core/modules/language/tests/src/Functional/LanguagePathMonolingualTest.php b/core/modules/language/tests/src/Functional/LanguagePathMonolingualTest.php index 20dcf476a33e..da5f1aefa7c0 100644 --- a/core/modules/language/tests/src/Functional/LanguagePathMonolingualTest.php +++ b/core/modules/language/tests/src/Functional/LanguagePathMonolingualTest.php @@ -16,7 +16,7 @@ class LanguagePathMonolingualTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'language', 'path']; + protected static $modules = ['block', 'language', 'path']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php b/core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php index bec094dca173..c58d13544152 100644 --- a/core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php +++ b/core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php @@ -16,7 +16,7 @@ class LanguageSelectorTranslatableTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'language', 'content_translation', 'node', diff --git a/core/modules/language/tests/src/Functional/LanguageSwitchingTest.php b/core/modules/language/tests/src/Functional/LanguageSwitchingTest.php index a5435b6c2d34..bf615efcedc6 100644 --- a/core/modules/language/tests/src/Functional/LanguageSwitchingTest.php +++ b/core/modules/language/tests/src/Functional/LanguageSwitchingTest.php @@ -20,7 +20,7 @@ class LanguageSwitchingTest extends BrowserTestBase { * * @var array */ - public static $modules = ['locale', 'locale_test', 'language', 'block', 'language_test', 'menu_ui']; + protected static $modules = ['locale', 'locale_test', 'language', 'block', 'language_test', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/LanguageTourTest.php b/core/modules/language/tests/src/Functional/LanguageTourTest.php index 2ec3ac78e9c9..07bcebb20738 100644 --- a/core/modules/language/tests/src/Functional/LanguageTourTest.php +++ b/core/modules/language/tests/src/Functional/LanguageTourTest.php @@ -23,7 +23,7 @@ class LanguageTourTest extends TourTestBase { * * @var array */ - public static $modules = ['block', 'language', 'tour']; + protected static $modules = ['block', 'language', 'tour']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php b/core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php index 65022a1b767c..1d13185b9890 100644 --- a/core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php +++ b/core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php @@ -58,7 +58,7 @@ class LanguageUILanguageNegotiationTest extends BrowserTestBase { * * @var array */ - public static $modules = ['locale', 'language_test', 'block', 'user', 'content_translation']; + protected static $modules = ['locale', 'language_test', 'block', 'user', 'content_translation']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/LanguageUrlRewritingTest.php b/core/modules/language/tests/src/Functional/LanguageUrlRewritingTest.php index b345a15024e0..ba747fd95195 100644 --- a/core/modules/language/tests/src/Functional/LanguageUrlRewritingTest.php +++ b/core/modules/language/tests/src/Functional/LanguageUrlRewritingTest.php @@ -21,7 +21,7 @@ class LanguageUrlRewritingTest extends BrowserTestBase { * * @var array */ - public static $modules = ['language', 'language_test']; + protected static $modules = ['language', 'language_test']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonBasicAuthTest.php b/core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonBasicAuthTest.php index e61892a299bf..a1ab65cee122 100644 --- a/core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonBasicAuthTest.php +++ b/core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class ConfigurableLanguageJsonBasicAuthTest extends ConfigurableLanguageResource /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php b/core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php index 2638d38c8acf..bae7788d4bda 100644 --- a/core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php +++ b/core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php @@ -12,7 +12,7 @@ abstract class ConfigurableLanguageResourceTestBase extends EntityResourceTestBa /** * {@inheritdoc} */ - public static $modules = ['language']; + protected static $modules = ['language']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php b/core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php index 7aff2d00fbb3..be564187f242 100644 --- a/core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php +++ b/core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class ConfigurableLanguageXmlBasicAuthTest extends ConfigurableLanguageResourceT /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php b/core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php index d68559fcd009..a95ec1c4e931 100644 --- a/core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php +++ b/core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class ContentLanguageSettingsJsonBasicAuthTest extends ContentLanguageSettingsRe /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php b/core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php index 62834843684b..79425367cda7 100644 --- a/core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php +++ b/core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php @@ -11,7 +11,7 @@ abstract class ContentLanguageSettingsResourceTestBase extends EntityResourceTes /** * {@inheritdoc} */ - public static $modules = ['language', 'node']; + protected static $modules = ['language', 'node']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlBasicAuthTest.php b/core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlBasicAuthTest.php index 1d1fad462c91..e44f60bf41bb 100644 --- a/core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlBasicAuthTest.php +++ b/core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class ContentLanguageSettingsXmlBasicAuthTest extends ContentLanguageSettingsRes /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php b/core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php index f640c1e3a898..8de07c20c5fe 100644 --- a/core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php +++ b/core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php @@ -32,7 +32,7 @@ class LanguageConditionTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'language']; + protected static $modules = ['system', 'language']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/language/tests/src/Kernel/ConfigurableLanguageManagerTest.php b/core/modules/language/tests/src/Kernel/ConfigurableLanguageManagerTest.php index 90f224ff9ef0..848d15edb8b9 100644 --- a/core/modules/language/tests/src/Kernel/ConfigurableLanguageManagerTest.php +++ b/core/modules/language/tests/src/Kernel/ConfigurableLanguageManagerTest.php @@ -16,7 +16,7 @@ class ConfigurableLanguageManagerTest extends LanguageTestBase { /** * {@inheritdoc} */ - public static $modules = ['user']; + protected static $modules = ['user']; /** * The language negotiator. diff --git a/core/modules/language/tests/src/Kernel/ConfigurableLanguageTest.php b/core/modules/language/tests/src/Kernel/ConfigurableLanguageTest.php index 00af14cbd373..1a717ddeb751 100644 --- a/core/modules/language/tests/src/Kernel/ConfigurableLanguageTest.php +++ b/core/modules/language/tests/src/Kernel/ConfigurableLanguageTest.php @@ -18,7 +18,7 @@ class ConfigurableLanguageTest extends KernelTestBase { * * @var array */ - public static $modules = ['language']; + protected static $modules = ['language']; /** * Tests configurable language name methods. diff --git a/core/modules/language/tests/src/Kernel/EntityDefaultLanguageTest.php b/core/modules/language/tests/src/Kernel/EntityDefaultLanguageTest.php index 27eccdc32372..045cd6d8829f 100644 --- a/core/modules/language/tests/src/Kernel/EntityDefaultLanguageTest.php +++ b/core/modules/language/tests/src/Kernel/EntityDefaultLanguageTest.php @@ -18,7 +18,7 @@ class EntityDefaultLanguageTest extends KernelTestBase { * * @var array */ - public static $modules = ['language', 'node', 'field', 'text', 'user', 'system']; + protected static $modules = ['language', 'node', 'field', 'text', 'user', 'system']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php b/core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php index 7dca23af2bbb..d38e2b36f5b6 100644 --- a/core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php +++ b/core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php @@ -22,7 +22,7 @@ class EntityUrlLanguageTest extends LanguageTestBase { * * @var array */ - public static $modules = ['entity_test', 'user']; + protected static $modules = ['entity_test', 'user']; /** * The entity being used for testing. diff --git a/core/modules/language/tests/src/Kernel/LanguageConfigFactoryOverrideTest.php b/core/modules/language/tests/src/Kernel/LanguageConfigFactoryOverrideTest.php index 3082697b0427..722fcbc8addc 100644 --- a/core/modules/language/tests/src/Kernel/LanguageConfigFactoryOverrideTest.php +++ b/core/modules/language/tests/src/Kernel/LanguageConfigFactoryOverrideTest.php @@ -17,7 +17,7 @@ class LanguageConfigFactoryOverrideTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'language']; + protected static $modules = ['system', 'language']; /** * Tests language.config_factory_override service has the default language. diff --git a/core/modules/language/tests/src/Kernel/LanguageConfigOverrideInstallTest.php b/core/modules/language/tests/src/Kernel/LanguageConfigOverrideInstallTest.php index 7d505baf78fb..2b12b549454c 100644 --- a/core/modules/language/tests/src/Kernel/LanguageConfigOverrideInstallTest.php +++ b/core/modules/language/tests/src/Kernel/LanguageConfigOverrideInstallTest.php @@ -17,7 +17,7 @@ class LanguageConfigOverrideInstallTest extends KernelTestBase { * * @var array */ - public static $modules = ['language', 'config_events_test']; + protected static $modules = ['language', 'config_events_test']; /** * Tests the configuration events are not fired during install of overrides. diff --git a/core/modules/language/tests/src/Kernel/LanguageTestBase.php b/core/modules/language/tests/src/Kernel/LanguageTestBase.php index f4dcbd2f9df3..458eeaec53a2 100644 --- a/core/modules/language/tests/src/Kernel/LanguageTestBase.php +++ b/core/modules/language/tests/src/Kernel/LanguageTestBase.php @@ -9,7 +9,7 @@ */ abstract class LanguageTestBase extends KernelTestBase { - public static $modules = ['system', 'language', 'language_test']; + protected static $modules = ['system', 'language', 'language_test']; /** * The language manager. * diff --git a/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateDefaultLanguageTest.php b/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateDefaultLanguageTest.php index 16f723dfc5b1..3272b5f7f84e 100644 --- a/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateDefaultLanguageTest.php +++ b/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateDefaultLanguageTest.php @@ -16,7 +16,7 @@ class MigrateDefaultLanguageTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['language']; + protected static $modules = ['language']; /** * Tests language_default migration with an existing language. diff --git a/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentCommentSettingsTest.php b/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentCommentSettingsTest.php index 5ceb8fd515f9..0bddd96ae00c 100644 --- a/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentCommentSettingsTest.php +++ b/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentCommentSettingsTest.php @@ -15,7 +15,7 @@ class MigrateLanguageContentCommentSettingsTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'comment', 'language', 'content_translation', diff --git a/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentMenuSettingsTest.php b/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentMenuSettingsTest.php index 37a54bbe42dc..f30642b4d01f 100644 --- a/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentMenuSettingsTest.php +++ b/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentMenuSettingsTest.php @@ -17,7 +17,7 @@ class MigrateLanguageContentMenuSettingsTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'language', 'content_translation', 'menu_link_content', diff --git a/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentSettingsTest.php b/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentSettingsTest.php index 73f50c2246ba..9c5f70772691 100644 --- a/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentSettingsTest.php +++ b/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentSettingsTest.php @@ -16,7 +16,7 @@ class MigrateLanguageContentSettingsTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'text', 'language', 'content_translation', 'menu_ui']; + protected static $modules = ['node', 'text', 'language', 'content_translation', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentTaxonomyVocabularySettingsTest.php b/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentTaxonomyVocabularySettingsTest.php index 17e97f451b6c..b7df98402bb3 100644 --- a/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentTaxonomyVocabularySettingsTest.php +++ b/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentTaxonomyVocabularySettingsTest.php @@ -16,7 +16,7 @@ class MigrateLanguageContentTaxonomyVocabularySettingsTest extends MigrateDrupal /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'language', 'content_translation', 'taxonomy', diff --git a/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageNegotiationSettingsTest.php b/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageNegotiationSettingsTest.php index 96bc4a0d8cff..1ad87bda7bbe 100644 --- a/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageNegotiationSettingsTest.php +++ b/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageNegotiationSettingsTest.php @@ -15,7 +15,7 @@ class MigrateLanguageNegotiationSettingsTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['language']; + protected static $modules = ['language']; /** * Tests the migration with LANGUAGE_NEGOTIATION_PATH_DEFAULT. diff --git a/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageTest.php b/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageTest.php index 72d7ab8df388..cf753c4db98c 100644 --- a/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageTest.php +++ b/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageTest.php @@ -14,7 +14,7 @@ class MigrateLanguageTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['language']; + protected static $modules = ['language']; /** * Asserts various properties of a configurable language entity. diff --git a/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateDefaultLanguageTest.php b/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateDefaultLanguageTest.php index 9a1998b7c06b..7c5c1a973358 100644 --- a/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateDefaultLanguageTest.php +++ b/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateDefaultLanguageTest.php @@ -16,7 +16,7 @@ class MigrateDefaultLanguageTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['language']; + protected static $modules = ['language']; /** * Tests language_default migration with a non-existing language. diff --git a/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsNoEntityTranslationTest.php b/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsNoEntityTranslationTest.php index 64af3c661647..44907518c405 100644 --- a/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsNoEntityTranslationTest.php +++ b/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsNoEntityTranslationTest.php @@ -18,7 +18,7 @@ class MigrateLanguageContentCommentSettingsNoEntityTranslationTest extends Migra /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'comment', 'content_translation', 'language', diff --git a/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsTest.php b/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsTest.php index 416e2ce0c836..216283b91621 100644 --- a/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsTest.php +++ b/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsTest.php @@ -15,7 +15,7 @@ class MigrateLanguageContentCommentSettingsTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'comment', 'content_translation', 'language', diff --git a/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentMenuSettingsTest.php b/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentMenuSettingsTest.php index 74cd7b6af57d..ae510b3197a3 100644 --- a/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentMenuSettingsTest.php +++ b/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentMenuSettingsTest.php @@ -16,7 +16,7 @@ class MigrateLanguageContentMenuSettingsTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_translation', 'language', 'menu_link_content', diff --git a/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentSettingsTest.php b/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentSettingsTest.php index 63845ac5fe56..7264f27c98b5 100644 --- a/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentSettingsTest.php +++ b/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentSettingsTest.php @@ -16,7 +16,7 @@ class MigrateLanguageContentSettingsTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'text', 'language', 'content_translation', 'menu_ui']; + protected static $modules = ['node', 'text', 'language', 'content_translation', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentTaxonomyVocabularySettingsTest.php b/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentTaxonomyVocabularySettingsTest.php index 1574eed4b674..591cb5d9f0e0 100644 --- a/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentTaxonomyVocabularySettingsTest.php +++ b/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentTaxonomyVocabularySettingsTest.php @@ -16,7 +16,7 @@ class MigrateLanguageContentTaxonomyVocabularySettingsTest extends MigrateDrupal /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'language', 'content_translation', 'taxonomy', diff --git a/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php b/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php index 5ce0fc529435..446358d0d65d 100644 --- a/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php +++ b/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php @@ -15,7 +15,7 @@ class MigrateLanguageNegotiationSettingsTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['language']; + protected static $modules = ['language']; /** * Tests migration of language types variables to language.types.yml. diff --git a/core/modules/language/tests/src/Kernel/Plugin/migrate/source/LanguageTest.php b/core/modules/language/tests/src/Kernel/Plugin/migrate/source/LanguageTest.php index 6aa318eb416b..d04b57af5b95 100644 --- a/core/modules/language/tests/src/Kernel/Plugin/migrate/source/LanguageTest.php +++ b/core/modules/language/tests/src/Kernel/Plugin/migrate/source/LanguageTest.php @@ -15,7 +15,7 @@ class LanguageTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['language', 'migrate_drupal']; + protected static $modules = ['language', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentSettingsTest.php b/core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentSettingsTest.php index a4c7534e5ffe..f4fa2dacce00 100644 --- a/core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentSettingsTest.php +++ b/core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentSettingsTest.php @@ -16,7 +16,7 @@ class LanguageContentSettingsTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['language', 'migrate_drupal']; + protected static $modules = ['language', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentTaxonomyVocabularySettingsTest.php b/core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentTaxonomyVocabularySettingsTest.php index c709859f764e..42d54a21677c 100644 --- a/core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentTaxonomyVocabularySettingsTest.php +++ b/core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentTaxonomyVocabularySettingsTest.php @@ -16,7 +16,7 @@ class LanguageContentTaxonomyVocabularySettingsTest extends MigrateSqlSourceTest /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'language', 'migrate_drupal']; + protected static $modules = ['taxonomy', 'language', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentMenuSettingsTest.php b/core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentMenuSettingsTest.php index 479b6a5066e7..806239e8a21e 100644 --- a/core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentMenuSettingsTest.php +++ b/core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentMenuSettingsTest.php @@ -16,7 +16,7 @@ class LanguageContentMenuSettingsTest extends MenuTest { /** * {@inheritdoc} */ - public static $modules = ['menu_link_content', 'language', 'migrate_drupal']; + protected static $modules = ['menu_link_content', 'language', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentSettingsTest.php b/core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentSettingsTest.php index 39d645081770..3fc1df57c334 100644 --- a/core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentSettingsTest.php +++ b/core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentSettingsTest.php @@ -16,7 +16,7 @@ class LanguageContentSettingsTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['language', 'migrate_drupal']; + protected static $modules = ['language', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentTaxonomyVocabularySettingsTest.php b/core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentTaxonomyVocabularySettingsTest.php index 39762b59e01c..c681cd1082a5 100644 --- a/core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentTaxonomyVocabularySettingsTest.php +++ b/core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentTaxonomyVocabularySettingsTest.php @@ -16,7 +16,7 @@ class LanguageContentTaxonomyVocabularySettingsTest extends VocabularyTest { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'language', 'migrate_drupal']; + protected static $modules = ['taxonomy', 'language', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/language/tests/src/Kernel/Views/LanguageTestBase.php b/core/modules/language/tests/src/Kernel/Views/LanguageTestBase.php index cab6fc84e0bd..fc4cabf1ba82 100644 --- a/core/modules/language/tests/src/Kernel/Views/LanguageTestBase.php +++ b/core/modules/language/tests/src/Kernel/Views/LanguageTestBase.php @@ -15,7 +15,7 @@ abstract class LanguageTestBase extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['system', 'language']; + protected static $modules = ['system', 'language']; protected function setUp($import_test_views = TRUE) { parent::setUp(); diff --git a/core/modules/layout_builder/tests/src/Functional/Hal/LayoutBuilderEntityViewDisplayHalJsonAnonTest.php b/core/modules/layout_builder/tests/src/Functional/Hal/LayoutBuilderEntityViewDisplayHalJsonAnonTest.php index 73da4c9b11f0..95c66ddb09d8 100644 --- a/core/modules/layout_builder/tests/src/Functional/Hal/LayoutBuilderEntityViewDisplayHalJsonAnonTest.php +++ b/core/modules/layout_builder/tests/src/Functional/Hal/LayoutBuilderEntityViewDisplayHalJsonAnonTest.php @@ -16,7 +16,7 @@ class LayoutBuilderEntityViewDisplayHalJsonAnonTest extends LayoutBuilderEntityV /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/layout_builder/tests/src/Functional/Hal/LayoutBuilderEntityViewDisplayHalJsonBasicAuthTest.php b/core/modules/layout_builder/tests/src/Functional/Hal/LayoutBuilderEntityViewDisplayHalJsonBasicAuthTest.php index e008e042bd10..6721bfaa0254 100644 --- a/core/modules/layout_builder/tests/src/Functional/Hal/LayoutBuilderEntityViewDisplayHalJsonBasicAuthTest.php +++ b/core/modules/layout_builder/tests/src/Functional/Hal/LayoutBuilderEntityViewDisplayHalJsonBasicAuthTest.php @@ -16,7 +16,7 @@ class LayoutBuilderEntityViewDisplayHalJsonBasicAuthTest extends EntityViewDispl /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/layout_builder/tests/src/Functional/Jsonapi/LayoutBuilderEntityViewDisplayTest.php b/core/modules/layout_builder/tests/src/Functional/Jsonapi/LayoutBuilderEntityViewDisplayTest.php index 628a014483fb..e5f91a4aca8f 100644 --- a/core/modules/layout_builder/tests/src/Functional/Jsonapi/LayoutBuilderEntityViewDisplayTest.php +++ b/core/modules/layout_builder/tests/src/Functional/Jsonapi/LayoutBuilderEntityViewDisplayTest.php @@ -16,7 +16,7 @@ class LayoutBuilderEntityViewDisplayTest extends EntityViewDisplayTest { /** * {@inheritdoc} */ - public static $modules = ['layout_builder']; + protected static $modules = ['layout_builder']; /** * {@inheritdoc} diff --git a/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php b/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php index bd157521348f..5fee081fb955 100644 --- a/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php +++ b/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php @@ -18,7 +18,7 @@ class LayoutBuilderTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'views', 'layout_builder', 'layout_builder_views_test', diff --git a/core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php b/core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php index baf9b8175694..dff76a9b9178 100644 --- a/core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php +++ b/core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php @@ -14,7 +14,7 @@ class LayoutBuilderThemeSuggestionsTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'layout_builder', 'node', 'layout_builder_theme_suggestions_test', diff --git a/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php b/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php index 34b7b53db2b2..16c15993e6e5 100644 --- a/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php +++ b/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php @@ -16,7 +16,7 @@ class LayoutBuilderTranslationTest extends ContentTranslationTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_translation', 'contextual', 'entity_test', diff --git a/core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php b/core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php index 0773a021c4bc..df63b5342dff 100644 --- a/core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php +++ b/core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php @@ -18,7 +18,7 @@ class LayoutSectionTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['field_ui', 'layout_builder', 'node', 'block_test']; + protected static $modules = ['field_ui', 'layout_builder', 'node', 'block_test']; /** * {@inheritdoc} diff --git a/core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayJsonBasicAuthTest.php b/core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayJsonBasicAuthTest.php index 74fba46e5b21..099e31ace021 100644 --- a/core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayJsonBasicAuthTest.php +++ b/core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class LayoutBuilderEntityViewDisplayJsonBasicAuthTest extends LayoutBuilderEntit /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayResourceTestBase.php b/core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayResourceTestBase.php index 7da257f4a708..7d28bda96388 100644 --- a/core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayResourceTestBase.php +++ b/core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayResourceTestBase.php @@ -13,7 +13,7 @@ abstract class LayoutBuilderEntityViewDisplayResourceTestBase extends EntityView /** * {@inheritdoc} */ - public static $modules = ['layout_builder']; + protected static $modules = ['layout_builder']; /** * {@inheritdoc} diff --git a/core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php b/core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php index 6b9b9e35d798..751e8ad3c5b7 100644 --- a/core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php +++ b/core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php @@ -17,7 +17,7 @@ class LayoutBuilderEntityViewDisplayXmlBasicAuthTest extends LayoutBuilderEntity /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php b/core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php index 752289162ef1..377084483683 100644 --- a/core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php +++ b/core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php @@ -19,7 +19,7 @@ abstract class LayoutRestTestBase extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'layout_builder', 'serialization', diff --git a/core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php b/core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php index a84e827f0af0..65d6e6400745 100644 --- a/core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php +++ b/core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php @@ -14,7 +14,7 @@ class AjaxBlockTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'block', 'node', 'datetime', diff --git a/core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php b/core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php index c6a3d399f92d..6f7069dedcf7 100644 --- a/core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php +++ b/core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php @@ -19,7 +19,7 @@ class BlockFormMessagesTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'layout_builder', 'block', 'node', diff --git a/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockPrivateFilesTest.php b/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockPrivateFilesTest.php index 5e1a1ae8a623..412f4ef77b0a 100644 --- a/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockPrivateFilesTest.php +++ b/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockPrivateFilesTest.php @@ -22,7 +22,7 @@ class InlineBlockPrivateFilesTest extends InlineBlockTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'file', ]; diff --git a/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php b/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php index eba01b50f9aa..24e7f3ece564 100644 --- a/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php +++ b/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php @@ -26,7 +26,7 @@ abstract class InlineBlockTestBase extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'block_content', 'layout_builder', 'block', diff --git a/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderNestedFormUiTest.php b/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderNestedFormUiTest.php index 06b59480b595..cd87d98ab957 100644 --- a/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderNestedFormUiTest.php +++ b/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderNestedFormUiTest.php @@ -23,7 +23,7 @@ class LayoutBuilderNestedFormUiTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'block', 'node', 'layout_builder', diff --git a/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php b/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php index 8bcb9f94a150..3288f9ba87f0 100644 --- a/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php +++ b/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php @@ -23,7 +23,7 @@ class LayoutBuilderQuickEditTest extends QuickEditJavascriptTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'layout_builder', ]; diff --git a/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderToolbarTest.php b/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderToolbarTest.php index 99a7da6d23ff..5291b2a78a63 100644 --- a/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderToolbarTest.php +++ b/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderToolbarTest.php @@ -14,7 +14,7 @@ class LayoutBuilderToolbarTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'block', 'node', 'layout_builder', diff --git a/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php b/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php index e0276b319f6c..cdec98269411 100644 --- a/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php +++ b/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php @@ -22,7 +22,7 @@ class LayoutBuilderUiTest extends WebDriverTestBase { */ const FIELD_UI_PREFIX = 'admin/structure/types/manage/bundle_with_section_field'; - public static $modules = [ + protected static $modules = [ 'layout_builder', 'block', 'node', diff --git a/core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php b/core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php index 26f777e21d17..5fcd38c5f32c 100644 --- a/core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php +++ b/core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php @@ -18,7 +18,7 @@ class TestMultiWidthLayoutsTest extends WebDriverTestBase { */ const FIELD_UI_PREFIX = 'admin/structure/types/manage/bundle_with_section_field'; - public static $modules = [ + protected static $modules = [ 'layout_builder', 'block', 'node', diff --git a/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php b/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php index fa1047c377aa..0a6a7e48439f 100644 --- a/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php +++ b/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php @@ -16,7 +16,7 @@ abstract class LayoutBuilderCompatibilityTestBase extends EntityKernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'layout_discovery', ]; diff --git a/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderFieldLayoutCompatibilityTest.php b/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderFieldLayoutCompatibilityTest.php index 2a75aff51e9b..00c56df97b10 100644 --- a/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderFieldLayoutCompatibilityTest.php +++ b/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderFieldLayoutCompatibilityTest.php @@ -15,7 +15,7 @@ class LayoutBuilderFieldLayoutCompatibilityTest extends LayoutBuilderCompatibili /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'field_layout', ]; diff --git a/core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php b/core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php index 07eba450e2d5..9a5ce86a52b2 100644 --- a/core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php +++ b/core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php @@ -19,7 +19,7 @@ class LayoutSectionItemListTest extends SectionStorageTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'field', 'text', ]; diff --git a/core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php b/core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php index 65a06183cdc9..567645ef768c 100644 --- a/core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php +++ b/core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php @@ -14,7 +14,7 @@ abstract class SectionStorageTestBase extends EntityKernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'layout_builder', 'layout_discovery', 'layout_test', diff --git a/core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionStorageTest.php b/core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionStorageTest.php index 282bb2022c76..a3f2b8bd8d4e 100644 --- a/core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionStorageTest.php +++ b/core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionStorageTest.php @@ -20,7 +20,7 @@ class SimpleConfigSectionStorageTest extends SectionStorageTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'layout_builder_test', ]; diff --git a/core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php b/core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php index 8bd430f004b8..19d3431fc433 100644 --- a/core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php +++ b/core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php @@ -15,7 +15,7 @@ class LayoutTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'layout_discovery', 'layout_test']; + protected static $modules = ['system', 'layout_discovery', 'layout_test']; /** * The layout plugin manager. diff --git a/core/modules/link/tests/src/Functional/LinkFieldTest.php b/core/modules/link/tests/src/Functional/LinkFieldTest.php index 79ad5b2c4918..b78fe175bcc0 100644 --- a/core/modules/link/tests/src/Functional/LinkFieldTest.php +++ b/core/modules/link/tests/src/Functional/LinkFieldTest.php @@ -29,7 +29,7 @@ class LinkFieldTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'entity_test', 'link', 'node', diff --git a/core/modules/link/tests/src/Functional/LinkFieldUITest.php b/core/modules/link/tests/src/Functional/LinkFieldUITest.php index 9fbd41ea9c8c..a2b7a7898f40 100644 --- a/core/modules/link/tests/src/Functional/LinkFieldUITest.php +++ b/core/modules/link/tests/src/Functional/LinkFieldUITest.php @@ -25,7 +25,7 @@ class LinkFieldUITest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'link', 'field_ui', 'block']; + protected static $modules = ['node', 'link', 'field_ui', 'block']; /** * {@inheritdoc} diff --git a/core/modules/link/tests/src/Functional/Views/LinkViewsTokensTest.php b/core/modules/link/tests/src/Functional/Views/LinkViewsTokensTest.php index ffabe15a1af7..6a4227f78c0c 100644 --- a/core/modules/link/tests/src/Functional/Views/LinkViewsTokensTest.php +++ b/core/modules/link/tests/src/Functional/Views/LinkViewsTokensTest.php @@ -19,7 +19,7 @@ class LinkViewsTokensTest extends ViewTestBase { * * @var array */ - public static $modules = ['link_test_views']; + protected static $modules = ['link_test_views']; /** * {@inheritdoc} diff --git a/core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php b/core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php index d7c1e5f90a73..f0e71a659e62 100644 --- a/core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php +++ b/core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php @@ -19,7 +19,7 @@ class LinkItemSerializationTest extends FieldKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['link', 'serialization']; + protected static $modules = ['link', 'serialization']; /** * The serializer service. diff --git a/core/modules/link/tests/src/Kernel/LinkItemTest.php b/core/modules/link/tests/src/Kernel/LinkItemTest.php index 133acea5f6f9..8db4471d9301 100644 --- a/core/modules/link/tests/src/Kernel/LinkItemTest.php +++ b/core/modules/link/tests/src/Kernel/LinkItemTest.php @@ -24,7 +24,7 @@ class LinkItemTest extends FieldKernelTestBase { * * @var array */ - public static $modules = ['link']; + protected static $modules = ['link']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php b/core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php index 5ccd2518e32c..3197ff9ad65a 100644 --- a/core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php +++ b/core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php @@ -18,7 +18,7 @@ class LocaleConfigTranslationImportTest extends BrowserTestBase { * * @var array */ - public static $modules = ['language', 'locale_test_translate']; + protected static $modules = ['language', 'locale_test_translate']; /** * {@inheritdoc} diff --git a/core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php b/core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php index 063b558c7b93..50432c534551 100644 --- a/core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php +++ b/core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php @@ -24,7 +24,7 @@ class LocaleConfigTranslationTest extends BrowserTestBase { * * @var array */ - public static $modules = ['locale', 'contact', 'contact_test']; + protected static $modules = ['locale', 'contact', 'contact_test']; /** * {@inheritdoc} diff --git a/core/modules/locale/tests/src/Functional/LocaleContentTest.php b/core/modules/locale/tests/src/Functional/LocaleContentTest.php index 9ac40754f807..09459f9e8e1d 100644 --- a/core/modules/locale/tests/src/Functional/LocaleContentTest.php +++ b/core/modules/locale/tests/src/Functional/LocaleContentTest.php @@ -19,7 +19,7 @@ class LocaleContentTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'locale']; + protected static $modules = ['node', 'locale']; /** * {@inheritdoc} diff --git a/core/modules/locale/tests/src/Functional/LocaleExportTest.php b/core/modules/locale/tests/src/Functional/LocaleExportTest.php index 86b07f4951ca..093e2e992d55 100644 --- a/core/modules/locale/tests/src/Functional/LocaleExportTest.php +++ b/core/modules/locale/tests/src/Functional/LocaleExportTest.php @@ -17,7 +17,7 @@ class LocaleExportTest extends BrowserTestBase { * * @var array */ - public static $modules = ['locale']; + protected static $modules = ['locale']; /** * {@inheritdoc} diff --git a/core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php b/core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php index f648b1fa7500..4b6daa67a359 100644 --- a/core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php +++ b/core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php @@ -16,7 +16,7 @@ class LocaleFileSystemFormTest extends BrowserTestBase { * * @var array */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * {@inheritdoc} diff --git a/core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php b/core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php index 9688fc14beb1..5ed2632e3e3f 100644 --- a/core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php +++ b/core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php @@ -21,7 +21,7 @@ class LocaleImportFunctionalTest extends BrowserTestBase { * * @var array */ - public static $modules = ['locale', 'dblog']; + protected static $modules = ['locale', 'dblog']; /** * {@inheritdoc} diff --git a/core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php b/core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php index 087052974c83..6b41adb08bd0 100644 --- a/core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php +++ b/core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php @@ -19,7 +19,7 @@ class LocaleJavascriptTranslationTest extends BrowserTestBase { * * @var array */ - public static $modules = ['locale', 'locale_test']; + protected static $modules = ['locale', 'locale_test']; /** * {@inheritdoc} diff --git a/core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php b/core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php index c4af5ead588f..c7b49e8c5b0c 100644 --- a/core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php +++ b/core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php @@ -18,7 +18,7 @@ class LocaleLocaleLookupTest extends BrowserTestBase { * * @var array */ - public static $modules = ['locale', 'locale_test']; + protected static $modules = ['locale', 'locale_test']; /** * {@inheritdoc} diff --git a/core/modules/locale/tests/src/Functional/LocalePathTest.php b/core/modules/locale/tests/src/Functional/LocalePathTest.php index 33f0447a6ec9..e1fbc15194bd 100644 --- a/core/modules/locale/tests/src/Functional/LocalePathTest.php +++ b/core/modules/locale/tests/src/Functional/LocalePathTest.php @@ -22,7 +22,7 @@ class LocalePathTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'locale', 'path', 'views']; + protected static $modules = ['node', 'locale', 'path', 'views']; /** * {@inheritdoc} diff --git a/core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php b/core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php index 7e6376638b17..869496ef7c9f 100644 --- a/core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php +++ b/core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php @@ -26,7 +26,7 @@ class LocalePluralFormatTest extends BrowserTestBase { * * @var array */ - public static $modules = ['locale']; + protected static $modules = ['locale']; /** * {@inheritdoc} diff --git a/core/modules/locale/tests/src/Functional/LocaleTranslateStringTourTest.php b/core/modules/locale/tests/src/Functional/LocaleTranslateStringTourTest.php index 00ca2d4c5d4a..010dfd91b5d8 100644 --- a/core/modules/locale/tests/src/Functional/LocaleTranslateStringTourTest.php +++ b/core/modules/locale/tests/src/Functional/LocaleTranslateStringTourTest.php @@ -23,7 +23,7 @@ class LocaleTranslateStringTourTest extends TourTestBase { * * @var array */ - public static $modules = ['locale', 'tour']; + protected static $modules = ['locale', 'tour']; /** * {@inheritdoc} diff --git a/core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php b/core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php index 63a4a6d1ae88..d002423a0550 100644 --- a/core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php +++ b/core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php @@ -20,7 +20,7 @@ class LocaleTranslatedSchemaDefinitionTest extends BrowserTestBase { * * @var array */ - public static $modules = ['language', 'locale', 'node']; + protected static $modules = ['language', 'locale', 'node']; /** * {@inheritdoc} diff --git a/core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php b/core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php index 4693a7885790..78a29d7e253b 100644 --- a/core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php +++ b/core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php @@ -22,7 +22,7 @@ class LocaleTranslationUiTest extends BrowserTestBase { * * @var array */ - public static $modules = ['locale']; + protected static $modules = ['locale']; /** * {@inheritdoc} diff --git a/core/modules/locale/tests/src/Functional/LocaleUpdateBase.php b/core/modules/locale/tests/src/Functional/LocaleUpdateBase.php index c344669cbbf7..ccfe1baa4635 100644 --- a/core/modules/locale/tests/src/Functional/LocaleUpdateBase.php +++ b/core/modules/locale/tests/src/Functional/LocaleUpdateBase.php @@ -47,7 +47,7 @@ abstract class LocaleUpdateBase extends BrowserTestBase { * * @var array */ - public static $modules = ['locale', 'locale_test']; + protected static $modules = ['locale', 'locale_test']; /** * {@inheritdoc} diff --git a/core/modules/locale/tests/src/Functional/LocaleUpdateDevelopmentReleaseTest.php b/core/modules/locale/tests/src/Functional/LocaleUpdateDevelopmentReleaseTest.php index ff7ce6831776..82973d8ca562 100644 --- a/core/modules/locale/tests/src/Functional/LocaleUpdateDevelopmentReleaseTest.php +++ b/core/modules/locale/tests/src/Functional/LocaleUpdateDevelopmentReleaseTest.php @@ -11,7 +11,7 @@ */ class LocaleUpdateDevelopmentReleaseTest extends BrowserTestBase { - public static $modules = ['locale', 'locale_test_development_release']; + protected static $modules = ['locale', 'locale_test_development_release']; /** * {@inheritdoc} diff --git a/core/modules/locale/tests/src/Functional/LocaleUpdateInterfaceTest.php b/core/modules/locale/tests/src/Functional/LocaleUpdateInterfaceTest.php index ca4a1142fd55..99114f56d56d 100644 --- a/core/modules/locale/tests/src/Functional/LocaleUpdateInterfaceTest.php +++ b/core/modules/locale/tests/src/Functional/LocaleUpdateInterfaceTest.php @@ -17,7 +17,7 @@ class LocaleUpdateInterfaceTest extends LocaleUpdateBase { * * @var array */ - public static $modules = ['locale_test_translate']; + protected static $modules = ['locale_test_translate']; /** * {@inheritdoc} diff --git a/core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php b/core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php index 8389b6e9736a..55e656e53c94 100644 --- a/core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php +++ b/core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php @@ -18,7 +18,7 @@ class LocaleConfigManagerTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'language', 'locale', 'locale_test', 'block']; + protected static $modules = ['system', 'language', 'locale', 'locale_test', 'block']; /** * This test creates simple config on the fly breaking schema checking. diff --git a/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php b/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php index 836753da9f64..764a1b8d8ff9 100644 --- a/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php +++ b/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php @@ -18,7 +18,7 @@ class LocaleConfigSubscriberTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['language', 'locale', 'system', 'locale_test']; + protected static $modules = ['language', 'locale', 'system', 'locale_test']; /** * The configurable language manager used in this test. diff --git a/core/modules/locale/tests/src/Kernel/LocaleConfigurableLanguageManagerTest.php b/core/modules/locale/tests/src/Kernel/LocaleConfigurableLanguageManagerTest.php index 07909bacc4fa..0b2575285438 100644 --- a/core/modules/locale/tests/src/Kernel/LocaleConfigurableLanguageManagerTest.php +++ b/core/modules/locale/tests/src/Kernel/LocaleConfigurableLanguageManagerTest.php @@ -18,7 +18,7 @@ class LocaleConfigurableLanguageManagerTest extends KernelTestBase { * * @var array */ - public static $modules = ['language', 'locale']; + protected static $modules = ['language', 'locale']; public function testGetLanguages() { $this->installSchema('locale', ['locales_source', 'locales_target', 'locales_location']); diff --git a/core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php b/core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php index 4129cdc88371..5cc4cde577da 100644 --- a/core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php +++ b/core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php @@ -16,7 +16,7 @@ class LocaleStringIsSafeTest extends KernelTestBase { * * @var array */ - public static $modules = ['locale', 'locale_test']; + protected static $modules = ['locale', 'locale_test']; /** * Tests for locale_string_is_safe(). diff --git a/core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php b/core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php index 5094df188d39..5e8208c0ffd8 100644 --- a/core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php +++ b/core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php @@ -14,7 +14,7 @@ class LocaleTranslationProjectsTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['locale', 'locale_test', 'system']; + protected static $modules = ['locale', 'locale_test', 'system']; /** * The module handler used in this test. diff --git a/core/modules/locale/tests/src/Kernel/Migrate/MigrateLocaleConfigsTest.php b/core/modules/locale/tests/src/Kernel/Migrate/MigrateLocaleConfigsTest.php index dfc1762aeecf..2a4b4ec66e0f 100644 --- a/core/modules/locale/tests/src/Kernel/Migrate/MigrateLocaleConfigsTest.php +++ b/core/modules/locale/tests/src/Kernel/Migrate/MigrateLocaleConfigsTest.php @@ -17,7 +17,7 @@ class MigrateLocaleConfigsTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['locale', 'language']; + protected static $modules = ['locale', 'language']; /** * {@inheritdoc} diff --git a/core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php b/core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php index d25261736667..4fdbd51cd3eb 100644 --- a/core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php +++ b/core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php @@ -21,7 +21,7 @@ class OEmbedFormatterTest extends MediaFunctionalTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'field_ui', 'link', 'media_test_oembed', diff --git a/core/modules/media/tests/src/Functional/Hal/MediaHalJsonAnonTest.php b/core/modules/media/tests/src/Functional/Hal/MediaHalJsonAnonTest.php index f8e4b3b4164c..ac4522eba5ca 100644 --- a/core/modules/media/tests/src/Functional/Hal/MediaHalJsonAnonTest.php +++ b/core/modules/media/tests/src/Functional/Hal/MediaHalJsonAnonTest.php @@ -19,7 +19,7 @@ class MediaHalJsonAnonTest extends MediaResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/media/tests/src/Functional/Hal/MediaHalJsonBasicAuthTest.php b/core/modules/media/tests/src/Functional/Hal/MediaHalJsonBasicAuthTest.php index 92019bf75f5a..d44534890a55 100644 --- a/core/modules/media/tests/src/Functional/Hal/MediaHalJsonBasicAuthTest.php +++ b/core/modules/media/tests/src/Functional/Hal/MediaHalJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class MediaHalJsonBasicAuthTest extends MediaHalJsonAnonTest { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonAnonTest.php b/core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonAnonTest.php index 4618e492c0af..6d28e5d3a38e 100644 --- a/core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonAnonTest.php +++ b/core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonAnonTest.php @@ -15,7 +15,7 @@ class MediaTypeHalJsonAnonTest extends MediaTypeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonBasicAuthTest.php b/core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonBasicAuthTest.php index 3fc0aaba1337..80e12e66d19d 100644 --- a/core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonBasicAuthTest.php +++ b/core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class MediaTypeHalJsonBasicAuthTest extends MediaTypeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonCookieTest.php b/core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonCookieTest.php index 62de7a48b143..c50b78093d68 100644 --- a/core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonCookieTest.php +++ b/core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonCookieTest.php @@ -15,7 +15,7 @@ class MediaTypeHalJsonCookieTest extends MediaTypeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/media/tests/src/Functional/MediaAccessTest.php b/core/modules/media/tests/src/Functional/MediaAccessTest.php index ec0e39a48d21..ae604fcfb5f7 100644 --- a/core/modules/media/tests/src/Functional/MediaAccessTest.php +++ b/core/modules/media/tests/src/Functional/MediaAccessTest.php @@ -21,7 +21,7 @@ class MediaAccessTest extends MediaFunctionalTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'block', 'media_test_source', ]; diff --git a/core/modules/media/tests/src/Functional/MediaBulkFormTest.php b/core/modules/media/tests/src/Functional/MediaBulkFormTest.php index 0c584657565a..d65f34e2b014 100644 --- a/core/modules/media/tests/src/Functional/MediaBulkFormTest.php +++ b/core/modules/media/tests/src/Functional/MediaBulkFormTest.php @@ -17,7 +17,7 @@ class MediaBulkFormTest extends MediaFunctionalTestBase { * * @var array */ - public static $modules = ['media_test_views']; + protected static $modules = ['media_test_views']; /** * {@inheritdoc} diff --git a/core/modules/media/tests/src/Functional/MediaCacheTagsTest.php b/core/modules/media/tests/src/Functional/MediaCacheTagsTest.php index 91ae304e6411..5cd6f9087283 100644 --- a/core/modules/media/tests/src/Functional/MediaCacheTagsTest.php +++ b/core/modules/media/tests/src/Functional/MediaCacheTagsTest.php @@ -19,7 +19,7 @@ class MediaCacheTagsTest extends EntityWithUriCacheTagsTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'media', 'media_test_source', ]; diff --git a/core/modules/media/tests/src/Functional/MediaContextualLinksTest.php b/core/modules/media/tests/src/Functional/MediaContextualLinksTest.php index 35c1224c7ed2..f5cf9a81bca0 100644 --- a/core/modules/media/tests/src/Functional/MediaContextualLinksTest.php +++ b/core/modules/media/tests/src/Functional/MediaContextualLinksTest.php @@ -14,7 +14,7 @@ class MediaContextualLinksTest extends MediaFunctionalTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'contextual', ]; diff --git a/core/modules/media/tests/src/Functional/MediaFunctionalTestBase.php b/core/modules/media/tests/src/Functional/MediaFunctionalTestBase.php index b786d2e3a18b..2465695ff35b 100644 --- a/core/modules/media/tests/src/Functional/MediaFunctionalTestBase.php +++ b/core/modules/media/tests/src/Functional/MediaFunctionalTestBase.php @@ -18,7 +18,7 @@ abstract class MediaFunctionalTestBase extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'system', 'node', 'field_ui', diff --git a/core/modules/media/tests/src/Functional/MediaInstallTest.php b/core/modules/media/tests/src/Functional/MediaInstallTest.php index f44da769916d..4fef68fe7874 100644 --- a/core/modules/media/tests/src/Functional/MediaInstallTest.php +++ b/core/modules/media/tests/src/Functional/MediaInstallTest.php @@ -14,7 +14,7 @@ class MediaInstallTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['media']; + protected static $modules = ['media']; /** * {@inheritdoc} diff --git a/core/modules/media/tests/src/Functional/MediaTemplateSuggestionsTest.php b/core/modules/media/tests/src/Functional/MediaTemplateSuggestionsTest.php index eef7ae34cd63..099d1f4d3734 100644 --- a/core/modules/media/tests/src/Functional/MediaTemplateSuggestionsTest.php +++ b/core/modules/media/tests/src/Functional/MediaTemplateSuggestionsTest.php @@ -16,7 +16,7 @@ class MediaTemplateSuggestionsTest extends MediaFunctionalTestBase { * * @var array */ - public static $modules = ['media']; + protected static $modules = ['media']; /** * {@inheritdoc} diff --git a/core/modules/media/tests/src/Functional/MediaTranslationUITest.php b/core/modules/media/tests/src/Functional/MediaTranslationUITest.php index f29d5d2da55f..dca28d579f5f 100644 --- a/core/modules/media/tests/src/Functional/MediaTranslationUITest.php +++ b/core/modules/media/tests/src/Functional/MediaTranslationUITest.php @@ -35,7 +35,7 @@ class MediaTranslationUITest extends ContentTranslationUITestBase { /** * {inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'language', 'content_translation', 'media', diff --git a/core/modules/media/tests/src/Functional/MediaTypeCreationTest.php b/core/modules/media/tests/src/Functional/MediaTypeCreationTest.php index 2ced87cf459f..5fa83f474115 100644 --- a/core/modules/media/tests/src/Functional/MediaTypeCreationTest.php +++ b/core/modules/media/tests/src/Functional/MediaTypeCreationTest.php @@ -14,7 +14,7 @@ class MediaTypeCreationTest extends MediaFunctionalTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'media_test_source', ]; diff --git a/core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php b/core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php index 5507847d515b..34c342a024d5 100644 --- a/core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php +++ b/core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php @@ -20,7 +20,7 @@ class MediaUiFunctionalTest extends MediaFunctionalTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'block', 'media_test_source', ]; diff --git a/core/modules/media/tests/src/Functional/Rest/MediaJsonBasicAuthTest.php b/core/modules/media/tests/src/Functional/Rest/MediaJsonBasicAuthTest.php index c65a3b2fd6f3..600b952558bc 100644 --- a/core/modules/media/tests/src/Functional/Rest/MediaJsonBasicAuthTest.php +++ b/core/modules/media/tests/src/Functional/Rest/MediaJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class MediaJsonBasicAuthTest extends MediaResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/media/tests/src/Functional/Rest/MediaResourceTestBase.php b/core/modules/media/tests/src/Functional/Rest/MediaResourceTestBase.php index 7631edf48bd3..98bab3f58bee 100644 --- a/core/modules/media/tests/src/Functional/Rest/MediaResourceTestBase.php +++ b/core/modules/media/tests/src/Functional/Rest/MediaResourceTestBase.php @@ -19,7 +19,7 @@ abstract class MediaResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['media']; + protected static $modules = ['media']; /** * {@inheritdoc} diff --git a/core/modules/media/tests/src/Functional/Rest/MediaTypeJsonBasicAuthTest.php b/core/modules/media/tests/src/Functional/Rest/MediaTypeJsonBasicAuthTest.php index 640ad42ef00d..9f0af1db3cbc 100644 --- a/core/modules/media/tests/src/Functional/Rest/MediaTypeJsonBasicAuthTest.php +++ b/core/modules/media/tests/src/Functional/Rest/MediaTypeJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class MediaTypeJsonBasicAuthTest extends MediaTypeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/media/tests/src/Functional/Rest/MediaTypeResourceTestBase.php b/core/modules/media/tests/src/Functional/Rest/MediaTypeResourceTestBase.php index a11f8ef54d0b..7e3fb090692e 100644 --- a/core/modules/media/tests/src/Functional/Rest/MediaTypeResourceTestBase.php +++ b/core/modules/media/tests/src/Functional/Rest/MediaTypeResourceTestBase.php @@ -10,7 +10,7 @@ abstract class MediaTypeResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['media']; + protected static $modules = ['media']; /** * {@inheritdoc} diff --git a/core/modules/media/tests/src/Functional/Rest/MediaTypeXmlBasicAuthTest.php b/core/modules/media/tests/src/Functional/Rest/MediaTypeXmlBasicAuthTest.php index 6bd780977235..70d86c9135fb 100644 --- a/core/modules/media/tests/src/Functional/Rest/MediaTypeXmlBasicAuthTest.php +++ b/core/modules/media/tests/src/Functional/Rest/MediaTypeXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class MediaTypeXmlBasicAuthTest extends MediaTypeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/media/tests/src/Functional/Rest/MediaXmlBasicAuthTest.php b/core/modules/media/tests/src/Functional/Rest/MediaXmlBasicAuthTest.php index 9d41af515f92..2eeaec38f190 100644 --- a/core/modules/media/tests/src/Functional/Rest/MediaXmlBasicAuthTest.php +++ b/core/modules/media/tests/src/Functional/Rest/MediaXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class MediaXmlBasicAuthTest extends MediaResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/media/tests/src/FunctionalJavascript/MediaJavascriptTestBase.php b/core/modules/media/tests/src/FunctionalJavascript/MediaJavascriptTestBase.php index 390e22075ab8..88fc891ef606 100644 --- a/core/modules/media/tests/src/FunctionalJavascript/MediaJavascriptTestBase.php +++ b/core/modules/media/tests/src/FunctionalJavascript/MediaJavascriptTestBase.php @@ -19,7 +19,7 @@ abstract class MediaJavascriptTestBase extends WebDriverTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'system', 'node', 'field_ui', diff --git a/core/modules/media/tests/src/FunctionalJavascript/MediaSourceOEmbedVideoTest.php b/core/modules/media/tests/src/FunctionalJavascript/MediaSourceOEmbedVideoTest.php index 372b13009acf..ae9ab1416a60 100644 --- a/core/modules/media/tests/src/FunctionalJavascript/MediaSourceOEmbedVideoTest.php +++ b/core/modules/media/tests/src/FunctionalJavascript/MediaSourceOEmbedVideoTest.php @@ -19,7 +19,7 @@ class MediaSourceOEmbedVideoTest extends MediaSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['media_test_oembed']; + protected static $modules = ['media_test_oembed']; /** * {@inheritdoc} diff --git a/core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php b/core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php index 5bd57a3d98d8..e3293b591ead 100644 --- a/core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php +++ b/core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php @@ -26,7 +26,7 @@ class MediaStandardProfileTest extends MediaJavascriptTestBase { /** * {@inheritdoc} */ - public static $modules = ['media_test_oembed']; + protected static $modules = ['media_test_oembed']; /** * {@inheritdoc} diff --git a/core/modules/media/tests/src/FunctionalJavascript/MediaUiJavascriptTest.php b/core/modules/media/tests/src/FunctionalJavascript/MediaUiJavascriptTest.php index 5442307df3b8..c61c72a2d126 100644 --- a/core/modules/media/tests/src/FunctionalJavascript/MediaUiJavascriptTest.php +++ b/core/modules/media/tests/src/FunctionalJavascript/MediaUiJavascriptTest.php @@ -19,7 +19,7 @@ class MediaUiJavascriptTest extends MediaJavascriptTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'block', 'media_test_source', ]; diff --git a/core/modules/media/tests/src/Kernel/MediaKernelTestBase.php b/core/modules/media/tests/src/Kernel/MediaKernelTestBase.php index 1c6a879eeaae..164f12608f09 100644 --- a/core/modules/media/tests/src/Kernel/MediaKernelTestBase.php +++ b/core/modules/media/tests/src/Kernel/MediaKernelTestBase.php @@ -22,7 +22,7 @@ abstract class MediaKernelTestBase extends KernelTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'media', 'media_test_source', 'image', diff --git a/core/modules/media/tests/src/Kernel/MediaTranslationTest.php b/core/modules/media/tests/src/Kernel/MediaTranslationTest.php index 32ef06c817f5..64b9fcae08ca 100644 --- a/core/modules/media/tests/src/Kernel/MediaTranslationTest.php +++ b/core/modules/media/tests/src/Kernel/MediaTranslationTest.php @@ -18,7 +18,7 @@ class MediaTranslationTest extends MediaKernelTestBase { * * @var array */ - public static $modules = ['language' , 'content_translation']; + protected static $modules = ['language' , 'content_translation']; /** * The test media translation type. diff --git a/core/modules/menu_link_content/tests/src/Functional/Hal/MenuLinkContentHalJsonAnonTest.php b/core/modules/menu_link_content/tests/src/Functional/Hal/MenuLinkContentHalJsonAnonTest.php index 1438c0cba214..d819850453c9 100644 --- a/core/modules/menu_link_content/tests/src/Functional/Hal/MenuLinkContentHalJsonAnonTest.php +++ b/core/modules/menu_link_content/tests/src/Functional/Hal/MenuLinkContentHalJsonAnonTest.php @@ -18,7 +18,7 @@ class MenuLinkContentHalJsonAnonTest extends MenuLinkContentResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/menu_link_content/tests/src/Functional/Hal/MenuLinkContentHalJsonBasicAuthTest.php b/core/modules/menu_link_content/tests/src/Functional/Hal/MenuLinkContentHalJsonBasicAuthTest.php index d94f3e98a53f..dc4997261b94 100644 --- a/core/modules/menu_link_content/tests/src/Functional/Hal/MenuLinkContentHalJsonBasicAuthTest.php +++ b/core/modules/menu_link_content/tests/src/Functional/Hal/MenuLinkContentHalJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class MenuLinkContentHalJsonBasicAuthTest extends MenuLinkContentHalJsonAnonTest /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php b/core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php index ccee134ac5a1..3769a8dadb94 100644 --- a/core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php +++ b/core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php @@ -18,7 +18,7 @@ class MenuLinkContentDeleteFormTest extends BrowserTestBase { * * @var array */ - public static $modules = ['menu_link_content']; + protected static $modules = ['menu_link_content']; /** * {@inheritdoc} diff --git a/core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php b/core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php index 8e01550083a1..22ad314b4215 100644 --- a/core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php +++ b/core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php @@ -17,7 +17,7 @@ class MenuLinkContentFormTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'menu_link_content', ]; diff --git a/core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php b/core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php index 6f8ca59afe9a..0087b7902721 100644 --- a/core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php +++ b/core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php @@ -22,7 +22,7 @@ class MenuLinkContentTranslationUITest extends ContentTranslationUITestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'language', 'content_translation', 'menu_link_content', diff --git a/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonBasicAuthTest.php b/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonBasicAuthTest.php index 620da15da241..ba3afdd7bbe8 100644 --- a/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonBasicAuthTest.php +++ b/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class MenuLinkContentJsonBasicAuthTest extends MenuLinkContentResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php b/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php index 0917ab1733f1..3cdf2eff736e 100644 --- a/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php +++ b/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php @@ -13,7 +13,7 @@ abstract class MenuLinkContentResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['menu_link_content']; + protected static $modules = ['menu_link_content']; /** * {@inheritdoc} diff --git a/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlBasicAuthTest.php b/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlBasicAuthTest.php index 1e4999e6dea5..53738c49189e 100644 --- a/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlBasicAuthTest.php +++ b/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class MenuLinkContentXmlBasicAuthTest extends MenuLinkContentResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentCacheabilityBubblingTest.php b/core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentCacheabilityBubblingTest.php index 76e8877e4e8a..02749f170322 100644 --- a/core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentCacheabilityBubblingTest.php +++ b/core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentCacheabilityBubblingTest.php @@ -27,7 +27,7 @@ class MenuLinkContentCacheabilityBubblingTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['menu_link_content', 'system', 'link', 'outbound_processing_test', 'url_alter_test', 'user']; + protected static $modules = ['menu_link_content', 'system', 'link', 'outbound_processing_test', 'url_alter_test', 'user']; /** * {@inheritdoc} diff --git a/core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php b/core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php index 2f82e8bcdcd2..ea9284912518 100644 --- a/core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php +++ b/core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php @@ -18,7 +18,7 @@ class MenuLinkContentDeriverTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['menu_link_content', 'link', 'system', 'menu_link_content_dynamic_route', 'user']; + protected static $modules = ['menu_link_content', 'link', 'system', 'menu_link_content_dynamic_route', 'user']; /** * {@inheritdoc} diff --git a/core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php b/core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php index a4d943455f1b..0ceb9003e609 100644 --- a/core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php +++ b/core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php @@ -21,7 +21,7 @@ class MenuLinksTest extends KernelTestBase { * * @var array */ - public static $modules = ['link', 'menu_link_content', 'router_test', 'system', 'user']; + protected static $modules = ['link', 'menu_link_content', 'router_test', 'system', 'user']; /** * The menu link plugin manager. diff --git a/core/modules/menu_link_content/tests/src/Kernel/Migrate/MigrateMenuLinkContentStubTest.php b/core/modules/menu_link_content/tests/src/Kernel/Migrate/MigrateMenuLinkContentStubTest.php index 6e976289cc60..5f6ed5459ec8 100644 --- a/core/modules/menu_link_content/tests/src/Kernel/Migrate/MigrateMenuLinkContentStubTest.php +++ b/core/modules/menu_link_content/tests/src/Kernel/Migrate/MigrateMenuLinkContentStubTest.php @@ -17,7 +17,7 @@ class MigrateMenuLinkContentStubTest extends MigrateDrupalTestBase { /** * {@inheritdoc} */ - public static $modules = ['menu_link_content', 'link']; + protected static $modules = ['menu_link_content', 'link']; /** * {@inheritdoc} diff --git a/core/modules/menu_link_content/tests/src/Kernel/Migrate/d6/MigrateMenuLinkTest.php b/core/modules/menu_link_content/tests/src/Kernel/Migrate/d6/MigrateMenuLinkTest.php index 1c415df978d1..5ffe4e6cc036 100644 --- a/core/modules/menu_link_content/tests/src/Kernel/Migrate/d6/MigrateMenuLinkTest.php +++ b/core/modules/menu_link_content/tests/src/Kernel/Migrate/d6/MigrateMenuLinkTest.php @@ -19,7 +19,7 @@ class MigrateMenuLinkTest extends MigrateNodeTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_translation', 'language', 'menu_link_content', diff --git a/core/modules/menu_link_content/tests/src/Kernel/Migrate/d6/MigrateMenuLinkTranslationTest.php b/core/modules/menu_link_content/tests/src/Kernel/Migrate/d6/MigrateMenuLinkTranslationTest.php index 3af579f2daee..afdbd7d01215 100644 --- a/core/modules/menu_link_content/tests/src/Kernel/Migrate/d6/MigrateMenuLinkTranslationTest.php +++ b/core/modules/menu_link_content/tests/src/Kernel/Migrate/d6/MigrateMenuLinkTranslationTest.php @@ -18,7 +18,7 @@ class MigrateMenuLinkTranslationTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'menu_ui', 'menu_link_content', 'language', diff --git a/core/modules/menu_link_content/tests/src/Kernel/Migrate/d7/MigrateMenuLinkTest.php b/core/modules/menu_link_content/tests/src/Kernel/Migrate/d7/MigrateMenuLinkTest.php index c65ade0bb4e0..ca9d3559c81f 100644 --- a/core/modules/menu_link_content/tests/src/Kernel/Migrate/d7/MigrateMenuLinkTest.php +++ b/core/modules/menu_link_content/tests/src/Kernel/Migrate/d7/MigrateMenuLinkTest.php @@ -21,7 +21,7 @@ class MigrateMenuLinkTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_translation', 'language', 'link', diff --git a/core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php b/core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php index 7b6e277877f8..4aaff3b8f190 100644 --- a/core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php +++ b/core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php @@ -21,7 +21,7 @@ class PathAliasMenuLinkContentTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['menu_link_content', 'system', 'link', 'path_alias', 'test_page_test', 'user']; + protected static $modules = ['menu_link_content', 'system', 'link', 'path_alias', 'test_page_test', 'user']; /** * {@inheritdoc} diff --git a/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php b/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php index 6e5aa027efbd..b615d638a7cb 100644 --- a/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php +++ b/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php @@ -26,7 +26,7 @@ class LinkUriTest extends KernelTestBase { * * @var array */ - public static $modules = ['node', 'user']; + protected static $modules = ['node', 'user']; /** * {@inheritdoc} diff --git a/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/MenuLinkTest.php b/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/MenuLinkTest.php index 7fb3a918f836..907a9da09a07 100644 --- a/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/MenuLinkTest.php +++ b/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/MenuLinkTest.php @@ -17,7 +17,7 @@ class MenuLinkTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['menu_link_content', 'migrate_drupal']; + protected static $modules = ['menu_link_content', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d6/MenuLinkTranslationTest.php b/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d6/MenuLinkTranslationTest.php index d373bb25873c..303556c85849 100644 --- a/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d6/MenuLinkTranslationTest.php +++ b/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d6/MenuLinkTranslationTest.php @@ -15,7 +15,7 @@ class MenuLinkTranslationTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['menu_link_content', 'migrate_drupal']; + protected static $modules = ['menu_link_content', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/menu_ui/tests/src/Functional/MenuCacheTagsTest.php b/core/modules/menu_ui/tests/src/Functional/MenuCacheTagsTest.php index 4adf2a2e3060..c63a17154860 100644 --- a/core/modules/menu_ui/tests/src/Functional/MenuCacheTagsTest.php +++ b/core/modules/menu_ui/tests/src/Functional/MenuCacheTagsTest.php @@ -17,7 +17,7 @@ class MenuCacheTagsTest extends PageCacheTagsTestBase { /** * {@inheritdoc} */ - public static $modules = ['menu_ui', 'block', 'test_page_test']; + protected static $modules = ['menu_ui', 'block', 'test_page_test']; /** * {@inheritdoc} diff --git a/core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php b/core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php index 88e515857f15..f1107575bd02 100644 --- a/core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php +++ b/core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php @@ -23,7 +23,7 @@ class MenuLinkReorderTest extends BrowserTestBase { * * @var array */ - public static $modules = ['menu_ui', 'test_page_test', 'node', 'block']; + protected static $modules = ['menu_ui', 'test_page_test', 'node', 'block']; /** * {@inheritdoc} diff --git a/core/modules/menu_ui/tests/src/Functional/MenuUiContentModerationTest.php b/core/modules/menu_ui/tests/src/Functional/MenuUiContentModerationTest.php index 8c6bfc0b773e..5c2b43264add 100644 --- a/core/modules/menu_ui/tests/src/Functional/MenuUiContentModerationTest.php +++ b/core/modules/menu_ui/tests/src/Functional/MenuUiContentModerationTest.php @@ -19,7 +19,7 @@ class MenuUiContentModerationTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'content_moderation', 'node', 'menu_ui', 'test_page_test']; + protected static $modules = ['block', 'content_moderation', 'node', 'menu_ui', 'test_page_test']; /** * {@inheritdoc} diff --git a/core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php b/core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php index 6a3efee15bb4..30efdebc314a 100644 --- a/core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php +++ b/core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php @@ -26,7 +26,7 @@ class MenuUiNodeTest extends BrowserTestBase { * * @var array */ - public static $modules = ['menu_ui', 'test_page_test', 'node', 'block', 'locale', 'language', 'content_translation']; + protected static $modules = ['menu_ui', 'test_page_test', 'node', 'block', 'locale', 'language', 'content_translation']; /** * {@inheritdoc} diff --git a/core/modules/menu_ui/tests/src/Functional/MenuUninstallTest.php b/core/modules/menu_ui/tests/src/Functional/MenuUninstallTest.php index c176c5187579..ccaad86d2910 100644 --- a/core/modules/menu_ui/tests/src/Functional/MenuUninstallTest.php +++ b/core/modules/menu_ui/tests/src/Functional/MenuUninstallTest.php @@ -17,7 +17,7 @@ class MenuUninstallTest extends BrowserTestBase { * * @var array */ - public static $modules = ['menu_ui']; + protected static $modules = ['menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/menu_ui/tests/src/Kernel/Migrate/MigrateMenuSettingsTest.php b/core/modules/menu_ui/tests/src/Kernel/Migrate/MigrateMenuSettingsTest.php index e1cf6c337a87..8c2682242dd2 100644 --- a/core/modules/menu_ui/tests/src/Kernel/Migrate/MigrateMenuSettingsTest.php +++ b/core/modules/menu_ui/tests/src/Kernel/Migrate/MigrateMenuSettingsTest.php @@ -11,7 +11,7 @@ */ class MigrateMenuSettingsTest extends MigrateDrupal7TestBase { - public static $modules = ['menu_ui']; + protected static $modules = ['menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php b/core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php index e6d1249330d4..9ca3d992c13c 100644 --- a/core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php +++ b/core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php @@ -17,7 +17,7 @@ class DownloadFunctionalTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['migrate', 'file']; + protected static $modules = ['migrate', 'file']; /** * {@inheritdoc} diff --git a/core/modules/migrate/tests/src/Kernel/HighWaterNotJoinableTest.php b/core/modules/migrate/tests/src/Kernel/HighWaterNotJoinableTest.php index 419857902672..d8d7c1970ea8 100644 --- a/core/modules/migrate/tests/src/Kernel/HighWaterNotJoinableTest.php +++ b/core/modules/migrate/tests/src/Kernel/HighWaterNotJoinableTest.php @@ -13,7 +13,7 @@ class HighWaterNotJoinableTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['migrate', 'migrate_drupal', 'migrate_high_water_test']; + protected static $modules = ['migrate', 'migrate_drupal', 'migrate_high_water_test']; /** * {@inheritdoc} diff --git a/core/modules/migrate/tests/src/Kernel/HighWaterTest.php b/core/modules/migrate/tests/src/Kernel/HighWaterTest.php index 96e0f8067c76..26cc7dcd3f9c 100644 --- a/core/modules/migrate/tests/src/Kernel/HighWaterTest.php +++ b/core/modules/migrate/tests/src/Kernel/HighWaterTest.php @@ -12,7 +12,7 @@ class HighWaterTest extends MigrateTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'system', 'user', 'node', diff --git a/core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php b/core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php index ef7549fb20f4..2babdc1ab202 100644 --- a/core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php +++ b/core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php @@ -18,7 +18,7 @@ class MigrateBundleTest extends MigrateTestBase { * * @var array */ - public static $modules = ['taxonomy', 'text', 'user', 'system']; + protected static $modules = ['taxonomy', 'text', 'user', 'system']; /** * {@inheritdoc} diff --git a/core/modules/migrate/tests/src/Kernel/MigrateConfigRollbackTest.php b/core/modules/migrate/tests/src/Kernel/MigrateConfigRollbackTest.php index 72abb0f287eb..d72ac4a925c9 100644 --- a/core/modules/migrate/tests/src/Kernel/MigrateConfigRollbackTest.php +++ b/core/modules/migrate/tests/src/Kernel/MigrateConfigRollbackTest.php @@ -16,7 +16,7 @@ class MigrateConfigRollbackTest extends MigrateTestBase { * * @var array */ - public static $modules = ['system', 'language', 'config_translation']; + protected static $modules = ['system', 'language', 'config_translation']; /** * Tests rolling back configuration. diff --git a/core/modules/migrate/tests/src/Kernel/MigrateEmbeddedDataTest.php b/core/modules/migrate/tests/src/Kernel/MigrateEmbeddedDataTest.php index 7be474e014e3..eebd8f86dfae 100644 --- a/core/modules/migrate/tests/src/Kernel/MigrateEmbeddedDataTest.php +++ b/core/modules/migrate/tests/src/Kernel/MigrateEmbeddedDataTest.php @@ -16,7 +16,7 @@ class MigrateEmbeddedDataTest extends KernelTestBase { * * @var array */ - public static $modules = ['migrate']; + protected static $modules = ['migrate']; /** * Tests the embedded_data source plugin. diff --git a/core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php b/core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php index 4bd0e6372b64..3e7c68306068 100644 --- a/core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php +++ b/core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php @@ -24,7 +24,7 @@ class MigrateEntityContentBaseTest extends KernelTestBase { * * @var array */ - public static $modules = ['migrate', 'user', 'language', 'entity_test']; + protected static $modules = ['migrate', 'user', 'language', 'entity_test']; /** * The storage for entity_test_mul. diff --git a/core/modules/migrate/tests/src/Kernel/MigrateEventsTest.php b/core/modules/migrate/tests/src/Kernel/MigrateEventsTest.php index f571fcd52a72..91cf1b623040 100644 --- a/core/modules/migrate/tests/src/Kernel/MigrateEventsTest.php +++ b/core/modules/migrate/tests/src/Kernel/MigrateEventsTest.php @@ -30,7 +30,7 @@ class MigrateEventsTest extends KernelTestBase { * * @var array */ - public static $modules = ['migrate', 'migrate_events_test']; + protected static $modules = ['migrate', 'migrate_events_test']; /** * {@inheritdoc} diff --git a/core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php b/core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php index d1f10c627d0b..a1dc4bb67340 100644 --- a/core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php +++ b/core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php @@ -11,7 +11,7 @@ */ class MigrateExecutableTest extends MigrateTestBase { - public static $modules = [ + protected static $modules = [ 'entity_test', 'user', ]; diff --git a/core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php b/core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php index 2da937fbeadf..402ea2671a30 100644 --- a/core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php +++ b/core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php @@ -19,7 +19,7 @@ class MigrateExternalTranslatedTest extends MigrateTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'user', 'language', 'node', 'field', 'migrate_external_translated_test']; + protected static $modules = ['system', 'user', 'language', 'node', 'field', 'migrate_external_translated_test']; /** * {@inheritdoc} diff --git a/core/modules/migrate/tests/src/Kernel/MigrateInterruptionTest.php b/core/modules/migrate/tests/src/Kernel/MigrateInterruptionTest.php index 76fd47d185a1..dc7998357261 100644 --- a/core/modules/migrate/tests/src/Kernel/MigrateInterruptionTest.php +++ b/core/modules/migrate/tests/src/Kernel/MigrateInterruptionTest.php @@ -20,7 +20,7 @@ class MigrateInterruptionTest extends KernelTestBase { * * @var array */ - public static $modules = ['migrate', 'migrate_events_test']; + protected static $modules = ['migrate', 'migrate_events_test']; /** * {@inheritdoc} diff --git a/core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php b/core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php index a3287f7c775e..4affaa388465 100644 --- a/core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php +++ b/core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php @@ -18,7 +18,7 @@ class MigrateLookupTest extends MigrateTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'system', 'node', 'field', diff --git a/core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php b/core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php index 3306bd9638c9..1ef0d752c841 100644 --- a/core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php +++ b/core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php @@ -22,7 +22,7 @@ class MigrateMessageTest extends KernelTestBase implements MigrateMessageInterfa * * @var array */ - public static $modules = ['migrate', 'system']; + protected static $modules = ['migrate', 'system']; /** * Migration to run. diff --git a/core/modules/migrate/tests/src/Kernel/MigrateRollbackEntityConfigTest.php b/core/modules/migrate/tests/src/Kernel/MigrateRollbackEntityConfigTest.php index 7e77283f5484..98d868b14e2a 100644 --- a/core/modules/migrate/tests/src/Kernel/MigrateRollbackEntityConfigTest.php +++ b/core/modules/migrate/tests/src/Kernel/MigrateRollbackEntityConfigTest.php @@ -17,7 +17,7 @@ class MigrateRollbackEntityConfigTest extends MigrateTestBase { * * @var array */ - public static $modules = ['field', 'taxonomy', 'text', 'language', 'config_translation', 'user', 'system']; + protected static $modules = ['field', 'taxonomy', 'text', 'language', 'config_translation', 'user', 'system']; /** * {@inheritdoc} diff --git a/core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php b/core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php index b41bd8bf1dff..2db8d826b4f0 100644 --- a/core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php +++ b/core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php @@ -20,7 +20,7 @@ class MigrateRollbackTest extends MigrateTestBase { * * @var array */ - public static $modules = ['field', 'taxonomy', 'text', 'user', 'system']; + protected static $modules = ['field', 'taxonomy', 'text', 'user', 'system']; /** * {@inheritdoc} diff --git a/core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php b/core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php index dd42f252fd09..c30577eb808c 100644 --- a/core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php +++ b/core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php @@ -19,7 +19,7 @@ class MigrateSkipRowTest extends KernelTestBase { * * @var array */ - public static $modules = ['migrate', 'migrate_prepare_row_test']; + protected static $modules = ['migrate', 'migrate_prepare_row_test']; /** * Tests migration interruptions. diff --git a/core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php b/core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php index 7979fb96bb25..29bd2ca8578c 100644 --- a/core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php +++ b/core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php @@ -15,7 +15,7 @@ abstract class MigrateSourceTestBase extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['migrate']; + protected static $modules = ['migrate']; /** * The mocked migration. diff --git a/core/modules/migrate/tests/src/Kernel/MigrateStubTest.php b/core/modules/migrate/tests/src/Kernel/MigrateStubTest.php index 5a94f243db91..c4a5bd99c567 100644 --- a/core/modules/migrate/tests/src/Kernel/MigrateStubTest.php +++ b/core/modules/migrate/tests/src/Kernel/MigrateStubTest.php @@ -16,7 +16,7 @@ class MigrateStubTest extends MigrateTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'system', 'node', 'field', diff --git a/core/modules/migrate/tests/src/Kernel/MigrateTestBase.php b/core/modules/migrate/tests/src/Kernel/MigrateTestBase.php index 896c7de71873..8fcef4a60ed1 100644 --- a/core/modules/migrate/tests/src/Kernel/MigrateTestBase.php +++ b/core/modules/migrate/tests/src/Kernel/MigrateTestBase.php @@ -58,7 +58,7 @@ abstract class MigrateTestBase extends KernelTestBase implements MigrateMessageI */ protected $logger; - public static $modules = ['migrate']; + protected static $modules = ['migrate']; /** * {@inheritdoc} diff --git a/core/modules/migrate/tests/src/Kernel/MigrationTest.php b/core/modules/migrate/tests/src/Kernel/MigrationTest.php index 5fe56ecf9556..72b5b2444d91 100644 --- a/core/modules/migrate/tests/src/Kernel/MigrationTest.php +++ b/core/modules/migrate/tests/src/Kernel/MigrationTest.php @@ -18,7 +18,7 @@ class MigrationTest extends KernelTestBase { * * @var array */ - public static $modules = ['migrate', 'field']; + protected static $modules = ['migrate', 'field']; /** * Tests Migration::set(). diff --git a/core/modules/migrate/tests/src/Kernel/Plugin/EntityExistsTest.php b/core/modules/migrate/tests/src/Kernel/Plugin/EntityExistsTest.php index aacbe5c4b28a..63ab36265767 100644 --- a/core/modules/migrate/tests/src/Kernel/Plugin/EntityExistsTest.php +++ b/core/modules/migrate/tests/src/Kernel/Plugin/EntityExistsTest.php @@ -17,7 +17,7 @@ class EntityExistsTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['migrate', 'system', 'user']; + protected static $modules = ['migrate', 'system', 'user']; /** * {@inheritdoc} diff --git a/core/modules/migrate/tests/src/Kernel/Plugin/EntityRevisionTest.php b/core/modules/migrate/tests/src/Kernel/Plugin/EntityRevisionTest.php index 2865f48c42c6..b2eef6077af1 100644 --- a/core/modules/migrate/tests/src/Kernel/Plugin/EntityRevisionTest.php +++ b/core/modules/migrate/tests/src/Kernel/Plugin/EntityRevisionTest.php @@ -19,7 +19,7 @@ class EntityRevisionTest extends MigrateTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_translation', 'field', 'filter', diff --git a/core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php b/core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php index bb5d04dbd17e..85b125604ca0 100644 --- a/core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php +++ b/core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php @@ -16,7 +16,7 @@ class LogTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['migrate']; + protected static $modules = ['migrate']; /** * Test the Log plugin. diff --git a/core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php b/core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php index 56cc1f3acbf5..2e5a675e5d18 100644 --- a/core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php +++ b/core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php @@ -15,7 +15,7 @@ class MigrationPluginConfigurationTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'migrate', 'migrate_drupal', // Test with a simple migration. diff --git a/core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php b/core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php index 0bdf02b5c544..10ed8755cfed 100644 --- a/core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php +++ b/core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php @@ -22,7 +22,7 @@ class MigrationPluginListTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'migrate', // Test with all modules containing Drupal migrations. 'action', diff --git a/core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php b/core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php index aceb73e807de..49b4ee152462 100644 --- a/core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php +++ b/core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php @@ -17,7 +17,7 @@ class MigrationTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['migrate']; + protected static $modules = ['migrate']; /** * Tests Migration::getProcessPlugins() diff --git a/core/modules/migrate/tests/src/Kernel/QueryBatchTest.php b/core/modules/migrate/tests/src/Kernel/QueryBatchTest.php index 059387973332..86dd2059dc88 100644 --- a/core/modules/migrate/tests/src/Kernel/QueryBatchTest.php +++ b/core/modules/migrate/tests/src/Kernel/QueryBatchTest.php @@ -26,7 +26,7 @@ class QueryBatchTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'migrate', 'migrate_query_batch_test', ]; diff --git a/core/modules/migrate/tests/src/Kernel/TrackChangesTest.php b/core/modules/migrate/tests/src/Kernel/TrackChangesTest.php index 48bc8e5cba30..0c27bf299194 100644 --- a/core/modules/migrate/tests/src/Kernel/TrackChangesTest.php +++ b/core/modules/migrate/tests/src/Kernel/TrackChangesTest.php @@ -12,7 +12,7 @@ class TrackChangesTest extends MigrateTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'system', 'user', 'taxonomy', diff --git a/core/modules/migrate/tests/src/Kernel/process/DownloadTest.php b/core/modules/migrate/tests/src/Kernel/process/DownloadTest.php index 4dd3f11eccfa..9432c707eddb 100644 --- a/core/modules/migrate/tests/src/Kernel/process/DownloadTest.php +++ b/core/modules/migrate/tests/src/Kernel/process/DownloadTest.php @@ -20,7 +20,7 @@ class DownloadTest extends FileTestBase { /** * {@inheritdoc} */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * {@inheritdoc} diff --git a/core/modules/migrate/tests/src/Kernel/process/ExtractTest.php b/core/modules/migrate/tests/src/Kernel/process/ExtractTest.php index 9338b9e3c923..8dc73f492449 100644 --- a/core/modules/migrate/tests/src/Kernel/process/ExtractTest.php +++ b/core/modules/migrate/tests/src/Kernel/process/ExtractTest.php @@ -16,7 +16,7 @@ class ExtractTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['migrate']; + protected static $modules = ['migrate']; /** * Returns test migration definition. diff --git a/core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php b/core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php index 1301ada352d8..22ac8f72a9f9 100644 --- a/core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php +++ b/core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php @@ -23,7 +23,7 @@ class FileCopyTest extends FileTestBase { /** * {@inheritdoc} */ - public static $modules = ['migrate', 'system']; + protected static $modules = ['migrate', 'system']; /** * The file system service. diff --git a/core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php b/core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php index dc63de3db622..caae69de613c 100644 --- a/core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php +++ b/core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php @@ -16,7 +16,7 @@ class HandleMultiplesTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['migrate']; + protected static $modules = ['migrate']; /** * Provides the test migration definition. diff --git a/core/modules/migrate/tests/src/Kernel/process/RouteTest.php b/core/modules/migrate/tests/src/Kernel/process/RouteTest.php index b592fc3215c7..2e154b8664ab 100644 --- a/core/modules/migrate/tests/src/Kernel/process/RouteTest.php +++ b/core/modules/migrate/tests/src/Kernel/process/RouteTest.php @@ -23,7 +23,7 @@ class RouteTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['user', 'system']; + protected static $modules = ['user', 'system']; /** * Tests Route plugin based on providerTestRoute() values. diff --git a/core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php b/core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php index f361fb16ef70..0ff5e3a6d6cb 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php @@ -15,7 +15,7 @@ abstract class MigrateDrupalTestBase extends MigrateTestBase { * * @var array */ - public static $modules = ['system', 'user', 'field', 'migrate_drupal', 'options', 'file']; + protected static $modules = ['system', 'user', 'field', 'migrate_drupal', 'options', 'file']; /** * {@inheritdoc} diff --git a/core/modules/migrate_drupal/tests/src/Kernel/MigrateFieldPluginManagerTest.php b/core/modules/migrate_drupal/tests/src/Kernel/MigrateFieldPluginManagerTest.php index 1ce47ce84f10..69bde8bfcac5 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/MigrateFieldPluginManagerTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/MigrateFieldPluginManagerTest.php @@ -22,7 +22,7 @@ class MigrateFieldPluginManagerTest extends MigrateDrupalTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'datetime', 'system', 'user', diff --git a/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php b/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php index 139a45e2d0f4..4a0645528e40 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php @@ -32,7 +32,7 @@ class ContentEntityTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'user', 'migrate', 'migrate_drupal', diff --git a/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableMultiRowTest.php b/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableMultiRowTest.php index 932af990373c..bf72ed11b5cd 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableMultiRowTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableMultiRowTest.php @@ -16,7 +16,7 @@ class VariableMultiRowTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['migrate_drupal']; + protected static $modules = ['migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableTest.php b/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableTest.php index 1a52b1df30de..66e9a5d5bd75 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableTest.php @@ -16,7 +16,7 @@ class VariableTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['migrate_drupal']; + protected static $modules = ['migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d6/VariableTranslationTest.php b/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d6/VariableTranslationTest.php index e723ce9b7182..85a47b24692f 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d6/VariableTranslationTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d6/VariableTranslationTest.php @@ -16,7 +16,7 @@ class VariableTranslationTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['migrate_drupal']; + protected static $modules = ['migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d7/VariableTranslationTest.php b/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d7/VariableTranslationTest.php index 685590647b1c..3a9eb244498c 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d7/VariableTranslationTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d7/VariableTranslationTest.php @@ -16,7 +16,7 @@ class VariableTranslationTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['migrate_drupal']; + protected static $modules = ['migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d8/ConfigTest.php b/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d8/ConfigTest.php index 3cf403190738..0cb0dcf5d844 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d8/ConfigTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d8/ConfigTest.php @@ -15,7 +15,7 @@ class ConfigTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['migrate_drupal']; + protected static $modules = ['migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/migrate_drupal/tests/src/Kernel/StateFileExists.php b/core/modules/migrate_drupal/tests/src/Kernel/StateFileExists.php index 1940009eb3dd..affc56be38a2 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/StateFileExists.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/StateFileExists.php @@ -24,7 +24,7 @@ class StateFileExists extends MigrateDrupalTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ // Test migrations states. 'migrate_state_finished_test', 'migrate_state_not_finished_test', diff --git a/core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php b/core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php index 00135a120947..89d32c1fe4e8 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php @@ -17,7 +17,7 @@ class EntityContentBaseTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['migrate_overwrite_test']; + protected static $modules = ['migrate_overwrite_test']; /** * {@inheritdoc} diff --git a/core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php b/core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php index 148a64873a2d..41562431e9df 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php @@ -19,7 +19,7 @@ class FieldDiscoveryTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'menu_ui', 'comment', 'datetime', diff --git a/core/modules/migrate_drupal/tests/src/Kernel/d6/FollowUpMigrationsTest.php b/core/modules/migrate_drupal/tests/src/Kernel/d6/FollowUpMigrationsTest.php index e86a7b6d63f0..7a2c6c1b2ac6 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/d6/FollowUpMigrationsTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/d6/FollowUpMigrationsTest.php @@ -15,7 +15,7 @@ class FollowUpMigrationsTest extends MigrateNodeTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_translation', 'language', 'menu_ui', diff --git a/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php b/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php index 9bbd93316d25..ac58395aafed 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php @@ -15,7 +15,7 @@ abstract class MigrateDrupal6TestBase extends MigrateDrupalTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'datetime', 'filter', 'image', diff --git a/core/modules/migrate_drupal/tests/src/Kernel/d6/ValidateMigrationStateTest.php b/core/modules/migrate_drupal/tests/src/Kernel/d6/ValidateMigrationStateTest.php index b525dbdb726c..1ea12b175b79 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/d6/ValidateMigrationStateTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/d6/ValidateMigrationStateTest.php @@ -16,7 +16,7 @@ class ValidateMigrationStateTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ // Test migrations states. 'migrate_state_finished_test', 'migrate_state_not_finished_test', diff --git a/core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php b/core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php index 2c43cb45ae41..03ee60ef0a75 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/d6/VariableTranslationCheckRequirementsTest.php @@ -14,7 +14,7 @@ class VariableTranslationCheckRequirementsTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['config_translation']; + protected static $modules = ['config_translation']; /** * {@inheritdoc} diff --git a/core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php b/core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php index 0efa3f452b4f..5c05d4872608 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php @@ -23,7 +23,7 @@ class FieldDiscoveryTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'comment', 'datetime', 'file', diff --git a/core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php b/core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php index 43ac8a99c6ee..cc0b30956625 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php @@ -17,7 +17,7 @@ class FollowUpMigrationsTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_translation', 'comment', 'datetime', diff --git a/core/modules/migrate_drupal/tests/src/Kernel/d7/ValidateMigrationStateTest.php b/core/modules/migrate_drupal/tests/src/Kernel/d7/ValidateMigrationStateTest.php index fcab11450ac8..aa26170222d8 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/d7/ValidateMigrationStateTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/d7/ValidateMigrationStateTest.php @@ -16,7 +16,7 @@ class ValidateMigrationStateTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ // Test migrations states. 'migrate_state_finished_test', 'migrate_state_not_finished_test', diff --git a/core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php b/core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php index 7d26ea135141..c080f33e3d90 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php @@ -17,7 +17,7 @@ class MigrateDependenciesTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['aggregator', 'comment']; + protected static $modules = ['aggregator', 'comment']; /** * Tests that the order is correct when loading several migrations. diff --git a/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateAccessTest.php b/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateAccessTest.php index 5a568aec0f56..0815b0e500fb 100644 --- a/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateAccessTest.php +++ b/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateAccessTest.php @@ -16,7 +16,7 @@ class MigrateAccessTest extends BrowserTestBase { * * @var array */ - public static $modules = ['migrate_drupal_ui']; + protected static $modules = ['migrate_drupal_ui']; /** * {@inheritdoc} diff --git a/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeFormStepsTest.php b/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeFormStepsTest.php index 49b4d04b5538..84a7ba4ad826 100644 --- a/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeFormStepsTest.php +++ b/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeFormStepsTest.php @@ -20,7 +20,7 @@ class MigrateUpgradeFormStepsTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['migrate_drupal_ui']; + protected static $modules = ['migrate_drupal_ui']; /** * {@inheritdoc} diff --git a/core/modules/migrate_drupal_ui/tests/src/Functional/MultilingualReviewPageTestBase.php b/core/modules/migrate_drupal_ui/tests/src/Functional/MultilingualReviewPageTestBase.php index b9f11b20e355..2946501e5c21 100644 --- a/core/modules/migrate_drupal_ui/tests/src/Functional/MultilingualReviewPageTestBase.php +++ b/core/modules/migrate_drupal_ui/tests/src/Functional/MultilingualReviewPageTestBase.php @@ -23,7 +23,7 @@ abstract class MultilingualReviewPageTestBase extends MigrateUpgradeTestBase { /** * {@inheritdoc} */ - public static $modules = ['migrate_drupal_ui']; + protected static $modules = ['migrate_drupal_ui']; /** * Tests the migrate upgrade review form. diff --git a/core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php b/core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php index df47e99d5747..30df7b5a3355 100644 --- a/core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php +++ b/core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php @@ -14,7 +14,7 @@ class IdConflictTest extends MigrateUpgradeExecuteTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'language', 'content_translation', 'config_translation', diff --git a/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MultilingualReviewPageTest.php b/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MultilingualReviewPageTest.php index 7f00062fdecf..d1c69aac5541 100644 --- a/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MultilingualReviewPageTest.php +++ b/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MultilingualReviewPageTest.php @@ -19,7 +19,7 @@ class MultilingualReviewPageTest extends MultilingualReviewPageTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'language', 'content_translation', 'config_translation', diff --git a/core/modules/migrate_drupal_ui/tests/src/Functional/d6/NoMultilingualReviewPageTest.php b/core/modules/migrate_drupal_ui/tests/src/Functional/d6/NoMultilingualReviewPageTest.php index 0150ac99b997..52273bd4a298 100644 --- a/core/modules/migrate_drupal_ui/tests/src/Functional/d6/NoMultilingualReviewPageTest.php +++ b/core/modules/migrate_drupal_ui/tests/src/Functional/d6/NoMultilingualReviewPageTest.php @@ -20,7 +20,7 @@ class NoMultilingualReviewPageTest extends NoMultilingualReviewPageTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'language', 'telephone', 'aggregator', diff --git a/core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php b/core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php index e779aa3ac07d..1e5f4a32292e 100644 --- a/core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php +++ b/core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php @@ -21,7 +21,7 @@ class NodeClassicTest extends MigrateUpgradeExecuteTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'language', 'content_translation', 'config_translation', diff --git a/core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php b/core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php index 8afec3ca4eaa..d488394d0758 100644 --- a/core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php +++ b/core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php @@ -22,7 +22,7 @@ class Upgrade6Test extends MigrateUpgradeExecuteTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'language', 'content_translation', 'config_translation', diff --git a/core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php b/core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php index 8b8476d39c3f..36f9aac39d24 100644 --- a/core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php +++ b/core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php @@ -14,7 +14,7 @@ class IdConflictTest extends MigrateUpgradeExecuteTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'file', 'language', 'config_translation', diff --git a/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php b/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php index 199e0c7ea3ed..00f33a36f9ec 100644 --- a/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php +++ b/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php @@ -19,7 +19,7 @@ class MultilingualReviewPageTest extends MultilingualReviewPageTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'language', 'content_translation', 'telephone', diff --git a/core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php b/core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php index ed90a96c1538..95b26fcccf0b 100644 --- a/core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php +++ b/core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php @@ -22,7 +22,7 @@ class Upgrade7Test extends MigrateUpgradeExecuteTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'file', 'language', 'config_translation', diff --git a/core/modules/node/tests/src/Functional/Hal/NodeHalJsonAnonTest.php b/core/modules/node/tests/src/Functional/Hal/NodeHalJsonAnonTest.php index 10f101eb3ffa..0f12461524ea 100644 --- a/core/modules/node/tests/src/Functional/Hal/NodeHalJsonAnonTest.php +++ b/core/modules/node/tests/src/Functional/Hal/NodeHalJsonAnonTest.php @@ -18,7 +18,7 @@ class NodeHalJsonAnonTest extends NodeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/Hal/NodeHalJsonBasicAuthTest.php b/core/modules/node/tests/src/Functional/Hal/NodeHalJsonBasicAuthTest.php index fd238757c888..50851bbd1497 100644 --- a/core/modules/node/tests/src/Functional/Hal/NodeHalJsonBasicAuthTest.php +++ b/core/modules/node/tests/src/Functional/Hal/NodeHalJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class NodeHalJsonBasicAuthTest extends NodeHalJsonAnonTest { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/Hal/NodeTypeHalJsonAnonTest.php b/core/modules/node/tests/src/Functional/Hal/NodeTypeHalJsonAnonTest.php index 8a7e8d9b6ba5..e2920829a77c 100644 --- a/core/modules/node/tests/src/Functional/Hal/NodeTypeHalJsonAnonTest.php +++ b/core/modules/node/tests/src/Functional/Hal/NodeTypeHalJsonAnonTest.php @@ -15,7 +15,7 @@ class NodeTypeHalJsonAnonTest extends NodeTypeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/Hal/NodeTypeHalJsonBasicAuthTest.php b/core/modules/node/tests/src/Functional/Hal/NodeTypeHalJsonBasicAuthTest.php index 2c8760ba71a8..b1f90b68687c 100644 --- a/core/modules/node/tests/src/Functional/Hal/NodeTypeHalJsonBasicAuthTest.php +++ b/core/modules/node/tests/src/Functional/Hal/NodeTypeHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class NodeTypeHalJsonBasicAuthTest extends NodeTypeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/Hal/NodeTypeHalJsonCookieTest.php b/core/modules/node/tests/src/Functional/Hal/NodeTypeHalJsonCookieTest.php index 96c7046d0f2e..3c5b821446dd 100644 --- a/core/modules/node/tests/src/Functional/Hal/NodeTypeHalJsonCookieTest.php +++ b/core/modules/node/tests/src/Functional/Hal/NodeTypeHalJsonCookieTest.php @@ -15,7 +15,7 @@ class NodeTypeHalJsonCookieTest extends NodeTypeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php b/core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php index c888459c6f96..06f2bb8b4a74 100644 --- a/core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php +++ b/core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php @@ -17,7 +17,7 @@ class NodeAccessBaseTableTest extends NodeTestBase { * * @var array */ - public static $modules = ['node_access_test', 'views']; + protected static $modules = ['node_access_test', 'views']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeAccessCacheabilityTest.php b/core/modules/node/tests/src/Functional/NodeAccessCacheabilityTest.php index bb4f975f1cc3..48362a5733c8 100644 --- a/core/modules/node/tests/src/Functional/NodeAccessCacheabilityTest.php +++ b/core/modules/node/tests/src/Functional/NodeAccessCacheabilityTest.php @@ -21,7 +21,7 @@ class NodeAccessCacheabilityTest extends NodeTestBase { * * @var array */ - public static $modules = ['node_access_test', 'node_access_test_auto_bubbling']; + protected static $modules = ['node_access_test', 'node_access_test_auto_bubbling']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeAccessFieldTest.php b/core/modules/node/tests/src/Functional/NodeAccessFieldTest.php index 412a441c3440..53ac68709ca9 100644 --- a/core/modules/node/tests/src/Functional/NodeAccessFieldTest.php +++ b/core/modules/node/tests/src/Functional/NodeAccessFieldTest.php @@ -17,7 +17,7 @@ class NodeAccessFieldTest extends NodeTestBase { * * @var array */ - public static $modules = ['node_access_test', 'field_ui']; + protected static $modules = ['node_access_test', 'field_ui']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeAccessGrantsCacheContextTest.php b/core/modules/node/tests/src/Functional/NodeAccessGrantsCacheContextTest.php index 43d80409cae1..bdc487e33959 100644 --- a/core/modules/node/tests/src/Functional/NodeAccessGrantsCacheContextTest.php +++ b/core/modules/node/tests/src/Functional/NodeAccessGrantsCacheContextTest.php @@ -17,7 +17,7 @@ class NodeAccessGrantsCacheContextTest extends NodeTestBase { * * @var array */ - public static $modules = ['node_access_test']; + protected static $modules = ['node_access_test']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeAccessLanguageFallbackTest.php b/core/modules/node/tests/src/Functional/NodeAccessLanguageFallbackTest.php index 6961ddee3546..1a9aeef6e93b 100644 --- a/core/modules/node/tests/src/Functional/NodeAccessLanguageFallbackTest.php +++ b/core/modules/node/tests/src/Functional/NodeAccessLanguageFallbackTest.php @@ -16,7 +16,7 @@ class NodeAccessLanguageFallbackTest extends NodeTestBase { * * @var array */ - public static $modules = ['language', 'node_access_test', 'content_translation']; + protected static $modules = ['language', 'node_access_test', 'content_translation']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeAccessMenuLinkTest.php b/core/modules/node/tests/src/Functional/NodeAccessMenuLinkTest.php index d79ebd011cd7..ef1bdc0ef65c 100644 --- a/core/modules/node/tests/src/Functional/NodeAccessMenuLinkTest.php +++ b/core/modules/node/tests/src/Functional/NodeAccessMenuLinkTest.php @@ -16,7 +16,7 @@ class NodeAccessMenuLinkTest extends NodeTestBase { * * @var array */ - public static $modules = ['menu_ui', 'block']; + protected static $modules = ['menu_ui', 'block']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeAccessPagerTest.php b/core/modules/node/tests/src/Functional/NodeAccessPagerTest.php index 6641040c78e8..ffb2b7767821 100644 --- a/core/modules/node/tests/src/Functional/NodeAccessPagerTest.php +++ b/core/modules/node/tests/src/Functional/NodeAccessPagerTest.php @@ -21,7 +21,7 @@ class NodeAccessPagerTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node_access_test', 'comment', 'forum']; + protected static $modules = ['node_access_test', 'comment', 'forum']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeActionsConfigurationTest.php b/core/modules/node/tests/src/Functional/NodeActionsConfigurationTest.php index c9f0949694e4..132e4e159b3a 100644 --- a/core/modules/node/tests/src/Functional/NodeActionsConfigurationTest.php +++ b/core/modules/node/tests/src/Functional/NodeActionsConfigurationTest.php @@ -17,7 +17,7 @@ class NodeActionsConfigurationTest extends BrowserTestBase { * * @var array */ - public static $modules = ['action', 'node']; + protected static $modules = ['action', 'node']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeAdminTest.php b/core/modules/node/tests/src/Functional/NodeAdminTest.php index 3074fca898f6..00663b6436a3 100644 --- a/core/modules/node/tests/src/Functional/NodeAdminTest.php +++ b/core/modules/node/tests/src/Functional/NodeAdminTest.php @@ -50,7 +50,7 @@ class NodeAdminTest extends NodeTestBase { * * @var array */ - public static $modules = ['views']; + protected static $modules = ['views']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php b/core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php index 5a39ed426322..1bf46d2aef91 100644 --- a/core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php +++ b/core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php @@ -41,7 +41,7 @@ class NodeBlockFunctionalTest extends NodeTestBase { * * @var array */ - public static $modules = ['block', 'views']; + protected static $modules = ['block', 'views']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/node/tests/src/Functional/NodeCacheTagsTest.php b/core/modules/node/tests/src/Functional/NodeCacheTagsTest.php index 14c02669da13..191955a83e06 100644 --- a/core/modules/node/tests/src/Functional/NodeCacheTagsTest.php +++ b/core/modules/node/tests/src/Functional/NodeCacheTagsTest.php @@ -17,7 +17,7 @@ class NodeCacheTagsTest extends EntityWithUriCacheTagsTestBase { /** * {@inheritdoc} */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeContextualLinksTest.php b/core/modules/node/tests/src/Functional/NodeContextualLinksTest.php index a27bdc0dec63..0159ae8e9f8f 100644 --- a/core/modules/node/tests/src/Functional/NodeContextualLinksTest.php +++ b/core/modules/node/tests/src/Functional/NodeContextualLinksTest.php @@ -14,7 +14,7 @@ class NodeContextualLinksTest extends NodeTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'contextual', ]; diff --git a/core/modules/node/tests/src/Functional/NodeCreationTest.php b/core/modules/node/tests/src/Functional/NodeCreationTest.php index 6c0fa08f38e0..34bcc1f39dc4 100644 --- a/core/modules/node/tests/src/Functional/NodeCreationTest.php +++ b/core/modules/node/tests/src/Functional/NodeCreationTest.php @@ -21,7 +21,7 @@ class NodeCreationTest extends NodeTestBase { * * @var array */ - public static $modules = ['node_test_exception', 'dblog', 'test_page_test']; + protected static $modules = ['node_test_exception', 'dblog', 'test_page_test']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeDisplayConfigurableTest.php b/core/modules/node/tests/src/Functional/NodeDisplayConfigurableTest.php index 9193b6efc955..f13f2c126d31 100644 --- a/core/modules/node/tests/src/Functional/NodeDisplayConfigurableTest.php +++ b/core/modules/node/tests/src/Functional/NodeDisplayConfigurableTest.php @@ -16,7 +16,7 @@ class NodeDisplayConfigurableTest extends NodeTestBase { * * @var array */ - public static $modules = ['quickedit', 'rdf']; + protected static $modules = ['quickedit', 'rdf']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeEditFormTest.php b/core/modules/node/tests/src/Functional/NodeEditFormTest.php index 5c4b0f8f1b5d..fea180f3ae60 100644 --- a/core/modules/node/tests/src/Functional/NodeEditFormTest.php +++ b/core/modules/node/tests/src/Functional/NodeEditFormTest.php @@ -43,7 +43,7 @@ class NodeEditFormTest extends NodeTestBase { * * @var string[] */ - public static $modules = ['block', 'node', 'datetime']; + protected static $modules = ['block', 'node', 'datetime']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/node/tests/src/Functional/NodeEntityViewModeAlterTest.php b/core/modules/node/tests/src/Functional/NodeEntityViewModeAlterTest.php index c51af5d42c2b..1575e9cf0051 100644 --- a/core/modules/node/tests/src/Functional/NodeEntityViewModeAlterTest.php +++ b/core/modules/node/tests/src/Functional/NodeEntityViewModeAlterTest.php @@ -17,7 +17,7 @@ class NodeEntityViewModeAlterTest extends NodeTestBase { /** * Enable dummy module that implements hook_ENTITY_TYPE_view() for nodes. */ - public static $modules = ['node_test']; + protected static $modules = ['node_test']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeFieldMultilingualTest.php b/core/modules/node/tests/src/Functional/NodeFieldMultilingualTest.php index e600e0f8547c..61c7c5caa79f 100644 --- a/core/modules/node/tests/src/Functional/NodeFieldMultilingualTest.php +++ b/core/modules/node/tests/src/Functional/NodeFieldMultilingualTest.php @@ -20,7 +20,7 @@ class NodeFieldMultilingualTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'language']; + protected static $modules = ['node', 'language']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php b/core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php index 911dbf2f05a3..a896dedf5959 100644 --- a/core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php +++ b/core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php @@ -16,7 +16,7 @@ class NodeFormSaveChangedTimeTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'node', ]; diff --git a/core/modules/node/tests/src/Functional/NodeHelpTest.php b/core/modules/node/tests/src/Functional/NodeHelpTest.php index e4faff14e50d..394a326f5e67 100644 --- a/core/modules/node/tests/src/Functional/NodeHelpTest.php +++ b/core/modules/node/tests/src/Functional/NodeHelpTest.php @@ -16,7 +16,7 @@ class NodeHelpTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'node', 'help']; + protected static $modules = ['block', 'node', 'help']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeLinksTest.php b/core/modules/node/tests/src/Functional/NodeLinksTest.php index 31b222d5aabf..327704c7a0f4 100644 --- a/core/modules/node/tests/src/Functional/NodeLinksTest.php +++ b/core/modules/node/tests/src/Functional/NodeLinksTest.php @@ -16,7 +16,7 @@ class NodeLinksTest extends NodeTestBase { * * @var array */ - public static $modules = ['views']; + protected static $modules = ['views']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeLoadMultipleTest.php b/core/modules/node/tests/src/Functional/NodeLoadMultipleTest.php index 9ef947abcb4d..897727839174 100644 --- a/core/modules/node/tests/src/Functional/NodeLoadMultipleTest.php +++ b/core/modules/node/tests/src/Functional/NodeLoadMultipleTest.php @@ -17,7 +17,7 @@ class NodeLoadMultipleTest extends NodeTestBase { * * @var array */ - public static $modules = ['views']; + protected static $modules = ['views']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodePreviewAnonymousTest.php b/core/modules/node/tests/src/Functional/NodePreviewAnonymousTest.php index e7d6e4c128fd..64a7c1ab5305 100644 --- a/core/modules/node/tests/src/Functional/NodePreviewAnonymousTest.php +++ b/core/modules/node/tests/src/Functional/NodePreviewAnonymousTest.php @@ -18,7 +18,7 @@ class NodePreviewAnonymousTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeQueryAlterTest.php b/core/modules/node/tests/src/Functional/NodeQueryAlterTest.php index cf6e8167adac..01dee93391cf 100644 --- a/core/modules/node/tests/src/Functional/NodeQueryAlterTest.php +++ b/core/modules/node/tests/src/Functional/NodeQueryAlterTest.php @@ -16,7 +16,7 @@ class NodeQueryAlterTest extends NodeTestBase { * * @var array */ - public static $modules = ['node_access_test']; + protected static $modules = ['node_access_test']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeRSSContentTest.php b/core/modules/node/tests/src/Functional/NodeRSSContentTest.php index 1260786e92dd..b36b03273552 100644 --- a/core/modules/node/tests/src/Functional/NodeRSSContentTest.php +++ b/core/modules/node/tests/src/Functional/NodeRSSContentTest.php @@ -20,7 +20,7 @@ class NodeRSSContentTest extends NodeTestBase { * * @var array */ - public static $modules = ['node_test', 'views']; + protected static $modules = ['node_test', 'views']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeRevisionsTest.php b/core/modules/node/tests/src/Functional/NodeRevisionsTest.php index f8da3b3fcf98..19c2f7c0b5c5 100644 --- a/core/modules/node/tests/src/Functional/NodeRevisionsTest.php +++ b/core/modules/node/tests/src/Functional/NodeRevisionsTest.php @@ -41,7 +41,7 @@ class NodeRevisionsTest extends NodeTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'contextual', 'datetime', 'language', 'content_translation']; + protected static $modules = ['node', 'contextual', 'datetime', 'language', 'content_translation']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeRevisionsUiBypassAccessTest.php b/core/modules/node/tests/src/Functional/NodeRevisionsUiBypassAccessTest.php index 3632d0b6c338..a74d2d75c847 100644 --- a/core/modules/node/tests/src/Functional/NodeRevisionsUiBypassAccessTest.php +++ b/core/modules/node/tests/src/Functional/NodeRevisionsUiBypassAccessTest.php @@ -30,7 +30,7 @@ class NodeRevisionsUiBypassAccessTest extends NodeTestBase { /** * {@inheritdoc} */ - public static $modules = ['block']; + protected static $modules = ['block']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeSaveTest.php b/core/modules/node/tests/src/Functional/NodeSaveTest.php index 00e96e849adf..79e7cbb6f61c 100644 --- a/core/modules/node/tests/src/Functional/NodeSaveTest.php +++ b/core/modules/node/tests/src/Functional/NodeSaveTest.php @@ -23,7 +23,7 @@ class NodeSaveTest extends NodeTestBase { * * @var array */ - public static $modules = ['node_test']; + protected static $modules = ['node_test']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeSyndicateBlockTest.php b/core/modules/node/tests/src/Functional/NodeSyndicateBlockTest.php index e0a316e18a12..2cf6e8bbc8e9 100644 --- a/core/modules/node/tests/src/Functional/NodeSyndicateBlockTest.php +++ b/core/modules/node/tests/src/Functional/NodeSyndicateBlockTest.php @@ -14,7 +14,7 @@ class NodeSyndicateBlockTest extends NodeTestBase { * * @var array */ - public static $modules = ['block']; + protected static $modules = ['block']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeTestBase.php b/core/modules/node/tests/src/Functional/NodeTestBase.php index a05552cccd2e..a10b3b29e47c 100644 --- a/core/modules/node/tests/src/Functional/NodeTestBase.php +++ b/core/modules/node/tests/src/Functional/NodeTestBase.php @@ -17,7 +17,7 @@ abstract class NodeTestBase extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'datetime']; + protected static $modules = ['node', 'datetime']; /** * The node access control handler. diff --git a/core/modules/node/tests/src/Functional/NodeTitleTest.php b/core/modules/node/tests/src/Functional/NodeTitleTest.php index 1280cbd63e85..c2401b4e978a 100644 --- a/core/modules/node/tests/src/Functional/NodeTitleTest.php +++ b/core/modules/node/tests/src/Functional/NodeTitleTest.php @@ -19,7 +19,7 @@ class NodeTitleTest extends NodeTestBase { * * @var array */ - public static $modules = ['comment', 'views', 'block']; + protected static $modules = ['comment', 'views', 'block']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeTranslationUITest.php b/core/modules/node/tests/src/Functional/NodeTranslationUITest.php index 62f13d7e934a..fb9d22d36b84 100644 --- a/core/modules/node/tests/src/Functional/NodeTranslationUITest.php +++ b/core/modules/node/tests/src/Functional/NodeTranslationUITest.php @@ -46,7 +46,7 @@ class NodeTranslationUITest extends ContentTranslationUITestBase { * * @var array */ - public static $modules = ['block', 'language', 'content_translation', 'node', 'datetime', 'field_ui', 'help']; + protected static $modules = ['block', 'language', 'content_translation', 'node', 'datetime', 'field_ui', 'help']; /** * The profile to install as a basis for testing. diff --git a/core/modules/node/tests/src/Functional/NodeTypeInitialLanguageTest.php b/core/modules/node/tests/src/Functional/NodeTypeInitialLanguageTest.php index 3961f912523b..2546c5081cde 100644 --- a/core/modules/node/tests/src/Functional/NodeTypeInitialLanguageTest.php +++ b/core/modules/node/tests/src/Functional/NodeTypeInitialLanguageTest.php @@ -16,7 +16,7 @@ class NodeTypeInitialLanguageTest extends NodeTestBase { * * @var array */ - public static $modules = ['language', 'field_ui']; + protected static $modules = ['language', 'field_ui']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeTypeTest.php b/core/modules/node/tests/src/Functional/NodeTypeTest.php index 2977c5970f1b..049f01c8bf6e 100644 --- a/core/modules/node/tests/src/Functional/NodeTypeTest.php +++ b/core/modules/node/tests/src/Functional/NodeTypeTest.php @@ -23,7 +23,7 @@ class NodeTypeTest extends NodeTestBase { * * @var array */ - public static $modules = ['field_ui', 'block']; + protected static $modules = ['field_ui', 'block']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php b/core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php index a14b46cf42ba..5785e0e39418 100644 --- a/core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php +++ b/core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php @@ -21,7 +21,7 @@ class NodeTypeTranslationTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'block', 'config_translation', 'field_ui', diff --git a/core/modules/node/tests/src/Functional/NodeViewLanguageTest.php b/core/modules/node/tests/src/Functional/NodeViewLanguageTest.php index 5876175a7669..70612d83e56d 100644 --- a/core/modules/node/tests/src/Functional/NodeViewLanguageTest.php +++ b/core/modules/node/tests/src/Functional/NodeViewLanguageTest.php @@ -16,7 +16,7 @@ class NodeViewLanguageTest extends NodeTestBase { * * @var array */ - public static $modules = ['node', 'datetime', 'language']; + protected static $modules = ['node', 'datetime', 'language']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/PagePreviewTest.php b/core/modules/node/tests/src/Functional/PagePreviewTest.php index e6b1c700e7bf..6b1e702370ae 100644 --- a/core/modules/node/tests/src/Functional/PagePreviewTest.php +++ b/core/modules/node/tests/src/Functional/PagePreviewTest.php @@ -32,7 +32,7 @@ class PagePreviewTest extends NodeTestBase { * * @var array */ - public static $modules = ['node', 'taxonomy', 'comment', 'image', 'file', 'text', 'node_test', 'menu_ui']; + protected static $modules = ['node', 'taxonomy', 'comment', 'image', 'file', 'text', 'node_test', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/Rest/NodeJsonBasicAuthTest.php b/core/modules/node/tests/src/Functional/Rest/NodeJsonBasicAuthTest.php index a0bbdfef053e..4ffe43cb8838 100644 --- a/core/modules/node/tests/src/Functional/Rest/NodeJsonBasicAuthTest.php +++ b/core/modules/node/tests/src/Functional/Rest/NodeJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class NodeJsonBasicAuthTest extends NodeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/Rest/NodeResourceTestBase.php b/core/modules/node/tests/src/Functional/Rest/NodeResourceTestBase.php index 5796245e3925..ecfbc78c32b7 100644 --- a/core/modules/node/tests/src/Functional/Rest/NodeResourceTestBase.php +++ b/core/modules/node/tests/src/Functional/Rest/NodeResourceTestBase.php @@ -13,7 +13,7 @@ abstract class NodeResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'path']; + protected static $modules = ['node', 'path']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/Rest/NodeTypeJsonBasicAuthTest.php b/core/modules/node/tests/src/Functional/Rest/NodeTypeJsonBasicAuthTest.php index 870f0d0be261..edc3ff8e09d5 100644 --- a/core/modules/node/tests/src/Functional/Rest/NodeTypeJsonBasicAuthTest.php +++ b/core/modules/node/tests/src/Functional/Rest/NodeTypeJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class NodeTypeJsonBasicAuthTest extends NodeTypeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php b/core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php index 9f56d621c195..65cf81777926 100644 --- a/core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php +++ b/core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php @@ -13,7 +13,7 @@ abstract class NodeTypeResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/Rest/NodeTypeXmlBasicAuthTest.php b/core/modules/node/tests/src/Functional/Rest/NodeTypeXmlBasicAuthTest.php index 05fb962d7d47..0f6af1b8cb0d 100644 --- a/core/modules/node/tests/src/Functional/Rest/NodeTypeXmlBasicAuthTest.php +++ b/core/modules/node/tests/src/Functional/Rest/NodeTypeXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class NodeTypeXmlBasicAuthTest extends NodeTypeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/Rest/NodeXmlBasicAuthTest.php b/core/modules/node/tests/src/Functional/Rest/NodeXmlBasicAuthTest.php index 9c738ee6be9c..486b9a68ab31 100644 --- a/core/modules/node/tests/src/Functional/Rest/NodeXmlBasicAuthTest.php +++ b/core/modules/node/tests/src/Functional/Rest/NodeXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class NodeXmlBasicAuthTest extends NodeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php b/core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php index 4b687b0262fd..7c7561c337a5 100644 --- a/core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php +++ b/core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php @@ -22,7 +22,7 @@ class BulkFormAccessTest extends NodeTestBase { * * @var array */ - public static $modules = ['node_test_views', 'node_access_test']; + protected static $modules = ['node_test_views', 'node_access_test']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/Views/BulkFormTest.php b/core/modules/node/tests/src/Functional/Views/BulkFormTest.php index 32507680899f..0b28c1f8447c 100644 --- a/core/modules/node/tests/src/Functional/Views/BulkFormTest.php +++ b/core/modules/node/tests/src/Functional/Views/BulkFormTest.php @@ -19,7 +19,7 @@ class BulkFormTest extends NodeTestBase { * * @var array */ - public static $modules = ['node_test_views', 'language']; + protected static $modules = ['node_test_views', 'language']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/Views/FilterNodeAccessTest.php b/core/modules/node/tests/src/Functional/Views/FilterNodeAccessTest.php index 7015540e0a96..ce0c4eb0509b 100644 --- a/core/modules/node/tests/src/Functional/Views/FilterNodeAccessTest.php +++ b/core/modules/node/tests/src/Functional/Views/FilterNodeAccessTest.php @@ -22,7 +22,7 @@ class FilterNodeAccessTest extends NodeTestBase { /** * {@inheritdoc} */ - public static $modules = ['node_access_test']; + protected static $modules = ['node_access_test']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/Views/FrontPageTest.php b/core/modules/node/tests/src/Functional/Views/FrontPageTest.php index 8dae59a60110..642387e2dae6 100644 --- a/core/modules/node/tests/src/Functional/Views/FrontPageTest.php +++ b/core/modules/node/tests/src/Functional/Views/FrontPageTest.php @@ -43,7 +43,7 @@ class FrontPageTest extends ViewTestBase { * * @var array */ - public static $modules = ['node', 'contextual']; + protected static $modules = ['node', 'contextual']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/Views/NodeContextualLinksTest.php b/core/modules/node/tests/src/Functional/Views/NodeContextualLinksTest.php index 9dad4459c64b..ee09a931e047 100644 --- a/core/modules/node/tests/src/Functional/Views/NodeContextualLinksTest.php +++ b/core/modules/node/tests/src/Functional/Views/NodeContextualLinksTest.php @@ -16,7 +16,7 @@ class NodeContextualLinksTest extends NodeTestBase { * * @var array */ - public static $modules = ['contextual']; + protected static $modules = ['contextual']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/Views/NodeFieldFilterTest.php b/core/modules/node/tests/src/Functional/Views/NodeFieldFilterTest.php index 6bb83666f924..77e0eed915bb 100644 --- a/core/modules/node/tests/src/Functional/Views/NodeFieldFilterTest.php +++ b/core/modules/node/tests/src/Functional/Views/NodeFieldFilterTest.php @@ -14,7 +14,7 @@ class NodeFieldFilterTest extends NodeTestBase { /** * {@inheritdoc} */ - public static $modules = ['language']; + protected static $modules = ['language']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/Views/NodeLanguageTest.php b/core/modules/node/tests/src/Functional/Views/NodeLanguageTest.php index 344f2645fad6..b5d97c5a7388 100644 --- a/core/modules/node/tests/src/Functional/Views/NodeLanguageTest.php +++ b/core/modules/node/tests/src/Functional/Views/NodeLanguageTest.php @@ -19,7 +19,7 @@ class NodeLanguageTest extends NodeTestBase { /** * {@inheritdoc} */ - public static $modules = ['language', 'node_test_views']; + protected static $modules = ['language', 'node_test_views']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/Views/NodeTestBase.php b/core/modules/node/tests/src/Functional/Views/NodeTestBase.php index b98778c503c6..f8a6a3c9d64d 100644 --- a/core/modules/node/tests/src/Functional/Views/NodeTestBase.php +++ b/core/modules/node/tests/src/Functional/Views/NodeTestBase.php @@ -13,7 +13,7 @@ abstract class NodeTestBase extends ViewTestBase { /** * {@inheritdoc} */ - public static $modules = ['node_test_views']; + protected static $modules = ['node_test_views']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/Views/PathPluginTest.php b/core/modules/node/tests/src/Functional/Views/PathPluginTest.php index c79fe1acbac4..7852f2851249 100644 --- a/core/modules/node/tests/src/Functional/Views/PathPluginTest.php +++ b/core/modules/node/tests/src/Functional/Views/PathPluginTest.php @@ -16,7 +16,7 @@ class PathPluginTest extends NodeTestBase { * * @var array */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/Views/RowPluginTest.php b/core/modules/node/tests/src/Functional/Views/RowPluginTest.php index 8e433c305d23..47d48140ccd6 100644 --- a/core/modules/node/tests/src/Functional/Views/RowPluginTest.php +++ b/core/modules/node/tests/src/Functional/Views/RowPluginTest.php @@ -17,7 +17,7 @@ class RowPluginTest extends NodeTestBase { * * @var array */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Functional/Views/StatusExtraTest.php b/core/modules/node/tests/src/Functional/Views/StatusExtraTest.php index 0347038d36fd..a876ca3e039c 100644 --- a/core/modules/node/tests/src/Functional/Views/StatusExtraTest.php +++ b/core/modules/node/tests/src/Functional/Views/StatusExtraTest.php @@ -15,7 +15,7 @@ class StatusExtraTest extends NodeTestBase { /** * {@inheritdoc} */ - public static $modules = ['node_test_views', 'content_moderation']; + protected static $modules = ['node_test_views', 'content_moderation']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/FunctionalJavascript/NodePreviewLinkTest.php b/core/modules/node/tests/src/FunctionalJavascript/NodePreviewLinkTest.php index 3709bc9a8faa..8b25fd7df696 100644 --- a/core/modules/node/tests/src/FunctionalJavascript/NodePreviewLinkTest.php +++ b/core/modules/node/tests/src/FunctionalJavascript/NodePreviewLinkTest.php @@ -15,7 +15,7 @@ class NodePreviewLinkTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'filter']; + protected static $modules = ['node', 'filter']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/FunctionalJavascript/TestSettingSummariesContentType.php b/core/modules/node/tests/src/FunctionalJavascript/TestSettingSummariesContentType.php index c4f318e6d234..d5cea26457cd 100644 --- a/core/modules/node/tests/src/FunctionalJavascript/TestSettingSummariesContentType.php +++ b/core/modules/node/tests/src/FunctionalJavascript/TestSettingSummariesContentType.php @@ -19,7 +19,7 @@ class TestSettingSummariesContentType extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Action/UnpublishByKeywordActionTest.php b/core/modules/node/tests/src/Kernel/Action/UnpublishByKeywordActionTest.php index d9cac5556d8c..510ffaac9b06 100644 --- a/core/modules/node/tests/src/Kernel/Action/UnpublishByKeywordActionTest.php +++ b/core/modules/node/tests/src/Kernel/Action/UnpublishByKeywordActionTest.php @@ -16,7 +16,7 @@ class UnpublishByKeywordActionTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['action', 'node', 'system', 'user', 'field']; + protected static $modules = ['action', 'node', 'system', 'user', 'field']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php b/core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php index 88d6aa15db70..4ba44ced36b9 100644 --- a/core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php +++ b/core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php @@ -17,7 +17,7 @@ class NodeImportChangeTest extends KernelTestBase { * * @var array */ - public static $modules = ['node', 'field', 'text', 'system', 'node_test_config', 'user']; + protected static $modules = ['node', 'field', 'text', 'system', 'node_test_config', 'user']; /** * Set the default field storage backend for fields created during tests. diff --git a/core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php b/core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php index cf7bb30ce8cb..eace19cc5308 100644 --- a/core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php +++ b/core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php @@ -19,7 +19,7 @@ class NodeImportCreateTest extends KernelTestBase { * * @var array */ - public static $modules = ['node', 'field', 'text', 'system', 'user']; + protected static $modules = ['node', 'field', 'text', 'system', 'user']; /** * Set the default field storage backend for fields created during tests. diff --git a/core/modules/node/tests/src/Kernel/Migrate/MigrateNodeStubTest.php b/core/modules/node/tests/src/Kernel/Migrate/MigrateNodeStubTest.php index 5f561c84e8ba..e5c50e2474c5 100644 --- a/core/modules/node/tests/src/Kernel/Migrate/MigrateNodeStubTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/MigrateNodeStubTest.php @@ -18,7 +18,7 @@ class MigrateNodeStubTest extends MigrateDrupalTestBase { /** * {@inheritdoc} */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Migrate/MigrationPluginAlterTest.php b/core/modules/node/tests/src/Kernel/Migrate/MigrationPluginAlterTest.php index 956381845f80..e234ab153924 100644 --- a/core/modules/node/tests/src/Kernel/Migrate/MigrationPluginAlterTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/MigrationPluginAlterTest.php @@ -18,7 +18,7 @@ class MigrationPluginAlterTest extends MigrateTestBase { /** * {@inheritdoc} */ - public static $modules = ['migrate_drupal', 'node']; + protected static $modules = ['migrate_drupal', 'node']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeBundleSettingsTest.php b/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeBundleSettingsTest.php index ab30fc2c492d..b32e0973549e 100644 --- a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeBundleSettingsTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeBundleSettingsTest.php @@ -16,7 +16,7 @@ class MigrateNodeBundleSettingsTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['menu_ui']; + protected static $modules = ['menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeCompleteTest.php b/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeCompleteTest.php index 2232d3c3fca6..4d6783c195ae 100644 --- a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeCompleteTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeCompleteTest.php @@ -19,7 +19,7 @@ class MigrateNodeCompleteTest extends MigrateNodeTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'language', 'content_translation', 'menu_ui', diff --git a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeRevisionTest.php b/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeRevisionTest.php index ab54ceeb475b..fb195da3e8fb 100644 --- a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeRevisionTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeRevisionTest.php @@ -21,7 +21,7 @@ class MigrateNodeRevisionTest extends MigrateNodeTestBase { /** * {@inheritdoc} */ - public static $modules = ['language', 'content_translation', 'menu_ui']; + protected static $modules = ['language', 'content_translation', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingPromoteTest.php b/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingPromoteTest.php index 7e5007c07275..ff49befcda41 100644 --- a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingPromoteTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingPromoteTest.php @@ -10,7 +10,7 @@ */ class MigrateNodeSettingPromoteTest extends MigrateDrupal6TestBase { - public static $modules = ['node', 'text', 'menu_ui']; + protected static $modules = ['node', 'text', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStatusTest.php b/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStatusTest.php index a1f9d1b4696b..9a958a3da513 100644 --- a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStatusTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStatusTest.php @@ -10,7 +10,7 @@ */ class MigrateNodeSettingStatusTest extends MigrateDrupal6TestBase { - public static $modules = ['node', 'text', 'menu_ui']; + protected static $modules = ['node', 'text', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStickyTest.php b/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStickyTest.php index d2c5b8d031fb..264ea204b68f 100644 --- a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStickyTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStickyTest.php @@ -10,7 +10,7 @@ */ class MigrateNodeSettingStickyTest extends MigrateDrupal6TestBase { - public static $modules = ['node', 'text', 'menu_ui']; + protected static $modules = ['node', 'text', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTest.php b/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTest.php index e58299a77bbf..46d027c7df87 100644 --- a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTest.php @@ -19,7 +19,7 @@ class MigrateNodeTest extends MigrateNodeTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'language', 'content_translation', 'menu_ui', diff --git a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTypeTest.php b/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTypeTest.php index e8ccaf9e827b..67b33ade9d0e 100644 --- a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTypeTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTypeTest.php @@ -16,7 +16,7 @@ class MigrateNodeTypeTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['menu_ui']; + protected static $modules = ['menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Migrate/d6/NodeTranslationRedirectTest.php b/core/modules/node/tests/src/Kernel/Migrate/d6/NodeTranslationRedirectTest.php index c4ea62088566..5baeff7a249b 100644 --- a/core/modules/node/tests/src/Kernel/Migrate/d6/NodeTranslationRedirectTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/d6/NodeTranslationRedirectTest.php @@ -19,7 +19,7 @@ class NodeTranslationRedirectTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_translation', 'language', 'menu_ui', diff --git a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeCompleteTest.php b/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeCompleteTest.php index a966da06cd08..cb39c471d1f1 100644 --- a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeCompleteTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeCompleteTest.php @@ -23,7 +23,7 @@ class MigrateNodeCompleteTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_translation', 'comment', 'datetime', diff --git a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeDeriverTest.php b/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeDeriverTest.php index 50b4a4f6646d..a690112577c3 100644 --- a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeDeriverTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeDeriverTest.php @@ -14,7 +14,7 @@ class MigrateNodeDeriverTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * Test node translation migrations with translation disabled. diff --git a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeRevisionTest.php b/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeRevisionTest.php index 495d83b0d43e..0af06a0f204d 100644 --- a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeRevisionTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeRevisionTest.php @@ -25,7 +25,7 @@ class MigrateNodeRevisionTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_translation', 'comment', 'datetime', diff --git a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeSettingsTest.php b/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeSettingsTest.php index 6186b7ec9a15..571d8a5a2b1d 100644 --- a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeSettingsTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeSettingsTest.php @@ -19,7 +19,7 @@ class MigrateNodeSettingsTest extends MigrateDrupal7TestBase { * * @var array */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTest.php b/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTest.php index bbc284faa1cc..22ac405e1114 100644 --- a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTest.php @@ -21,7 +21,7 @@ class MigrateNodeTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_translation', 'comment', 'datetime', diff --git a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTitleLabelTest.php b/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTitleLabelTest.php index 9ae54bc6d899..ca1f8f0e0e1d 100644 --- a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTitleLabelTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTitleLabelTest.php @@ -12,7 +12,7 @@ */ class MigrateNodeTitleLabelTest extends MigrateDrupal7TestBase { - public static $modules = ['node', 'text', 'menu_ui']; + protected static $modules = ['node', 'text', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTypeTest.php b/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTypeTest.php index 4e314f0b9725..529ae5a0162f 100644 --- a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTypeTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTypeTest.php @@ -20,7 +20,7 @@ class MigrateNodeTypeTest extends MigrateDrupal7TestBase { * * @var array */ - public static $modules = ['node', 'text', 'menu_ui']; + protected static $modules = ['node', 'text', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Migrate/d7/NodeTranslationRedirectTest.php b/core/modules/node/tests/src/Kernel/Migrate/d7/NodeTranslationRedirectTest.php index c8b2274b095f..614ee6bbbd86 100644 --- a/core/modules/node/tests/src/Kernel/Migrate/d7/NodeTranslationRedirectTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/d7/NodeTranslationRedirectTest.php @@ -19,7 +19,7 @@ class NodeTranslationRedirectTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_translation', 'language', 'menu_ui', diff --git a/core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareCombinationTest.php b/core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareCombinationTest.php index 32a5ce135973..bceb5864d2da 100644 --- a/core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareCombinationTest.php +++ b/core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareCombinationTest.php @@ -23,7 +23,7 @@ class NodeAccessLanguageAwareCombinationTest extends NodeAccessTestBase { * * @var array */ - public static $modules = ['language', 'node_access_test_language', 'node_access_test']; + protected static $modules = ['language', 'node_access_test_language', 'node_access_test']; /** * A set of nodes to use in testing. diff --git a/core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareTest.php b/core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareTest.php index 0e4eb590fd0a..b4f8dde78abe 100644 --- a/core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareTest.php +++ b/core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareTest.php @@ -22,7 +22,7 @@ class NodeAccessLanguageAwareTest extends NodeAccessTestBase { * * @var array */ - public static $modules = ['language', 'node_access_test_language']; + protected static $modules = ['language', 'node_access_test_language']; /** * A set of nodes to use in testing. diff --git a/core/modules/node/tests/src/Kernel/NodeAccessRecordsTest.php b/core/modules/node/tests/src/Kernel/NodeAccessRecordsTest.php index 714f18cb43b4..547127d6ddff 100644 --- a/core/modules/node/tests/src/Kernel/NodeAccessRecordsTest.php +++ b/core/modules/node/tests/src/Kernel/NodeAccessRecordsTest.php @@ -18,7 +18,7 @@ class NodeAccessRecordsTest extends NodeAccessTestBase { * * @var array */ - public static $modules = ['node_test']; + protected static $modules = ['node_test']; /** * Creates a node and tests the creation of node access rules. diff --git a/core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php b/core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php index 780cd3e53bc3..49ecd6c04cc7 100644 --- a/core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php +++ b/core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php @@ -19,7 +19,7 @@ class NodeBodyFieldStorageTest extends KernelTestBase { * * @var array */ - public static $modules = ['user', 'system', 'field', 'node', 'text', 'filter']; + protected static $modules = ['user', 'system', 'field', 'node', 'text', 'filter']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/node/tests/src/Kernel/NodeConditionTest.php b/core/modules/node/tests/src/Kernel/NodeConditionTest.php index acd0642d435d..0a9c6f7e201e 100644 --- a/core/modules/node/tests/src/Kernel/NodeConditionTest.php +++ b/core/modules/node/tests/src/Kernel/NodeConditionTest.php @@ -13,7 +13,7 @@ */ class NodeConditionTest extends EntityKernelTestBase { - public static $modules = ['node']; + protected static $modules = ['node']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/node/tests/src/Kernel/NodeFieldAccessTest.php b/core/modules/node/tests/src/Kernel/NodeFieldAccessTest.php index 812731fc612f..7794326c3f39 100644 --- a/core/modules/node/tests/src/Kernel/NodeFieldAccessTest.php +++ b/core/modules/node/tests/src/Kernel/NodeFieldAccessTest.php @@ -19,7 +19,7 @@ class NodeFieldAccessTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * Fields that only users with administer nodes permissions can change. diff --git a/core/modules/node/tests/src/Kernel/NodeFieldOverridesTest.php b/core/modules/node/tests/src/Kernel/NodeFieldOverridesTest.php index 66724bd6bb7f..47a5b5c9e01d 100644 --- a/core/modules/node/tests/src/Kernel/NodeFieldOverridesTest.php +++ b/core/modules/node/tests/src/Kernel/NodeFieldOverridesTest.php @@ -27,7 +27,7 @@ class NodeFieldOverridesTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['user', 'system', 'field', 'node']; + protected static $modules = ['user', 'system', 'field', 'node']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/NodeListBuilderTest.php b/core/modules/node/tests/src/Kernel/NodeListBuilderTest.php index a2bfec598423..2f6b86bb5eba 100644 --- a/core/modules/node/tests/src/Kernel/NodeListBuilderTest.php +++ b/core/modules/node/tests/src/Kernel/NodeListBuilderTest.php @@ -15,7 +15,7 @@ class NodeListBuilderTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'user']; + protected static $modules = ['node', 'user']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/node/tests/src/Kernel/NodeOwnerTest.php b/core/modules/node/tests/src/Kernel/NodeOwnerTest.php index 01e0f0ed64c3..2a1865da6918 100644 --- a/core/modules/node/tests/src/Kernel/NodeOwnerTest.php +++ b/core/modules/node/tests/src/Kernel/NodeOwnerTest.php @@ -20,7 +20,7 @@ class NodeOwnerTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['node', 'language']; + protected static $modules = ['node', 'language']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/node/tests/src/Kernel/NodeTokenReplaceTest.php b/core/modules/node/tests/src/Kernel/NodeTokenReplaceTest.php index df690854788d..ab2d0f8f6234 100644 --- a/core/modules/node/tests/src/Kernel/NodeTokenReplaceTest.php +++ b/core/modules/node/tests/src/Kernel/NodeTokenReplaceTest.php @@ -22,7 +22,7 @@ class NodeTokenReplaceTest extends TokenReplaceKernelTestBase { * * @var array */ - public static $modules = ['node', 'filter']; + protected static $modules = ['node', 'filter']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/NodeValidationTest.php b/core/modules/node/tests/src/Kernel/NodeValidationTest.php index 1f8369d18cae..29452ec37d82 100644 --- a/core/modules/node/tests/src/Kernel/NodeValidationTest.php +++ b/core/modules/node/tests/src/Kernel/NodeValidationTest.php @@ -18,7 +18,7 @@ class NodeValidationTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * Set the default field storage backend for fields created during tests. diff --git a/core/modules/node/tests/src/Kernel/NodeViewBuilderTest.php b/core/modules/node/tests/src/Kernel/NodeViewBuilderTest.php index 442a1c3c8f76..b95338fb50d3 100644 --- a/core/modules/node/tests/src/Kernel/NodeViewBuilderTest.php +++ b/core/modules/node/tests/src/Kernel/NodeViewBuilderTest.php @@ -19,7 +19,7 @@ class NodeViewBuilderTest extends EntityKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * The node storage. diff --git a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeByNodeTypeTest.php b/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeByNodeTypeTest.php index d5a8db09da65..d35d6fee30ea 100644 --- a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeByNodeTypeTest.php +++ b/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeByNodeTypeTest.php @@ -16,7 +16,7 @@ class NodeByNodeTypeTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'user', 'migrate_drupal']; + protected static $modules = ['node', 'user', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeRevisionByNodeTypeTest.php b/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeRevisionByNodeTypeTest.php index 27e17cc41f9b..75434abc3333 100644 --- a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeRevisionByNodeTypeTest.php +++ b/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeRevisionByNodeTypeTest.php @@ -16,7 +16,7 @@ class NodeRevisionByNodeTypeTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'user', 'migrate_drupal']; + protected static $modules = ['node', 'user', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeRevisionTest.php b/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeRevisionTest.php index fbc28c5ce019..11d63decc442 100644 --- a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeRevisionTest.php +++ b/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeRevisionTest.php @@ -16,7 +16,7 @@ class NodeRevisionTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'user', 'migrate_drupal']; + protected static $modules = ['node', 'user', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTest.php b/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTest.php index 4bc1be0afebd..9a78d61da3ff 100644 --- a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTest.php +++ b/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTest.php @@ -16,7 +16,7 @@ class NodeTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'user', 'migrate_drupal']; + protected static $modules = ['node', 'user', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTranslationTest.php b/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTranslationTest.php index e7de62b07a45..95addeb8a0c1 100644 --- a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTranslationTest.php +++ b/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTranslationTest.php @@ -14,7 +14,7 @@ class NodeTranslationTest extends NodeTest { /** * {@inheritdoc} */ - public static $modules = ['node', 'user', 'migrate_drupal']; + protected static $modules = ['node', 'user', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTypeTest.php b/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTypeTest.php index 9d59f43f0b7e..bd349c6113c7 100644 --- a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTypeTest.php +++ b/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTypeTest.php @@ -16,7 +16,7 @@ class NodeTypeTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'user', 'migrate_drupal']; + protected static $modules = ['node', 'user', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/ViewModeTest.php b/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/ViewModeTest.php index 18d941c8a505..e818cbee0000 100644 --- a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/ViewModeTest.php +++ b/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/ViewModeTest.php @@ -16,7 +16,7 @@ class ViewModeTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'user', 'migrate_drupal']; + protected static $modules = ['node', 'user', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeEntityTranslationTest.php b/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeEntityTranslationTest.php index 79fedae640c6..637f42a5bf6e 100644 --- a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeEntityTranslationTest.php +++ b/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeEntityTranslationTest.php @@ -16,7 +16,7 @@ class NodeEntityTranslationTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'user', 'migrate_drupal']; + protected static $modules = ['node', 'user', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTest.php b/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTest.php index 3b75837a6862..b3729292f586 100644 --- a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTest.php +++ b/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTest.php @@ -16,7 +16,7 @@ class NodeTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'user', 'migrate_drupal']; + protected static $modules = ['node', 'user', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTranslationTest.php b/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTranslationTest.php index d3229e420c50..da73d9123c37 100644 --- a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTranslationTest.php +++ b/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTranslationTest.php @@ -14,7 +14,7 @@ class NodeTranslationTest extends NodeTest { /** * {@inheritdoc} */ - public static $modules = ['node', 'user', 'migrate_drupal']; + protected static $modules = ['node', 'user', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTypeTest.php b/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTypeTest.php index 5e876b7d4a0f..45f054110af5 100644 --- a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTypeTest.php +++ b/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTypeTest.php @@ -16,7 +16,7 @@ class NodeTypeTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'user', 'migrate_drupal']; + protected static $modules = ['node', 'user', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/SummaryLengthTest.php b/core/modules/node/tests/src/Kernel/SummaryLengthTest.php index fd004ea25c75..97830c656b0f 100644 --- a/core/modules/node/tests/src/Kernel/SummaryLengthTest.php +++ b/core/modules/node/tests/src/Kernel/SummaryLengthTest.php @@ -36,7 +36,7 @@ class SummaryLengthTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'datetime', 'user', diff --git a/core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php b/core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php index bb7ad72a7969..c6d69f144b85 100644 --- a/core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php +++ b/core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php @@ -19,7 +19,7 @@ class ArgumentUidRevisionTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'field', 'text', 'user', 'node_test_views']; + protected static $modules = ['node', 'field', 'text', 'user', 'node_test_views']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Views/NidArgumentTest.php b/core/modules/node/tests/src/Kernel/Views/NidArgumentTest.php index 83e1033073f7..136931b0c6d9 100644 --- a/core/modules/node/tests/src/Kernel/Views/NidArgumentTest.php +++ b/core/modules/node/tests/src/Kernel/Views/NidArgumentTest.php @@ -18,7 +18,7 @@ class NidArgumentTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'field', 'text', 'node_test_config', 'user', 'node_test_views']; + protected static $modules = ['node', 'field', 'text', 'node_test_config', 'user', 'node_test_views']; /** * Views used by this test. diff --git a/core/modules/node/tests/src/Kernel/Views/NodeViewsFieldAccessTest.php b/core/modules/node/tests/src/Kernel/Views/NodeViewsFieldAccessTest.php index 44be16227d2a..0a6a56cf96b6 100644 --- a/core/modules/node/tests/src/Kernel/Views/NodeViewsFieldAccessTest.php +++ b/core/modules/node/tests/src/Kernel/Views/NodeViewsFieldAccessTest.php @@ -17,7 +17,7 @@ class NodeViewsFieldAccessTest extends FieldFieldAccessTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'entity_test']; + protected static $modules = ['node', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Views/RevisionCreateTimestampTest.php b/core/modules/node/tests/src/Kernel/Views/RevisionCreateTimestampTest.php index 7f23067b720e..52b38b8e1139 100644 --- a/core/modules/node/tests/src/Kernel/Views/RevisionCreateTimestampTest.php +++ b/core/modules/node/tests/src/Kernel/Views/RevisionCreateTimestampTest.php @@ -18,7 +18,7 @@ class RevisionCreateTimestampTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['node_test_views', 'node', 'views', 'user']; + protected static $modules = ['node_test_views', 'node', 'views', 'user']; /** * {@inheritdoc} diff --git a/core/modules/node/tests/src/Kernel/Views/RevisionRelationshipsTest.php b/core/modules/node/tests/src/Kernel/Views/RevisionRelationshipsTest.php index 2c917a4ebedd..8ae67a07a764 100644 --- a/core/modules/node/tests/src/Kernel/Views/RevisionRelationshipsTest.php +++ b/core/modules/node/tests/src/Kernel/Views/RevisionRelationshipsTest.php @@ -21,7 +21,7 @@ class RevisionRelationshipsTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'node', 'node_test_views', 'language', diff --git a/core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php b/core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php index 190ff46ef280..7cad1ed92e47 100644 --- a/core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php +++ b/core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php @@ -23,7 +23,7 @@ class RevisionUidTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'node_test_views', 'system', diff --git a/core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php b/core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php index e73611aba808..c188bba794ff 100644 --- a/core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php +++ b/core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php @@ -17,7 +17,7 @@ abstract class OptionsDynamicValuesTestBase extends FieldTestBase { * * @var array */ - public static $modules = ['options', 'entity_test', 'options_test']; + protected static $modules = ['options', 'entity_test', 'options_test']; /** * The created entity. diff --git a/core/modules/options/tests/src/Functional/OptionsFieldUITest.php b/core/modules/options/tests/src/Functional/OptionsFieldUITest.php index 4edb16e7e0a0..72838bfdf9a4 100644 --- a/core/modules/options/tests/src/Functional/OptionsFieldUITest.php +++ b/core/modules/options/tests/src/Functional/OptionsFieldUITest.php @@ -19,7 +19,7 @@ class OptionsFieldUITest extends FieldTestBase { * * @var array */ - public static $modules = ['node', 'options', 'field_test', 'taxonomy', 'field_ui']; + protected static $modules = ['node', 'options', 'field_test', 'taxonomy', 'field_ui']; /** * {@inheritdoc} diff --git a/core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php b/core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php index 4a3376e0fb0a..005f24407f55 100644 --- a/core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php +++ b/core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php @@ -18,7 +18,7 @@ class OptionsFloatFieldImportTest extends FieldTestBase { * * @var array */ - public static $modules = ['node', 'options', 'field_ui', 'config', 'options_config_install_test']; + protected static $modules = ['node', 'options', 'field_ui', 'config', 'options_config_install_test']; /** * {@inheritdoc} diff --git a/core/modules/options/tests/src/Functional/OptionsWidgetsTest.php b/core/modules/options/tests/src/Functional/OptionsWidgetsTest.php index c1cd5d3849c0..587f24654bd4 100644 --- a/core/modules/options/tests/src/Functional/OptionsWidgetsTest.php +++ b/core/modules/options/tests/src/Functional/OptionsWidgetsTest.php @@ -19,7 +19,7 @@ class OptionsWidgetsTest extends FieldTestBase { * * @var array */ - public static $modules = ['node', 'options', 'entity_test', 'options_test', 'taxonomy', 'field_ui']; + protected static $modules = ['node', 'options', 'entity_test', 'options_test', 'taxonomy', 'field_ui']; /** * {@inheritdoc} diff --git a/core/modules/options/tests/src/Kernel/OptionsFieldTest.php b/core/modules/options/tests/src/Kernel/OptionsFieldTest.php index 6ed2fda2cb9e..55d8732479ca 100644 --- a/core/modules/options/tests/src/Kernel/OptionsFieldTest.php +++ b/core/modules/options/tests/src/Kernel/OptionsFieldTest.php @@ -19,7 +19,7 @@ class OptionsFieldTest extends OptionsFieldUnitTestBase { * * @var array */ - public static $modules = ['options']; + protected static $modules = ['options']; /** * Test that allowed values can be updated. diff --git a/core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php b/core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php index 05f0c64a4906..331dd33349fa 100644 --- a/core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php +++ b/core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php @@ -16,7 +16,7 @@ abstract class OptionsFieldUnitTestBase extends FieldKernelTestBase { * * @var array */ - public static $modules = ['options']; + protected static $modules = ['options']; /** * The field name used in the test. diff --git a/core/modules/options/tests/src/Kernel/Views/FileViewsDataTest.php b/core/modules/options/tests/src/Kernel/Views/FileViewsDataTest.php index c713863ff31b..2867dcddb647 100644 --- a/core/modules/options/tests/src/Kernel/Views/FileViewsDataTest.php +++ b/core/modules/options/tests/src/Kernel/Views/FileViewsDataTest.php @@ -19,7 +19,7 @@ class FileViewsDataTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['file', 'views', 'entity_test', 'user', 'field']; + protected static $modules = ['file', 'views', 'entity_test', 'user', 'field']; /** * {@inheritdoc} diff --git a/core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php b/core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php index 9f53e63313fa..4f612b6a5ee1 100644 --- a/core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php +++ b/core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php @@ -19,7 +19,7 @@ abstract class OptionsTestBase extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['options', 'options_test_views', 'node', 'user', 'field']; + protected static $modules = ['options', 'options_test_views', 'node', 'user', 'field']; /** * Stores the nodes used for the different tests. diff --git a/core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php b/core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php index a537378f489b..be4f6a64c79a 100644 --- a/core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php +++ b/core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php @@ -15,7 +15,7 @@ class ViewsDataTest extends OptionsTestBase { /** * {@inheritdoc} */ - public static $modules = ['options', 'options_test', 'entity_test', 'views']; + protected static $modules = ['options', 'options_test', 'entity_test', 'views']; /** * The field storage. diff --git a/core/modules/page_cache/tests/src/Functional/PageCacheTest.php b/core/modules/page_cache/tests/src/Functional/PageCacheTest.php index e45958a55caa..b607560adc18 100644 --- a/core/modules/page_cache/tests/src/Functional/PageCacheTest.php +++ b/core/modules/page_cache/tests/src/Functional/PageCacheTest.php @@ -27,7 +27,7 @@ class PageCacheTest extends BrowserTestBase { * * @var array */ - public static $modules = ['test_page_test', 'system_test', 'entity_test']; + protected static $modules = ['test_page_test', 'system_test', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/path/tests/src/Functional/PathAdminTest.php b/core/modules/path/tests/src/Functional/PathAdminTest.php index 6dc3eb141b08..771853798ece 100644 --- a/core/modules/path/tests/src/Functional/PathAdminTest.php +++ b/core/modules/path/tests/src/Functional/PathAdminTest.php @@ -14,7 +14,7 @@ class PathAdminTest extends PathTestBase { * * @var array */ - public static $modules = ['path']; + protected static $modules = ['path']; /** * {@inheritdoc} diff --git a/core/modules/path/tests/src/Functional/PathAliasTest.php b/core/modules/path/tests/src/Functional/PathAliasTest.php index faf5c30648a8..b4f6f8bed3a3 100644 --- a/core/modules/path/tests/src/Functional/PathAliasTest.php +++ b/core/modules/path/tests/src/Functional/PathAliasTest.php @@ -19,7 +19,7 @@ class PathAliasTest extends PathTestBase { * * @var array */ - public static $modules = ['path']; + protected static $modules = ['path']; /** * {@inheritdoc} diff --git a/core/modules/path/tests/src/Functional/PathContentModerationTest.php b/core/modules/path/tests/src/Functional/PathContentModerationTest.php index 02ba24f6004c..eebeb2cdb79b 100644 --- a/core/modules/path/tests/src/Functional/PathContentModerationTest.php +++ b/core/modules/path/tests/src/Functional/PathContentModerationTest.php @@ -21,7 +21,7 @@ class PathContentModerationTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'node', 'path', 'content_moderation', diff --git a/core/modules/path/tests/src/Functional/PathLanguageTest.php b/core/modules/path/tests/src/Functional/PathLanguageTest.php index 43f174bbc10b..3ccb545de4c0 100644 --- a/core/modules/path/tests/src/Functional/PathLanguageTest.php +++ b/core/modules/path/tests/src/Functional/PathLanguageTest.php @@ -14,7 +14,7 @@ class PathLanguageTest extends PathTestBase { * * @var array */ - public static $modules = ['path', 'locale', 'locale_test', 'content_translation']; + protected static $modules = ['path', 'locale', 'locale_test', 'content_translation']; /** * {@inheritdoc} diff --git a/core/modules/path/tests/src/Functional/PathLanguageUiTest.php b/core/modules/path/tests/src/Functional/PathLanguageUiTest.php index ff9802e849e3..19c832791c7a 100644 --- a/core/modules/path/tests/src/Functional/PathLanguageUiTest.php +++ b/core/modules/path/tests/src/Functional/PathLanguageUiTest.php @@ -16,7 +16,7 @@ class PathLanguageUiTest extends PathTestBase { * * @var array */ - public static $modules = ['path', 'locale', 'locale_test']; + protected static $modules = ['path', 'locale', 'locale_test']; /** * {@inheritdoc} diff --git a/core/modules/path/tests/src/Functional/PathMediaFormTest.php b/core/modules/path/tests/src/Functional/PathMediaFormTest.php index 128dbe030cec..aa6b9555e890 100644 --- a/core/modules/path/tests/src/Functional/PathMediaFormTest.php +++ b/core/modules/path/tests/src/Functional/PathMediaFormTest.php @@ -14,7 +14,7 @@ class PathMediaFormTest extends PathTestBase { /** * {@inheritdoc} */ - public static $modules = ['media', 'media_test_source']; + protected static $modules = ['media', 'media_test_source']; /** * {@inheritdoc} diff --git a/core/modules/path/tests/src/Functional/PathNodeFormTest.php b/core/modules/path/tests/src/Functional/PathNodeFormTest.php index bd5d80e09d93..075fe4eada47 100644 --- a/core/modules/path/tests/src/Functional/PathNodeFormTest.php +++ b/core/modules/path/tests/src/Functional/PathNodeFormTest.php @@ -14,7 +14,7 @@ class PathNodeFormTest extends PathTestBase { * * @var array */ - public static $modules = ['node', 'path']; + protected static $modules = ['node', 'path']; /** * {@inheritdoc} diff --git a/core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php b/core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php index f786ee0b8557..30c584e5aa41 100644 --- a/core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php +++ b/core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php @@ -17,7 +17,7 @@ class PathTaxonomyTermTest extends PathTestBase { * * @var array */ - public static $modules = ['taxonomy']; + protected static $modules = ['taxonomy']; /** * {@inheritdoc} diff --git a/core/modules/path/tests/src/Functional/PathTestBase.php b/core/modules/path/tests/src/Functional/PathTestBase.php index ca6f03c90167..3e448f2565a9 100644 --- a/core/modules/path/tests/src/Functional/PathTestBase.php +++ b/core/modules/path/tests/src/Functional/PathTestBase.php @@ -17,7 +17,7 @@ abstract class PathTestBase extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'path']; + protected static $modules = ['node', 'path']; protected function setUp() { parent::setUp(); diff --git a/core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php b/core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php index 1728bb29364b..974cfd54e0b1 100644 --- a/core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php +++ b/core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php @@ -20,7 +20,7 @@ class MigrateUrlAliasTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'language', 'content_translation', 'path', diff --git a/core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTest.php b/core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTest.php index b717d0d404d2..a73d0e5d3944 100644 --- a/core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTest.php +++ b/core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTest.php @@ -12,7 +12,7 @@ class MigrateUrlAliasTest extends MigrateUrlAliasTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'path_alias', 'content_translation', 'migrate_drupal_multilingual', diff --git a/core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTestBase.php b/core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTestBase.php index 86a11fe71dfc..c1271fd68e54 100644 --- a/core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTestBase.php +++ b/core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTestBase.php @@ -17,7 +17,7 @@ abstract class MigrateUrlAliasTestBase extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'language', 'menu_ui', 'node', diff --git a/core/modules/path/tests/src/Kernel/PathItemTest.php b/core/modules/path/tests/src/Kernel/PathItemTest.php index c46966b85676..bfb1c93b37d9 100644 --- a/core/modules/path/tests/src/Kernel/PathItemTest.php +++ b/core/modules/path/tests/src/Kernel/PathItemTest.php @@ -19,7 +19,7 @@ class PathItemTest extends KernelTestBase { * * @var array */ - public static $modules = ['path', 'path_alias', 'node', 'user', 'system', 'language', 'content_translation']; + protected static $modules = ['path', 'path_alias', 'node', 'user', 'system', 'language', 'content_translation']; /** * {@inheritdoc} diff --git a/core/modules/path/tests/src/Kernel/PathNoCanonicalLinkTest.php b/core/modules/path/tests/src/Kernel/PathNoCanonicalLinkTest.php index bb6790b3b717..f8631f2b159a 100644 --- a/core/modules/path/tests/src/Kernel/PathNoCanonicalLinkTest.php +++ b/core/modules/path/tests/src/Kernel/PathNoCanonicalLinkTest.php @@ -18,7 +18,7 @@ class PathNoCanonicalLinkTest extends KernelTestBase { * * @var array */ - public static $modules = ['path', 'content_translation_test', 'language', 'entity_test', 'user', 'system']; + protected static $modules = ['path', 'content_translation_test', 'language', 'entity_test', 'user', 'system']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/path/tests/src/Kernel/Plugin/migrate/source/d6/UrlAliasTest.php b/core/modules/path/tests/src/Kernel/Plugin/migrate/source/d6/UrlAliasTest.php index 1057dffbee66..4cfe6d12268f 100644 --- a/core/modules/path/tests/src/Kernel/Plugin/migrate/source/d6/UrlAliasTest.php +++ b/core/modules/path/tests/src/Kernel/Plugin/migrate/source/d6/UrlAliasTest.php @@ -15,7 +15,7 @@ class UrlAliasTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['migrate_drupal', 'path']; + protected static $modules = ['migrate_drupal', 'path']; /** * {@inheritdoc} diff --git a/core/modules/path/tests/src/Kernel/Plugin/migrate/source/d7/UrlAliasTest.php b/core/modules/path/tests/src/Kernel/Plugin/migrate/source/d7/UrlAliasTest.php index 2fdfd361d66c..191b0794d962 100644 --- a/core/modules/path/tests/src/Kernel/Plugin/migrate/source/d7/UrlAliasTest.php +++ b/core/modules/path/tests/src/Kernel/Plugin/migrate/source/d7/UrlAliasTest.php @@ -15,7 +15,7 @@ class UrlAliasTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['migrate_drupal', 'path']; + protected static $modules = ['migrate_drupal', 'path']; /** * {@inheritdoc} diff --git a/core/modules/path_alias/tests/src/Functional/Hal/PathAliasHalJsonAnonTest.php b/core/modules/path_alias/tests/src/Functional/Hal/PathAliasHalJsonAnonTest.php index 60917af353cf..456d33d6161e 100644 --- a/core/modules/path_alias/tests/src/Functional/Hal/PathAliasHalJsonAnonTest.php +++ b/core/modules/path_alias/tests/src/Functional/Hal/PathAliasHalJsonAnonTest.php @@ -15,7 +15,7 @@ class PathAliasHalJsonAnonTest extends PathAliasHalJsonTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/path_alias/tests/src/Functional/Hal/PathAliasHalJsonBasicAuthTest.php b/core/modules/path_alias/tests/src/Functional/Hal/PathAliasHalJsonBasicAuthTest.php index 3007a157e0de..23dc427ef9a7 100644 --- a/core/modules/path_alias/tests/src/Functional/Hal/PathAliasHalJsonBasicAuthTest.php +++ b/core/modules/path_alias/tests/src/Functional/Hal/PathAliasHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class PathAliasHalJsonBasicAuthTest extends PathAliasHalJsonTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/path_alias/tests/src/Functional/Hal/PathAliasHalJsonCookieTest.php b/core/modules/path_alias/tests/src/Functional/Hal/PathAliasHalJsonCookieTest.php index 62f39885a364..e4567cd2b586 100644 --- a/core/modules/path_alias/tests/src/Functional/Hal/PathAliasHalJsonCookieTest.php +++ b/core/modules/path_alias/tests/src/Functional/Hal/PathAliasHalJsonCookieTest.php @@ -15,7 +15,7 @@ class PathAliasHalJsonCookieTest extends PathAliasHalJsonTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonBasicAuthTest.php b/core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonBasicAuthTest.php index 17cd95e8961f..cb09b3705558 100644 --- a/core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonBasicAuthTest.php +++ b/core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonBasicAuthTest.php @@ -16,7 +16,7 @@ class PathAliasJsonBasicAuthTest extends PathAliasResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php b/core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php index 27747a171201..1398159a4fe1 100644 --- a/core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php +++ b/core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php @@ -14,7 +14,7 @@ abstract class PathAliasResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['path_alias']; + protected static $modules = ['path_alias']; /** * {@inheritdoc} diff --git a/core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlBasicAuthTest.php b/core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlBasicAuthTest.php index eda55d9f0329..c1700ed265c9 100644 --- a/core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlBasicAuthTest.php +++ b/core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlBasicAuthTest.php @@ -18,7 +18,7 @@ class PathAliasXmlBasicAuthTest extends PathAliasResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php b/core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php index 42f789db28e9..835f034b1d99 100644 --- a/core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php +++ b/core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php @@ -23,7 +23,7 @@ class UrlAlterFunctionalTest extends BrowserTestBase { * * @var array */ - public static $modules = ['path', 'forum', 'url_alter_test']; + protected static $modules = ['path', 'forum', 'url_alter_test']; /** * {@inheritdoc} diff --git a/core/modules/path_alias/tests/src/Kernel/PathHooksTest.php b/core/modules/path_alias/tests/src/Kernel/PathHooksTest.php index d3a6dc252288..0a4ca2442646 100644 --- a/core/modules/path_alias/tests/src/Kernel/PathHooksTest.php +++ b/core/modules/path_alias/tests/src/Kernel/PathHooksTest.php @@ -17,7 +17,7 @@ class PathHooksTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['path_alias']; + protected static $modules = ['path_alias']; /** * {@inheritdoc} diff --git a/core/modules/quickedit/tests/src/FunctionalJavascript/FieldTest.php b/core/modules/quickedit/tests/src/FunctionalJavascript/FieldTest.php index e5e6ede2bf0f..fae1a9fe0879 100644 --- a/core/modules/quickedit/tests/src/FunctionalJavascript/FieldTest.php +++ b/core/modules/quickedit/tests/src/FunctionalJavascript/FieldTest.php @@ -21,7 +21,7 @@ class FieldTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'ckeditor', 'contextual', diff --git a/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditAutocompleteTermTest.php b/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditAutocompleteTermTest.php index 6bdd0db84f98..6644107874fa 100644 --- a/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditAutocompleteTermTest.php +++ b/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditAutocompleteTermTest.php @@ -23,7 +23,7 @@ class QuickEditAutocompleteTermTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'taxonomy', 'quickedit', diff --git a/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditFileTest.php b/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditFileTest.php index 69307fef834e..8def334f422a 100644 --- a/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditFileTest.php +++ b/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditFileTest.php @@ -18,7 +18,7 @@ class QuickEditFileTest extends QuickEditJavascriptTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'file', ]; diff --git a/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php b/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php index d1ba4afd0f58..e00abf5a3930 100644 --- a/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php +++ b/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php @@ -21,7 +21,7 @@ class QuickEditIntegrationTest extends QuickEditJavascriptTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'editor', 'ckeditor', diff --git a/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditJavascriptTestBase.php b/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditJavascriptTestBase.php index 8afc3242b6d2..c0955e3b087f 100644 --- a/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditJavascriptTestBase.php +++ b/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditJavascriptTestBase.php @@ -13,7 +13,7 @@ class QuickEditJavascriptTestBase extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['contextual', 'quickedit', 'toolbar']; + protected static $modules = ['contextual', 'quickedit', 'toolbar']; /** * A user with permissions to edit Articles and use Quick Edit. diff --git a/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php b/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php index 9606f535b438..5668c3592e0f 100644 --- a/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php +++ b/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php @@ -33,7 +33,7 @@ class QuickEditLoadingTest extends WebDriverTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'contextual', 'quickedit', 'filter', diff --git a/core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php b/core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php index f43af46e9b61..fce2834a1d28 100644 --- a/core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php +++ b/core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php @@ -18,7 +18,7 @@ class MetadataGeneratorTest extends QuickEditTestBase { /** * {@inheritdoc} */ - public static $modules = ['quickedit_test']; + protected static $modules = ['quickedit_test']; /** * The manager for editor plugins. diff --git a/core/modules/quickedit/tests/src/Kernel/QuickEditTestBase.php b/core/modules/quickedit/tests/src/Kernel/QuickEditTestBase.php index 127ab62d8598..c24874dac69e 100644 --- a/core/modules/quickedit/tests/src/Kernel/QuickEditTestBase.php +++ b/core/modules/quickedit/tests/src/Kernel/QuickEditTestBase.php @@ -16,7 +16,7 @@ abstract class QuickEditTestBase extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'entity_test', 'field', 'field_test', 'filter', 'user', 'text', 'quickedit']; + protected static $modules = ['system', 'entity_test', 'field', 'field_test', 'filter', 'user', 'text', 'quickedit']; /** * Bag of created fields. diff --git a/core/modules/rdf/tests/src/Functional/CommentAttributesTest.php b/core/modules/rdf/tests/src/Functional/CommentAttributesTest.php index 1007bcf16fb9..eff01f14e0ce 100644 --- a/core/modules/rdf/tests/src/Functional/CommentAttributesTest.php +++ b/core/modules/rdf/tests/src/Functional/CommentAttributesTest.php @@ -24,7 +24,7 @@ class CommentAttributesTest extends CommentTestBase { * * @var array */ - public static $modules = ['views', 'node', 'comment', 'rdf']; + protected static $modules = ['views', 'node', 'comment', 'rdf']; /** * {@inheritdoc} diff --git a/core/modules/rdf/tests/src/Functional/EntityReferenceFieldAttributesTest.php b/core/modules/rdf/tests/src/Functional/EntityReferenceFieldAttributesTest.php index 2dab6dcc80ad..cebaaf3d1830 100644 --- a/core/modules/rdf/tests/src/Functional/EntityReferenceFieldAttributesTest.php +++ b/core/modules/rdf/tests/src/Functional/EntityReferenceFieldAttributesTest.php @@ -21,7 +21,7 @@ class EntityReferenceFieldAttributesTest extends TaxonomyTestBase { * * @var array */ - public static $modules = ['rdf', 'field_test', 'file', 'image']; + protected static $modules = ['rdf', 'field_test', 'file', 'image']; /** * {@inheritdoc} diff --git a/core/modules/rdf/tests/src/Functional/FileFieldAttributesTest.php b/core/modules/rdf/tests/src/Functional/FileFieldAttributesTest.php index aa57099918f3..d8e1030d754a 100644 --- a/core/modules/rdf/tests/src/Functional/FileFieldAttributesTest.php +++ b/core/modules/rdf/tests/src/Functional/FileFieldAttributesTest.php @@ -21,7 +21,7 @@ class FileFieldAttributesTest extends FileFieldTestBase { * * @var array */ - public static $modules = ['rdf', 'file']; + protected static $modules = ['rdf', 'file']; /** * {@inheritdoc} diff --git a/core/modules/rdf/tests/src/Functional/GetRdfNamespacesTest.php b/core/modules/rdf/tests/src/Functional/GetRdfNamespacesTest.php index aade6bc622a6..6b3e8a670f7e 100644 --- a/core/modules/rdf/tests/src/Functional/GetRdfNamespacesTest.php +++ b/core/modules/rdf/tests/src/Functional/GetRdfNamespacesTest.php @@ -16,7 +16,7 @@ class GetRdfNamespacesTest extends BrowserTestBase { * * @var array */ - public static $modules = ['rdf', 'rdf_test_namespaces']; + protected static $modules = ['rdf', 'rdf_test_namespaces']; /** * {@inheritdoc} diff --git a/core/modules/rdf/tests/src/Functional/Hal/RdfMappingHalJsonAnonTest.php b/core/modules/rdf/tests/src/Functional/Hal/RdfMappingHalJsonAnonTest.php index 17917981a270..38d0ebeab635 100644 --- a/core/modules/rdf/tests/src/Functional/Hal/RdfMappingHalJsonAnonTest.php +++ b/core/modules/rdf/tests/src/Functional/Hal/RdfMappingHalJsonAnonTest.php @@ -15,7 +15,7 @@ class RdfMappingHalJsonAnonTest extends RdfMappingResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/rdf/tests/src/Functional/Hal/RdfMappingHalJsonBasicAuthTest.php b/core/modules/rdf/tests/src/Functional/Hal/RdfMappingHalJsonBasicAuthTest.php index 3c9969900a86..308cedff6a9f 100644 --- a/core/modules/rdf/tests/src/Functional/Hal/RdfMappingHalJsonBasicAuthTest.php +++ b/core/modules/rdf/tests/src/Functional/Hal/RdfMappingHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class RdfMappingHalJsonBasicAuthTest extends RdfMappingResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/rdf/tests/src/Functional/Hal/RdfMappingHalJsonCookieTest.php b/core/modules/rdf/tests/src/Functional/Hal/RdfMappingHalJsonCookieTest.php index 8c5c47c0fd03..0d8f9e257c4c 100644 --- a/core/modules/rdf/tests/src/Functional/Hal/RdfMappingHalJsonCookieTest.php +++ b/core/modules/rdf/tests/src/Functional/Hal/RdfMappingHalJsonCookieTest.php @@ -15,7 +15,7 @@ class RdfMappingHalJsonCookieTest extends RdfMappingResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php b/core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php index 8233dffa33b5..5c2f67fa9252 100644 --- a/core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php +++ b/core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php @@ -28,7 +28,7 @@ class ImageFieldAttributesTest extends ImageFieldTestBase { * * @var array */ - public static $modules = ['rdf', 'image']; + protected static $modules = ['rdf', 'image']; /** * {@inheritdoc} diff --git a/core/modules/rdf/tests/src/Functional/NodeAttributesTest.php b/core/modules/rdf/tests/src/Functional/NodeAttributesTest.php index a06274f6e9c8..3463d396525d 100644 --- a/core/modules/rdf/tests/src/Functional/NodeAttributesTest.php +++ b/core/modules/rdf/tests/src/Functional/NodeAttributesTest.php @@ -20,7 +20,7 @@ class NodeAttributesTest extends NodeTestBase { * * @var array */ - public static $modules = ['rdf']; + protected static $modules = ['rdf']; /** * {@inheritdoc} diff --git a/core/modules/rdf/tests/src/Functional/Rest/RdfMappingJsonBasicAuthTest.php b/core/modules/rdf/tests/src/Functional/Rest/RdfMappingJsonBasicAuthTest.php index 7727fedfaf25..e5d4c202a938 100644 --- a/core/modules/rdf/tests/src/Functional/Rest/RdfMappingJsonBasicAuthTest.php +++ b/core/modules/rdf/tests/src/Functional/Rest/RdfMappingJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class RdfMappingJsonBasicAuthTest extends RdfMappingResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/rdf/tests/src/Functional/Rest/RdfMappingResourceTestBase.php b/core/modules/rdf/tests/src/Functional/Rest/RdfMappingResourceTestBase.php index ffe5bd4fdad2..bd528aaae72d 100644 --- a/core/modules/rdf/tests/src/Functional/Rest/RdfMappingResourceTestBase.php +++ b/core/modules/rdf/tests/src/Functional/Rest/RdfMappingResourceTestBase.php @@ -11,7 +11,7 @@ abstract class RdfMappingResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'rdf']; + protected static $modules = ['node', 'rdf']; /** * {@inheritdoc} diff --git a/core/modules/rdf/tests/src/Functional/Rest/RdfMappingXmlBasicAuthTest.php b/core/modules/rdf/tests/src/Functional/Rest/RdfMappingXmlBasicAuthTest.php index d7a8c1918dc1..d4bbc3b17551 100644 --- a/core/modules/rdf/tests/src/Functional/Rest/RdfMappingXmlBasicAuthTest.php +++ b/core/modules/rdf/tests/src/Functional/Rest/RdfMappingXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class RdfMappingXmlBasicAuthTest extends RdfMappingResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/rdf/tests/src/Functional/TaxonomyAttributesTest.php b/core/modules/rdf/tests/src/Functional/TaxonomyAttributesTest.php index 3d3fcc1c2e4f..465a4591567a 100644 --- a/core/modules/rdf/tests/src/Functional/TaxonomyAttributesTest.php +++ b/core/modules/rdf/tests/src/Functional/TaxonomyAttributesTest.php @@ -20,7 +20,7 @@ class TaxonomyAttributesTest extends TaxonomyTestBase { * * @var array */ - public static $modules = ['rdf', 'views']; + protected static $modules = ['rdf', 'views']; /** * {@inheritdoc} diff --git a/core/modules/rdf/tests/src/Functional/UserAttributesTest.php b/core/modules/rdf/tests/src/Functional/UserAttributesTest.php index 59e32819923c..fefc752cdd91 100644 --- a/core/modules/rdf/tests/src/Functional/UserAttributesTest.php +++ b/core/modules/rdf/tests/src/Functional/UserAttributesTest.php @@ -20,7 +20,7 @@ class UserAttributesTest extends BrowserTestBase { * * @var array */ - public static $modules = ['rdf', 'node']; + protected static $modules = ['rdf', 'node']; /** * {@inheritdoc} diff --git a/core/modules/rdf/tests/src/Kernel/CrudTest.php b/core/modules/rdf/tests/src/Kernel/CrudTest.php index d863734c64f5..d697a817d521 100644 --- a/core/modules/rdf/tests/src/Kernel/CrudTest.php +++ b/core/modules/rdf/tests/src/Kernel/CrudTest.php @@ -16,7 +16,7 @@ class CrudTest extends KernelTestBase { * * @var array */ - public static $modules = ['entity_test', 'rdf', 'system']; + protected static $modules = ['entity_test', 'rdf', 'system']; /** * @var string diff --git a/core/modules/rdf/tests/src/Kernel/Field/DateTimeFieldRdfaTest.php b/core/modules/rdf/tests/src/Kernel/Field/DateTimeFieldRdfaTest.php index 0a1363fab50e..35911c755821 100644 --- a/core/modules/rdf/tests/src/Kernel/Field/DateTimeFieldRdfaTest.php +++ b/core/modules/rdf/tests/src/Kernel/Field/DateTimeFieldRdfaTest.php @@ -26,7 +26,7 @@ class DateTimeFieldRdfaTest extends FieldRdfaTestBase { /** * {@inheritdoc} */ - public static $modules = ['datetime']; + protected static $modules = ['datetime']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/rdf/tests/src/Kernel/Field/EmailFieldRdfaTest.php b/core/modules/rdf/tests/src/Kernel/Field/EmailFieldRdfaTest.php index b67119a2fdda..7330ef0e4c85 100644 --- a/core/modules/rdf/tests/src/Kernel/Field/EmailFieldRdfaTest.php +++ b/core/modules/rdf/tests/src/Kernel/Field/EmailFieldRdfaTest.php @@ -19,7 +19,7 @@ class EmailFieldRdfaTest extends FieldRdfaTestBase { /** * {@inheritdoc} */ - public static $modules = ['text']; + protected static $modules = ['text']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/rdf/tests/src/Kernel/Field/EntityReferenceRdfaTest.php b/core/modules/rdf/tests/src/Kernel/Field/EntityReferenceRdfaTest.php index 19daf58b11f5..f4c85ab46b3d 100644 --- a/core/modules/rdf/tests/src/Kernel/Field/EntityReferenceRdfaTest.php +++ b/core/modules/rdf/tests/src/Kernel/Field/EntityReferenceRdfaTest.php @@ -44,7 +44,7 @@ class EntityReferenceRdfaTest extends FieldRdfaTestBase { /** * {@inheritdoc} */ - public static $modules = ['text', 'filter']; + protected static $modules = ['text', 'filter']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/rdf/tests/src/Kernel/Field/FieldRdfaDatatypeCallbackTest.php b/core/modules/rdf/tests/src/Kernel/Field/FieldRdfaDatatypeCallbackTest.php index e50fbcc79d7a..59af0b67f6dc 100644 --- a/core/modules/rdf/tests/src/Kernel/Field/FieldRdfaDatatypeCallbackTest.php +++ b/core/modules/rdf/tests/src/Kernel/Field/FieldRdfaDatatypeCallbackTest.php @@ -19,7 +19,7 @@ class FieldRdfaDatatypeCallbackTest extends FieldRdfaTestBase { /** * {@inheritdoc} */ - public static $modules = ['text', 'filter', 'rdf_test']; + protected static $modules = ['text', 'filter', 'rdf_test']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php b/core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php index 6535d0bd4aaa..cfe5782491d4 100644 --- a/core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php +++ b/core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php @@ -51,7 +51,7 @@ abstract class FieldRdfaTestBase extends FieldKernelTestBase { * * @var array */ - public static $modules = ['rdf']; + protected static $modules = ['rdf']; /** * @var string diff --git a/core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php b/core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php index b00ad8e3e42e..96f85c745ddb 100644 --- a/core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php +++ b/core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php @@ -19,7 +19,7 @@ class LinkFieldRdfaTest extends FieldRdfaTestBase { /** * {@inheritdoc} */ - public static $modules = ['link', 'text']; + protected static $modules = ['link', 'text']; /** * {@inheritdoc} diff --git a/core/modules/rdf/tests/src/Kernel/Field/TelephoneFieldRdfaTest.php b/core/modules/rdf/tests/src/Kernel/Field/TelephoneFieldRdfaTest.php index 0d375cea7afe..fec2227b5ff4 100644 --- a/core/modules/rdf/tests/src/Kernel/Field/TelephoneFieldRdfaTest.php +++ b/core/modules/rdf/tests/src/Kernel/Field/TelephoneFieldRdfaTest.php @@ -26,7 +26,7 @@ class TelephoneFieldRdfaTest extends FieldRdfaTestBase { /** * {@inheritdoc} */ - public static $modules = ['telephone', 'text']; + protected static $modules = ['telephone', 'text']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/rdf/tests/src/Kernel/Field/TextFieldRdfaTest.php b/core/modules/rdf/tests/src/Kernel/Field/TextFieldRdfaTest.php index 43b3631f8076..5f807448f862 100644 --- a/core/modules/rdf/tests/src/Kernel/Field/TextFieldRdfaTest.php +++ b/core/modules/rdf/tests/src/Kernel/Field/TextFieldRdfaTest.php @@ -33,7 +33,7 @@ class TextFieldRdfaTest extends FieldRdfaTestBase { /** * {@inheritdoc} */ - public static $modules = ['text', 'filter']; + protected static $modules = ['text', 'filter']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/rdf/tests/src/Kernel/Migrate/d7/MigrateRdfMappingTest.php b/core/modules/rdf/tests/src/Kernel/Migrate/d7/MigrateRdfMappingTest.php index 05447cb124a3..59c2157e86c9 100644 --- a/core/modules/rdf/tests/src/Kernel/Migrate/d7/MigrateRdfMappingTest.php +++ b/core/modules/rdf/tests/src/Kernel/Migrate/d7/MigrateRdfMappingTest.php @@ -15,7 +15,7 @@ class MigrateRdfMappingTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'menu_ui', 'node', 'rdf', diff --git a/core/modules/rdf/tests/src/Kernel/Plugin/migrate/source/d7/RdfMappingTest.php b/core/modules/rdf/tests/src/Kernel/Plugin/migrate/source/d7/RdfMappingTest.php index 82b0497d9b7a..84a2e3b43c42 100644 --- a/core/modules/rdf/tests/src/Kernel/Plugin/migrate/source/d7/RdfMappingTest.php +++ b/core/modules/rdf/tests/src/Kernel/Plugin/migrate/source/d7/RdfMappingTest.php @@ -16,7 +16,7 @@ class RdfMappingTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'comment', 'migrate_drupal', 'node', diff --git a/core/modules/rdf/tests/src/Kernel/RdfaAttributesTest.php b/core/modules/rdf/tests/src/Kernel/RdfaAttributesTest.php index db8ea31672d4..f7efa345022b 100644 --- a/core/modules/rdf/tests/src/Kernel/RdfaAttributesTest.php +++ b/core/modules/rdf/tests/src/Kernel/RdfaAttributesTest.php @@ -16,7 +16,7 @@ class RdfaAttributesTest extends KernelTestBase { * * @var array */ - public static $modules = ['rdf']; + protected static $modules = ['rdf']; /** * Test attribute creation for mappings which use 'property'. diff --git a/core/modules/responsive_image/src/FunctionalJavascript/ResponsiveImageFieldUiTest.php b/core/modules/responsive_image/src/FunctionalJavascript/ResponsiveImageFieldUiTest.php index 81d7f4a7b9be..aba60e47392c 100644 --- a/core/modules/responsive_image/src/FunctionalJavascript/ResponsiveImageFieldUiTest.php +++ b/core/modules/responsive_image/src/FunctionalJavascript/ResponsiveImageFieldUiTest.php @@ -17,7 +17,7 @@ class ResponsiveImageFieldUiTest extends WebDriverTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'node', 'field_ui', 'image', diff --git a/core/modules/responsive_image/tests/src/Functional/Hal/ResponsiveImageStyleHalJsonAnonTest.php b/core/modules/responsive_image/tests/src/Functional/Hal/ResponsiveImageStyleHalJsonAnonTest.php index cff45272e384..bed419e9f6ae 100644 --- a/core/modules/responsive_image/tests/src/Functional/Hal/ResponsiveImageStyleHalJsonAnonTest.php +++ b/core/modules/responsive_image/tests/src/Functional/Hal/ResponsiveImageStyleHalJsonAnonTest.php @@ -15,7 +15,7 @@ class ResponsiveImageStyleHalJsonAnonTest extends ResponsiveImageStyleResourceTe /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/responsive_image/tests/src/Functional/Hal/ResponsiveImageStyleHalJsonBasicAuthTest.php b/core/modules/responsive_image/tests/src/Functional/Hal/ResponsiveImageStyleHalJsonBasicAuthTest.php index 17e896ee20bc..44b3a82c40cb 100644 --- a/core/modules/responsive_image/tests/src/Functional/Hal/ResponsiveImageStyleHalJsonBasicAuthTest.php +++ b/core/modules/responsive_image/tests/src/Functional/Hal/ResponsiveImageStyleHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class ResponsiveImageStyleHalJsonBasicAuthTest extends ResponsiveImageStyleResou /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/responsive_image/tests/src/Functional/Hal/ResponsiveImageStyleHalJsonCookieTest.php b/core/modules/responsive_image/tests/src/Functional/Hal/ResponsiveImageStyleHalJsonCookieTest.php index 3d32819dbc15..c3bd2a090371 100644 --- a/core/modules/responsive_image/tests/src/Functional/Hal/ResponsiveImageStyleHalJsonCookieTest.php +++ b/core/modules/responsive_image/tests/src/Functional/Hal/ResponsiveImageStyleHalJsonCookieTest.php @@ -15,7 +15,7 @@ class ResponsiveImageStyleHalJsonCookieTest extends ResponsiveImageStyleResource /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php b/core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php index 8015a242a351..160f4ec66f56 100644 --- a/core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php +++ b/core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php @@ -17,7 +17,7 @@ class ResponsiveImageAdminUITest extends BrowserTestBase { * * @var array */ - public static $modules = ['responsive_image', 'responsive_image_test_module']; + protected static $modules = ['responsive_image', 'responsive_image_test_module']; /** * {@inheritdoc} diff --git a/core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php b/core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php index af86993f8834..a7a11461e827 100644 --- a/core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php +++ b/core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php @@ -40,7 +40,7 @@ class ResponsiveImageFieldDisplayTest extends ImageFieldTestBase { * * @var array */ - public static $modules = ['field_ui', 'responsive_image', 'responsive_image_test_module']; + protected static $modules = ['field_ui', 'responsive_image', 'responsive_image_test_module']; /** * Drupal\simpletest\WebTestBase\setUp(). diff --git a/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonBasicAuthTest.php b/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonBasicAuthTest.php index 76eadc341eec..a4d745c79418 100644 --- a/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonBasicAuthTest.php +++ b/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class ResponsiveImageStyleJsonBasicAuthTest extends ResponsiveImageStyleResource /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php b/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php index 60516cde603a..e675cd85dd30 100644 --- a/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php +++ b/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php @@ -13,7 +13,7 @@ abstract class ResponsiveImageStyleResourceTestBase extends EntityResourceTestBa /** * {@inheritdoc} */ - public static $modules = ['responsive_image']; + protected static $modules = ['responsive_image']; /** * {@inheritdoc} diff --git a/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleXmlBasicAuthTest.php b/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleXmlBasicAuthTest.php index 75b6ead6be61..2e3241bd25a1 100644 --- a/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleXmlBasicAuthTest.php +++ b/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class ResponsiveImageStyleXmlBasicAuthTest extends ResponsiveImageStyleResourceT /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php b/core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php index 489a4cdd8753..5b3358521c95 100644 --- a/core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php +++ b/core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php @@ -22,7 +22,7 @@ class ViewsIntegrationTest extends ViewTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'views', 'views_ui', 'responsive_image', diff --git a/core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php b/core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php index fedf81fa7c93..39e84a6429cb 100644 --- a/core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php +++ b/core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php @@ -18,7 +18,7 @@ class ResponsiveImageIntegrationTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['responsive_image', 'field', 'image', 'file', 'entity_test', 'breakpoint', 'responsive_image_test_module', 'user']; + protected static $modules = ['responsive_image', 'field', 'image', 'file', 'entity_test', 'breakpoint', 'responsive_image_test_module', 'user']; /** * {@inheritdoc} diff --git a/core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php b/core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php index 3995fb5558af..a8034294227d 100644 --- a/core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php +++ b/core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php @@ -155,7 +155,7 @@ abstract class EntityResourceTestBase extends ResourceTestBase { * * @var array */ - public static $modules = ['rest_test', 'text']; + protected static $modules = ['rest_test', 'text']; /** * Provides an entity resource. diff --git a/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeJsonBasicAuthTest.php b/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeJsonBasicAuthTest.php index e1051e94144b..934ff556190e 100644 --- a/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeJsonBasicAuthTest.php +++ b/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class ModeratedNodeJsonBasicAuthTest extends ModeratedNodeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeResourceTestBase.php b/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeResourceTestBase.php index 054259dbc561..f36b8d1c429e 100644 --- a/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeResourceTestBase.php +++ b/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeResourceTestBase.php @@ -15,7 +15,7 @@ abstract class ModeratedNodeResourceTestBase extends NodeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['content_moderation']; + protected static $modules = ['content_moderation']; /** * The test editorial workflow. diff --git a/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlBasicAuthTest.php b/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlBasicAuthTest.php index 9977177b7cd4..dea3be04be36 100644 --- a/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlBasicAuthTest.php +++ b/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class ModeratedNodeXmlBasicAuthTest extends ModeratedNodeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php b/core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php index 754c800a629b..6ad560f5a1b7 100644 --- a/core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php +++ b/core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php @@ -23,7 +23,7 @@ abstract class FileUploadResourceTestBase extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['rest_test', 'entity_test', 'file']; + protected static $modules = ['rest_test', 'entity_test', 'file']; /** * {@inheritdoc} diff --git a/core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonAnonTest.php b/core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonAnonTest.php index 7731048a858c..6e67a9e0cbb7 100644 --- a/core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonAnonTest.php +++ b/core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonAnonTest.php @@ -15,7 +15,7 @@ class RestResourceConfigHalJsonAnonTest extends RestResourceConfigResourceTestBa /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonBasicAuthTest.php b/core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonBasicAuthTest.php index e220693e9f5c..22fbc9d68722 100644 --- a/core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonBasicAuthTest.php +++ b/core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class RestResourceConfigHalJsonBasicAuthTest extends RestResourceConfigResourceT /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonCookieTest.php b/core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonCookieTest.php index d224369f6af8..062682638e85 100644 --- a/core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonCookieTest.php +++ b/core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonCookieTest.php @@ -15,7 +15,7 @@ class RestResourceConfigHalJsonCookieTest extends RestResourceConfigResourceTest /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/rest/tests/src/Functional/ResourceTest.php b/core/modules/rest/tests/src/Functional/ResourceTest.php index 063b6e46b35a..c96fb1a4c4eb 100644 --- a/core/modules/rest/tests/src/Functional/ResourceTest.php +++ b/core/modules/rest/tests/src/Functional/ResourceTest.php @@ -23,7 +23,7 @@ class ResourceTest extends BrowserTestBase { * * @var array */ - public static $modules = ['hal', 'rest', 'entity_test', 'rest_test']; + protected static $modules = ['hal', 'rest', 'entity_test', 'rest_test']; /** * {@inheritdoc} diff --git a/core/modules/rest/tests/src/Functional/ResourceTestBase.php b/core/modules/rest/tests/src/Functional/ResourceTestBase.php index 08b9e1c81b20..cb4266fac793 100644 --- a/core/modules/rest/tests/src/Functional/ResourceTestBase.php +++ b/core/modules/rest/tests/src/Functional/ResourceTestBase.php @@ -93,7 +93,7 @@ abstract class ResourceTestBase extends BrowserTestBase { * * @var array */ - public static $modules = ['rest']; + protected static $modules = ['rest']; /** * {@inheritdoc} diff --git a/core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonBasicAuthTest.php b/core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonBasicAuthTest.php index 7a1f9c0a5848..731ee931d6b1 100644 --- a/core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonBasicAuthTest.php +++ b/core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class RestResourceConfigJsonBasicAuthTest extends RestResourceConfigResourceTest /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php b/core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php index a0b0b2e428fd..2fdb03d81e06 100644 --- a/core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php +++ b/core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php @@ -10,7 +10,7 @@ abstract class RestResourceConfigResourceTestBase extends EntityResourceTestBase /** * {@inheritdoc} */ - public static $modules = ['dblog']; + protected static $modules = ['dblog']; /** * {@inheritdoc} diff --git a/core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlBasicAuthTest.php b/core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlBasicAuthTest.php index df9e46e251ce..e0467df64d69 100644 --- a/core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlBasicAuthTest.php +++ b/core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class RestResourceConfigXmlBasicAuthTest extends RestResourceConfigResourceTestB /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php b/core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php index ed60605358a6..d4df0e93ba26 100644 --- a/core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php +++ b/core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php @@ -38,7 +38,7 @@ class ExcludedFieldTokenTest extends ViewTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'entity_test', 'rest_test_views', 'node', diff --git a/core/modules/rest/tests/src/Functional/Views/FieldCounterTest.php b/core/modules/rest/tests/src/Functional/Views/FieldCounterTest.php index 4b6d9cb9524a..80a3952b6879 100644 --- a/core/modules/rest/tests/src/Functional/Views/FieldCounterTest.php +++ b/core/modules/rest/tests/src/Functional/Views/FieldCounterTest.php @@ -38,7 +38,7 @@ class FieldCounterTest extends ViewTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'entity_test', 'rest_test_views', 'node', diff --git a/core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php b/core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php index 2308f935f682..69888bbab975 100644 --- a/core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php +++ b/core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php @@ -15,7 +15,7 @@ class RestExportAuthTest extends ViewTestBase { /** * {@inheritdoc} */ - public static $modules = ['rest', 'views_ui', 'basic_auth']; + protected static $modules = ['rest', 'views_ui', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php b/core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php index 59a64be6af3c..3d8651c14b04 100644 --- a/core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php +++ b/core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php @@ -36,7 +36,7 @@ class StyleSerializerTest extends ViewTestBase { * * @var array */ - public static $modules = ['views_ui', 'entity_test', 'hal', 'rest_test_views', 'node', 'text', 'field', 'language', 'basic_auth']; + protected static $modules = ['views_ui', 'entity_test', 'hal', 'rest_test_views', 'node', 'text', 'field', 'language', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php b/core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php index 500f375ef95b..ca0bac7221a2 100644 --- a/core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php +++ b/core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @@ -17,7 +17,7 @@ class ConfigDependenciesTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['rest', 'entity_test', 'serialization']; + protected static $modules = ['rest', 'entity_test', 'serialization']; /** * @covers ::calculateDependencies diff --git a/core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigTest.php b/core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigTest.php index 89e9b1dec5bb..585743307eab 100644 --- a/core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigTest.php +++ b/core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigTest.php @@ -16,7 +16,7 @@ class RestResourceConfigTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['rest', 'entity_test', 'serialization', 'basic_auth', 'user', 'hal']; + protected static $modules = ['rest', 'entity_test', 'serialization', 'basic_auth', 'user', 'hal']; /** * @covers ::calculateDependencies diff --git a/core/modules/rest/tests/src/Kernel/RequestHandlerTest.php b/core/modules/rest/tests/src/Kernel/RequestHandlerTest.php index 716e4b46f34b..9897e8d2ad94 100644 --- a/core/modules/rest/tests/src/Kernel/RequestHandlerTest.php +++ b/core/modules/rest/tests/src/Kernel/RequestHandlerTest.php @@ -28,7 +28,7 @@ class RequestHandlerTest extends KernelTestBase { */ protected $requestHandler; - public static $modules = ['serialization', 'rest']; + protected static $modules = ['serialization', 'rest']; /** * The entity storage. diff --git a/core/modules/rest/tests/src/Kernel/Views/RestExportTest.php b/core/modules/rest/tests/src/Kernel/Views/RestExportTest.php index 8d31e000bb0e..3aa30e719e45 100644 --- a/core/modules/rest/tests/src/Kernel/Views/RestExportTest.php +++ b/core/modules/rest/tests/src/Kernel/Views/RestExportTest.php @@ -24,7 +24,7 @@ class RestExportTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['rest_test_views', 'serialization', 'rest', 'entity_test']; + protected static $modules = ['rest_test_views', 'serialization', 'rest', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php b/core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php index 4109b15ee364..21caa24a0ff3 100644 --- a/core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php +++ b/core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php @@ -20,7 +20,7 @@ class StyleSerializerKernelTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['rest_test_views', 'serialization', 'rest']; + protected static $modules = ['rest_test_views', 'serialization', 'rest']; /** * {@inheritdoc} diff --git a/core/modules/search/tests/src/Functional/Hal/SearchPageHalJsonAnonTest.php b/core/modules/search/tests/src/Functional/Hal/SearchPageHalJsonAnonTest.php index 833c59beed1b..8539bef5e510 100644 --- a/core/modules/search/tests/src/Functional/Hal/SearchPageHalJsonAnonTest.php +++ b/core/modules/search/tests/src/Functional/Hal/SearchPageHalJsonAnonTest.php @@ -15,7 +15,7 @@ class SearchPageHalJsonAnonTest extends SearchPageResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/search/tests/src/Functional/Hal/SearchPageHalJsonBasicAuthTest.php b/core/modules/search/tests/src/Functional/Hal/SearchPageHalJsonBasicAuthTest.php index d7e8a619bffe..276ac6bdfb2b 100644 --- a/core/modules/search/tests/src/Functional/Hal/SearchPageHalJsonBasicAuthTest.php +++ b/core/modules/search/tests/src/Functional/Hal/SearchPageHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class SearchPageHalJsonBasicAuthTest extends SearchPageResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/search/tests/src/Functional/Hal/SearchPageHalJsonCookieTest.php b/core/modules/search/tests/src/Functional/Hal/SearchPageHalJsonCookieTest.php index 47ab4dd46b74..8051df578296 100644 --- a/core/modules/search/tests/src/Functional/Hal/SearchPageHalJsonCookieTest.php +++ b/core/modules/search/tests/src/Functional/Hal/SearchPageHalJsonCookieTest.php @@ -15,7 +15,7 @@ class SearchPageHalJsonCookieTest extends SearchPageResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/search/tests/src/Functional/Rest/SearchPageJsonBasicAuthTest.php b/core/modules/search/tests/src/Functional/Rest/SearchPageJsonBasicAuthTest.php index 615393be6fba..d6c8278b5b7f 100644 --- a/core/modules/search/tests/src/Functional/Rest/SearchPageJsonBasicAuthTest.php +++ b/core/modules/search/tests/src/Functional/Rest/SearchPageJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class SearchPageJsonBasicAuthTest extends SearchPageResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php b/core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php index 299779fc3f0e..a5716355f681 100644 --- a/core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php +++ b/core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php @@ -10,7 +10,7 @@ abstract class SearchPageResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'search']; + protected static $modules = ['node', 'search']; /** * {@inheritdoc} diff --git a/core/modules/search/tests/src/Functional/Rest/SearchPageXmlBasicAuthTest.php b/core/modules/search/tests/src/Functional/Rest/SearchPageXmlBasicAuthTest.php index 5381043bee93..0d559135f46f 100644 --- a/core/modules/search/tests/src/Functional/Rest/SearchPageXmlBasicAuthTest.php +++ b/core/modules/search/tests/src/Functional/Rest/SearchPageXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class SearchPageXmlBasicAuthTest extends SearchPageResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchPageTest.php b/core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchPageTest.php index 5131a50a6f24..574e9c18c16e 100644 --- a/core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchPageTest.php +++ b/core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchPageTest.php @@ -16,7 +16,7 @@ class MigrateSearchPageTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['search']; + protected static $modules = ['search']; /** * {@inheritdoc} diff --git a/core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchSettingsTest.php b/core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchSettingsTest.php index a1dc1e64d165..59fd0a7d2e6e 100644 --- a/core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchSettingsTest.php +++ b/core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchSettingsTest.php @@ -17,7 +17,7 @@ class MigrateSearchSettingsTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['search']; + protected static $modules = ['search']; /** * {@inheritdoc} diff --git a/core/modules/search/tests/src/Kernel/Migrate/d6/SearchPageTest.php b/core/modules/search/tests/src/Kernel/Migrate/d6/SearchPageTest.php index b37697277f4c..42eb9f6bf7b1 100644 --- a/core/modules/search/tests/src/Kernel/Migrate/d6/SearchPageTest.php +++ b/core/modules/search/tests/src/Kernel/Migrate/d6/SearchPageTest.php @@ -15,7 +15,7 @@ class SearchPageTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['search', 'migrate_drupal']; + protected static $modules = ['search', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php b/core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php index 9e2e1a24fd19..14585675d6c9 100644 --- a/core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php +++ b/core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php @@ -18,7 +18,7 @@ class MigrateSearchPageTest extends MigrateDrupal7TestBase { * * {@inheritdoc} */ - public static $modules = ['search']; + protected static $modules = ['search']; /** * Asserts various aspects of an SearchPage entity. diff --git a/core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchSettingsTest.php b/core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchSettingsTest.php index 8831f4fd05bf..32eaf2163818 100644 --- a/core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchSettingsTest.php +++ b/core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchSettingsTest.php @@ -11,7 +11,7 @@ */ class MigrateSearchSettingsTest extends MigrateDrupal7TestBase { - public static $modules = ['search']; + protected static $modules = ['search']; /** * {@inheritdoc} diff --git a/core/modules/search/tests/src/Kernel/Migrate/d7/SearchPageTest.php b/core/modules/search/tests/src/Kernel/Migrate/d7/SearchPageTest.php index d506eafb28ea..24f040d834e6 100644 --- a/core/modules/search/tests/src/Kernel/Migrate/d7/SearchPageTest.php +++ b/core/modules/search/tests/src/Kernel/Migrate/d7/SearchPageTest.php @@ -15,7 +15,7 @@ class SearchPageTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['search', 'migrate_drupal']; + protected static $modules = ['search', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/search/tests/src/Kernel/SearchExcerptTest.php b/core/modules/search/tests/src/Kernel/SearchExcerptTest.php index e10075d09ae1..035bf2dc31e3 100644 --- a/core/modules/search/tests/src/Kernel/SearchExcerptTest.php +++ b/core/modules/search/tests/src/Kernel/SearchExcerptTest.php @@ -16,7 +16,7 @@ class SearchExcerptTest extends KernelTestBase { * * @var array */ - public static $modules = ['search', 'search_langcode_test']; + protected static $modules = ['search', 'search_langcode_test']; /** * Tests search_excerpt() with several simulated search keywords. diff --git a/core/modules/search/tests/src/Kernel/SearchMatchTest.php b/core/modules/search/tests/src/Kernel/SearchMatchTest.php index 1fd3cad0250c..629f91bf78e3 100644 --- a/core/modules/search/tests/src/Kernel/SearchMatchTest.php +++ b/core/modules/search/tests/src/Kernel/SearchMatchTest.php @@ -25,7 +25,7 @@ class SearchMatchTest extends KernelTestBase { * * @var array */ - public static $modules = ['search']; + protected static $modules = ['search']; /** * {@inheritdoc} diff --git a/core/modules/serialization/tests/src/Kernel/EntityResolverTest.php b/core/modules/serialization/tests/src/Kernel/EntityResolverTest.php index ced2beb6dc4e..357ef0ab7453 100644 --- a/core/modules/serialization/tests/src/Kernel/EntityResolverTest.php +++ b/core/modules/serialization/tests/src/Kernel/EntityResolverTest.php @@ -19,7 +19,7 @@ class EntityResolverTest extends NormalizerTestBase { * * @var array */ - public static $modules = ['hal', 'rest']; + protected static $modules = ['hal', 'rest']; /** * The format being tested. diff --git a/core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php b/core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php index 27e8c6fcbe8f..bb058a714e33 100644 --- a/core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php +++ b/core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php @@ -21,7 +21,7 @@ class EntitySerializationTest extends NormalizerTestBase { * * @var array */ - public static $modules = ['serialization', 'system', 'field', 'entity_test', 'text', 'filter', 'user', 'entity_serialization_test']; + protected static $modules = ['serialization', 'system', 'field', 'entity_test', 'text', 'filter', 'user', 'entity_serialization_test']; /** * The test values. diff --git a/core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php b/core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php index c3bb1e9bb746..bae8d45e3657 100644 --- a/core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php +++ b/core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php @@ -17,7 +17,7 @@ class FieldItemSerializationTest extends NormalizerTestBase { /** * {@inheritdoc} */ - public static $modules = ['serialization', 'system', 'field', 'entity_test', 'text', 'filter', 'user', 'field_normalization_test']; + protected static $modules = ['serialization', 'system', 'field', 'entity_test', 'text', 'filter', 'user', 'field_normalization_test']; /** * The class name of the test class. diff --git a/core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php b/core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php index ba76824997f6..ce6683f0e5b6 100644 --- a/core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php +++ b/core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php @@ -14,7 +14,7 @@ class MapDataNormalizerTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'serialization']; + protected static $modules = ['system', 'serialization']; /** * The serializer service. diff --git a/core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php b/core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php index 25299b16f023..9db09bbef9f1 100644 --- a/core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php +++ b/core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php @@ -16,7 +16,7 @@ abstract class NormalizerTestBase extends KernelTestBase { * * @var array */ - public static $modules = ['serialization', 'system', 'field', 'entity_test', 'text', 'filter', 'user']; + protected static $modules = ['serialization', 'system', 'field', 'entity_test', 'text', 'filter', 'user']; protected function setUp() { parent::setUp(); diff --git a/core/modules/serialization/tests/src/Kernel/SerializationTest.php b/core/modules/serialization/tests/src/Kernel/SerializationTest.php index 06fffe02e69c..b4ac02e0812f 100644 --- a/core/modules/serialization/tests/src/Kernel/SerializationTest.php +++ b/core/modules/serialization/tests/src/Kernel/SerializationTest.php @@ -17,7 +17,7 @@ class SerializationTest extends KernelTestBase { * * @var array */ - public static $modules = ['serialization', 'serialization_test']; + protected static $modules = ['serialization', 'serialization_test']; /** * The serializer service to test. diff --git a/core/modules/settings_tray/tests/src/Functional/SettingsTrayTest.php b/core/modules/settings_tray/tests/src/Functional/SettingsTrayTest.php index 2aa98363c632..61d930e2e891 100644 --- a/core/modules/settings_tray/tests/src/Functional/SettingsTrayTest.php +++ b/core/modules/settings_tray/tests/src/Functional/SettingsTrayTest.php @@ -15,7 +15,7 @@ class SettingsTrayTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'settings_tray', 'settings_tray_test', ]; diff --git a/core/modules/settings_tray/tests/src/FunctionalJavascript/ConfigAccessTest.php b/core/modules/settings_tray/tests/src/FunctionalJavascript/ConfigAccessTest.php index c441e9544634..cce39b3a44b0 100644 --- a/core/modules/settings_tray/tests/src/FunctionalJavascript/ConfigAccessTest.php +++ b/core/modules/settings_tray/tests/src/FunctionalJavascript/ConfigAccessTest.php @@ -15,7 +15,7 @@ class ConfigAccessTest extends SettingsTrayTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'menu_link_content', 'menu_ui', ]; diff --git a/core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php b/core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php index 42f132ba52c7..f5959380b14c 100644 --- a/core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php +++ b/core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php @@ -16,7 +16,7 @@ class OverriddenConfigurationTest extends SettingsTrayTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'settings_tray_override_test', 'menu_ui', 'menu_link_content', diff --git a/core/modules/settings_tray/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php b/core/modules/settings_tray/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php index 6e0503311c7f..e3c075465a76 100644 --- a/core/modules/settings_tray/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php +++ b/core/modules/settings_tray/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php @@ -16,7 +16,7 @@ class QuickEditIntegrationTest extends SettingsTrayTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'block_content', 'quickedit', diff --git a/core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php b/core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php index e0569485621e..2abcd36a0448 100644 --- a/core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php +++ b/core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php @@ -17,7 +17,7 @@ class SettingsTrayBlockFormTest extends SettingsTrayTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'search', 'settings_tray_test', diff --git a/core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php b/core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php index 2017accd88aa..63692e954bb2 100644 --- a/core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php +++ b/core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php @@ -16,7 +16,7 @@ class SettingsTrayTestBase extends OffCanvasTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'settings_tray', // Add test module to override CSS pointer-events properties because they // cause test failures. diff --git a/core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonAnonTest.php b/core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonAnonTest.php index 6dd633b7e0d6..9d3006b2e9f9 100644 --- a/core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonAnonTest.php +++ b/core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonAnonTest.php @@ -18,7 +18,7 @@ class ShortcutHalJsonAnonTest extends ShortcutResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonBasicAuthTest.php b/core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonBasicAuthTest.php index 65923fdee342..09295a2f14a6 100644 --- a/core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonBasicAuthTest.php +++ b/core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class ShortcutHalJsonBasicAuthTest extends ShortcutHalJsonAnonTest { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/shortcut/tests/src/Functional/Hal/ShortcutSetHalJsonAnonTest.php b/core/modules/shortcut/tests/src/Functional/Hal/ShortcutSetHalJsonAnonTest.php index 4f1948059523..4782b18ea4cc 100644 --- a/core/modules/shortcut/tests/src/Functional/Hal/ShortcutSetHalJsonAnonTest.php +++ b/core/modules/shortcut/tests/src/Functional/Hal/ShortcutSetHalJsonAnonTest.php @@ -15,7 +15,7 @@ class ShortcutSetHalJsonAnonTest extends ShortcutSetResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/shortcut/tests/src/Functional/Hal/ShortcutSetHalJsonBasicAuthTest.php b/core/modules/shortcut/tests/src/Functional/Hal/ShortcutSetHalJsonBasicAuthTest.php index 5d7b70148925..4ee80a0ce16a 100644 --- a/core/modules/shortcut/tests/src/Functional/Hal/ShortcutSetHalJsonBasicAuthTest.php +++ b/core/modules/shortcut/tests/src/Functional/Hal/ShortcutSetHalJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class ShortcutSetHalJsonBasicAuthTest extends ShortcutSetHalJsonAnonTest { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php b/core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php index c36716e58c24..2d233dd94276 100644 --- a/core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php +++ b/core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class ShortcutJsonBasicAuthTest extends ShortcutResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php b/core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php index c2ed8422d8bb..c64293bd4d18 100644 --- a/core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php +++ b/core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php @@ -14,7 +14,7 @@ abstract class ShortcutResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['comment', 'shortcut']; + protected static $modules = ['comment', 'shortcut']; /** * {@inheritdoc} diff --git a/core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonBasicAuthTest.php b/core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonBasicAuthTest.php index 620f1f722066..d1f4dea530c5 100644 --- a/core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonBasicAuthTest.php +++ b/core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class ShortcutSetJsonBasicAuthTest extends ShortcutSetResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php b/core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php index 1510df288ae8..580f35cd3210 100644 --- a/core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php +++ b/core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php @@ -13,7 +13,7 @@ abstract class ShortcutSetResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['shortcut']; + protected static $modules = ['shortcut']; /** * {@inheritdoc} diff --git a/core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php b/core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php index 67b32991d55e..f3d09e2d4a91 100644 --- a/core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php +++ b/core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class ShortcutSetXmlBasicAuthTest extends ShortcutSetResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlBasicAuthTest.php b/core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlBasicAuthTest.php index 209de30ae70e..8e5c64f1d842 100644 --- a/core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlBasicAuthTest.php +++ b/core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class ShortcutXmlBasicAuthTest extends ShortcutResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php b/core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php index fa5297f05924..a2de766e7022 100644 --- a/core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php +++ b/core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php @@ -21,7 +21,7 @@ class ShortcutCacheTagsTest extends EntityCacheTagsTestBase { /** * {@inheritdoc} */ - public static $modules = ['toolbar', 'shortcut', 'test_page_test', 'block']; + protected static $modules = ['toolbar', 'shortcut', 'test_page_test', 'block']; /** * {@inheritdoc} diff --git a/core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php b/core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php index 4a655f1fbd28..a0b95b26119c 100644 --- a/core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php +++ b/core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php @@ -26,7 +26,7 @@ class ShortcutLinksTest extends ShortcutTestBase { * * @var array */ - public static $modules = ['router_test', 'views', 'block']; + protected static $modules = ['router_test', 'views', 'block']; /** * {@inheritdoc} diff --git a/core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php b/core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php index b11293e6c3ab..b2971222e51b 100644 --- a/core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php +++ b/core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php @@ -16,7 +16,7 @@ class ShortcutSetsTest extends ShortcutTestBase { * * @var string[] */ - public static $modules = ['block']; + protected static $modules = ['block']; /** * {@inheritdoc} diff --git a/core/modules/shortcut/tests/src/Functional/ShortcutTestBase.php b/core/modules/shortcut/tests/src/Functional/ShortcutTestBase.php index c11c418ae9a3..d8fab49c0c28 100644 --- a/core/modules/shortcut/tests/src/Functional/ShortcutTestBase.php +++ b/core/modules/shortcut/tests/src/Functional/ShortcutTestBase.php @@ -17,7 +17,7 @@ abstract class ShortcutTestBase extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'toolbar', 'shortcut']; + protected static $modules = ['node', 'toolbar', 'shortcut']; /** * User with permission to administer shortcuts. diff --git a/core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php b/core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php index 0214c29fa505..24f41259f1bb 100644 --- a/core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php +++ b/core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php @@ -24,7 +24,7 @@ class ShortcutTranslationUITest extends ContentTranslationUITestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'language', 'content_translation', 'link', diff --git a/core/modules/shortcut/tests/src/Kernel/Migrate/MigrateShortcutStubTest.php b/core/modules/shortcut/tests/src/Kernel/Migrate/MigrateShortcutStubTest.php index f462e07956a9..bf3eb6b208b4 100644 --- a/core/modules/shortcut/tests/src/Kernel/Migrate/MigrateShortcutStubTest.php +++ b/core/modules/shortcut/tests/src/Kernel/Migrate/MigrateShortcutStubTest.php @@ -17,7 +17,7 @@ class MigrateShortcutStubTest extends MigrateDrupalTestBase { /** * {@inheritdoc} */ - public static $modules = ['shortcut', 'link']; + protected static $modules = ['shortcut', 'link']; /** * {@inheritdoc} diff --git a/core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetTest.php b/core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetTest.php index f3484ec7e6f5..0e7bc8c7af8f 100644 --- a/core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetTest.php +++ b/core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetTest.php @@ -18,7 +18,7 @@ class MigrateShortcutSetTest extends MigrateDrupal7TestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'link', 'field', 'shortcut', diff --git a/core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetUsersTest.php b/core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetUsersTest.php index ff73880fd0cc..deca603a1506 100644 --- a/core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetUsersTest.php +++ b/core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetUsersTest.php @@ -17,7 +17,7 @@ class MigrateShortcutSetUsersTest extends MigrateDrupal7TestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'link', 'field', 'shortcut', diff --git a/core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutTest.php b/core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutTest.php index 80b6dbd0f623..6be47199c3e2 100644 --- a/core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutTest.php +++ b/core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutTest.php @@ -18,7 +18,7 @@ class MigrateShortcutTest extends MigrateDrupal7TestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'link', 'field', 'shortcut', diff --git a/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetTest.php b/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetTest.php index e1982de648de..302f80dbe658 100644 --- a/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetTest.php +++ b/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetTest.php @@ -16,7 +16,7 @@ class ShortcutSetTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['shortcut', 'migrate_drupal']; + protected static $modules = ['shortcut', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php b/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php index 035aec31c909..5dc83f79ef9b 100644 --- a/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php +++ b/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php @@ -16,7 +16,7 @@ class ShortcutSetUsersTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['shortcut', 'migrate_drupal']; + protected static $modules = ['shortcut', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutTest.php b/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutTest.php index 4435e81b2fe0..afd1e1d9651e 100644 --- a/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutTest.php +++ b/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutTest.php @@ -16,7 +16,7 @@ class ShortcutTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['shortcut', 'migrate_drupal']; + protected static $modules = ['shortcut', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/shortcut/tests/src/Kernel/ShortcutSevenIntegrationTest.php b/core/modules/shortcut/tests/src/Kernel/ShortcutSevenIntegrationTest.php index 0d58c31659cf..2e43bf700c2a 100644 --- a/core/modules/shortcut/tests/src/Kernel/ShortcutSevenIntegrationTest.php +++ b/core/modules/shortcut/tests/src/Kernel/ShortcutSevenIntegrationTest.php @@ -11,7 +11,7 @@ */ class ShortcutSevenIntegrationTest extends KernelTestBase { - public static $modules = ['system']; + protected static $modules = ['system']; /** * Tests shortcut_install() and shortcut_uninstall(). diff --git a/core/modules/statistics/tests/src/Functional/StatisticsAdminTest.php b/core/modules/statistics/tests/src/Functional/StatisticsAdminTest.php index 5519aa7780b4..33ddb136c962 100644 --- a/core/modules/statistics/tests/src/Functional/StatisticsAdminTest.php +++ b/core/modules/statistics/tests/src/Functional/StatisticsAdminTest.php @@ -20,7 +20,7 @@ class StatisticsAdminTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'statistics']; + protected static $modules = ['node', 'statistics']; /** * {@inheritdoc} diff --git a/core/modules/statistics/tests/src/Functional/StatisticsAttachedTest.php b/core/modules/statistics/tests/src/Functional/StatisticsAttachedTest.php index 95cd0ae8c2e0..719bc507be93 100644 --- a/core/modules/statistics/tests/src/Functional/StatisticsAttachedTest.php +++ b/core/modules/statistics/tests/src/Functional/StatisticsAttachedTest.php @@ -17,7 +17,7 @@ class StatisticsAttachedTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'statistics']; + protected static $modules = ['node', 'statistics']; /** * {@inheritdoc} diff --git a/core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php b/core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php index d76cd89584c2..b44155ff2240 100644 --- a/core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php +++ b/core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php @@ -21,7 +21,7 @@ class StatisticsLoggingTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'statistics', 'block', 'locale']; + protected static $modules = ['node', 'statistics', 'block', 'locale']; /** * {@inheritdoc} diff --git a/core/modules/statistics/tests/src/Functional/StatisticsTestBase.php b/core/modules/statistics/tests/src/Functional/StatisticsTestBase.php index 3be95e2ab6ee..d55db184598b 100644 --- a/core/modules/statistics/tests/src/Functional/StatisticsTestBase.php +++ b/core/modules/statistics/tests/src/Functional/StatisticsTestBase.php @@ -14,7 +14,7 @@ abstract class StatisticsTestBase extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'block', 'ban', 'statistics']; + protected static $modules = ['node', 'block', 'ban', 'statistics']; /** * User with permissions to ban IP's. diff --git a/core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php b/core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php index 5e301bc52ab1..82b26162c493 100644 --- a/core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php +++ b/core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php @@ -19,7 +19,7 @@ class IntegrationTest extends ViewTestBase { * * @var array */ - public static $modules = ['statistics', 'statistics_test_views', 'node']; + protected static $modules = ['statistics', 'statistics_test_views', 'node']; /** * {@inheritdoc} diff --git a/core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php b/core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php index 211c0ec7593e..f47492df0ae8 100644 --- a/core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php +++ b/core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php @@ -17,7 +17,7 @@ class StatisticsLoggingTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'statistics', 'language']; + protected static $modules = ['node', 'statistics', 'language']; /** * {@inheritdoc} diff --git a/core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php b/core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php index 2f8280b75cf5..7e31b6a308f9 100644 --- a/core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php +++ b/core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php @@ -14,7 +14,7 @@ class MigrateNodeCounterTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_translation', 'language', 'menu_ui', diff --git a/core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateStatisticsConfigsTest.php b/core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateStatisticsConfigsTest.php index f7941530985c..3a698d8fc682 100644 --- a/core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateStatisticsConfigsTest.php +++ b/core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateStatisticsConfigsTest.php @@ -17,7 +17,7 @@ class MigrateStatisticsConfigsTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['statistics']; + protected static $modules = ['statistics']; /** * {@inheritdoc} diff --git a/core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateNodeCounterTest.php b/core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateNodeCounterTest.php index d32af299c776..f2041654f285 100644 --- a/core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateNodeCounterTest.php +++ b/core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateNodeCounterTest.php @@ -14,7 +14,7 @@ class MigrateNodeCounterTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_translation', 'language', 'menu_ui', diff --git a/core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateStatisticsConfigsTest.php b/core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateStatisticsConfigsTest.php index 09cea6414a42..a3d0298febe7 100644 --- a/core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateStatisticsConfigsTest.php +++ b/core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateStatisticsConfigsTest.php @@ -17,7 +17,7 @@ class MigrateStatisticsConfigsTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['statistics']; + protected static $modules = ['statistics']; /** * {@inheritdoc} diff --git a/core/modules/statistics/tests/src/Kernel/Plugin/migrate/source/NodeCounterTest.php b/core/modules/statistics/tests/src/Kernel/Plugin/migrate/source/NodeCounterTest.php index 0cbc76afec33..f2a64c44161e 100644 --- a/core/modules/statistics/tests/src/Kernel/Plugin/migrate/source/NodeCounterTest.php +++ b/core/modules/statistics/tests/src/Kernel/Plugin/migrate/source/NodeCounterTest.php @@ -16,7 +16,7 @@ class NodeCounterTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['migrate_drupal', 'statistics']; + protected static $modules = ['migrate_drupal', 'statistics']; /** * {@inheritdoc} diff --git a/core/modules/syslog/tests/src/Functional/SyslogTest.php b/core/modules/syslog/tests/src/Functional/SyslogTest.php index 8348cb1ee27a..15aad39bfa70 100644 --- a/core/modules/syslog/tests/src/Functional/SyslogTest.php +++ b/core/modules/syslog/tests/src/Functional/SyslogTest.php @@ -16,7 +16,7 @@ class SyslogTest extends BrowserTestBase { * * @var array */ - public static $modules = ['syslog']; + protected static $modules = ['syslog']; /** * {@inheritdoc} diff --git a/core/modules/syslog/tests/src/Kernel/Migrate/d6/MigrateSyslogConfigsTest.php b/core/modules/syslog/tests/src/Kernel/Migrate/d6/MigrateSyslogConfigsTest.php index ac75c0e98ff8..d180db354e7e 100644 --- a/core/modules/syslog/tests/src/Kernel/Migrate/d6/MigrateSyslogConfigsTest.php +++ b/core/modules/syslog/tests/src/Kernel/Migrate/d6/MigrateSyslogConfigsTest.php @@ -17,7 +17,7 @@ class MigrateSyslogConfigsTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['syslog']; + protected static $modules = ['syslog']; /** * {@inheritdoc} diff --git a/core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php b/core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php index e74744723850..c60878eec787 100644 --- a/core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php +++ b/core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php @@ -19,7 +19,7 @@ class MigrateSyslogConfigsTest extends MigrateDrupal7TestBase { * * @var array */ - public static $modules = ['syslog']; + protected static $modules = ['syslog']; /** * {@inheritdoc} diff --git a/core/modules/syslog/tests/src/Kernel/SyslogTest.php b/core/modules/syslog/tests/src/Kernel/SyslogTest.php index 7fd6e8217eb2..2ee04c7f5a10 100644 --- a/core/modules/syslog/tests/src/Kernel/SyslogTest.php +++ b/core/modules/syslog/tests/src/Kernel/SyslogTest.php @@ -13,7 +13,7 @@ */ class SyslogTest extends KernelTestBase { - public static $modules = ['syslog', 'syslog_test']; + protected static $modules = ['syslog', 'syslog_test']; /** * {@inheritdoc} diff --git a/core/modules/system/src/Tests/Ajax/AjaxTestBase.php b/core/modules/system/src/Tests/Ajax/AjaxTestBase.php index 66e06c88a467..067569242ef9 100644 --- a/core/modules/system/src/Tests/Ajax/AjaxTestBase.php +++ b/core/modules/system/src/Tests/Ajax/AjaxTestBase.php @@ -14,7 +14,7 @@ abstract class AjaxTestBase extends WebTestBase { * * @var array */ - public static $modules = ['node', 'ajax_test', 'ajax_forms_test']; + protected static $modules = ['node', 'ajax_test', 'ajax_forms_test']; /** * Asserts the array of Ajax commands contains the searched command. diff --git a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestBundleHalJsonAnonTest.php b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestBundleHalJsonAnonTest.php index 2802bee92850..032b885aad74 100644 --- a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestBundleHalJsonAnonTest.php +++ b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestBundleHalJsonAnonTest.php @@ -17,7 +17,7 @@ class EntityTestBundleHalJsonAnonTest extends EntityTestBundleResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestBundleHalJsonBasicAuthTest.php b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestBundleHalJsonBasicAuthTest.php index 0557bfe74098..7f7a502b3585 100644 --- a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestBundleHalJsonBasicAuthTest.php +++ b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestBundleHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class EntityTestBundleHalJsonBasicAuthTest extends EntityTestBundleResourceTestB /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestBundleHalJsonCookieTest.php b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestBundleHalJsonCookieTest.php index c604aa900eae..d1dc648911ea 100644 --- a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestBundleHalJsonCookieTest.php +++ b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestBundleHalJsonCookieTest.php @@ -15,7 +15,7 @@ class EntityTestBundleHalJsonCookieTest extends EntityTestBundleResourceTestBase /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonAnonTest.php b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonAnonTest.php index c5eafbd5d239..bae772cbd94e 100644 --- a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonAnonTest.php +++ b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonAnonTest.php @@ -18,7 +18,7 @@ class EntityTestHalJsonAnonTest extends EntityTestResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonBasicAuthTest.php b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonBasicAuthTest.php index faef8d1cfc1c..505251835c26 100644 --- a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonBasicAuthTest.php +++ b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class EntityTestHalJsonBasicAuthTest extends EntityTestHalJsonAnonTest { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonInternalPropertyNormalizerTest.php b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonInternalPropertyNormalizerTest.php index d68315ceb853..65437c6b77ca 100644 --- a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonInternalPropertyNormalizerTest.php +++ b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonInternalPropertyNormalizerTest.php @@ -20,7 +20,7 @@ class EntityTestHalJsonInternalPropertyNormalizerTest extends EntityTestHalJsonA /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestLabelHalJsonAnonTest.php b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestLabelHalJsonAnonTest.php index 22c621205049..9a04335c0f92 100644 --- a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestLabelHalJsonAnonTest.php +++ b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestLabelHalJsonAnonTest.php @@ -18,7 +18,7 @@ class EntityTestLabelHalJsonAnonTest extends EntityTestLabelResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestLabelHalJsonBasicAuthTest.php b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestLabelHalJsonBasicAuthTest.php index 4af4063cb5fe..fd2a59c4a5e4 100644 --- a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestLabelHalJsonBasicAuthTest.php +++ b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestLabelHalJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class EntityTestLabelHalJsonBasicAuthTest extends EntityTestLabelHalJsonAnonTest /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestMapFieldHalJsonAnonTest.php b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestMapFieldHalJsonAnonTest.php index dfee26fbd619..7502ef0fc7db 100644 --- a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestMapFieldHalJsonAnonTest.php +++ b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestMapFieldHalJsonAnonTest.php @@ -18,7 +18,7 @@ class EntityTestMapFieldHalJsonAnonTest extends EntityTestMapFieldResourceTestBa /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonBasicAuthTest.php b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonBasicAuthTest.php index a6a437ada458..d1e2189a3c50 100644 --- a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonBasicAuthTest.php +++ b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class EntityTestBundleJsonBasicAuthTest extends EntityTestBundleResourceTestBase /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleResourceTestBase.php b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleResourceTestBase.php index 1d9aa31466c6..a7b885a7ee1c 100644 --- a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleResourceTestBase.php +++ b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleResourceTestBase.php @@ -10,7 +10,7 @@ abstract class EntityTestBundleResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test']; + protected static $modules = ['entity_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleXmlBasicAuthTest.php b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleXmlBasicAuthTest.php index 059ca8efbd2c..4f9fcbbe8b58 100644 --- a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleXmlBasicAuthTest.php +++ b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class EntityTestBundleXmlBasicAuthTest extends EntityTestBundleResourceTestBase /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonBasicAuthTest.php b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonBasicAuthTest.php index b79bf3cf0393..891171fcafe7 100644 --- a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonBasicAuthTest.php +++ b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class EntityTestJsonBasicAuthTest extends EntityTestResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelJsonBasicAuthTest.php b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelJsonBasicAuthTest.php index 1332774b4f48..b508a6dbd9af 100644 --- a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelJsonBasicAuthTest.php +++ b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class EntityTestLabelJsonBasicAuthTest extends EntityTestLabelResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelResourceTestBase.php b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelResourceTestBase.php index 97c5a691350e..a13556dbf4b6 100644 --- a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelResourceTestBase.php +++ b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelResourceTestBase.php @@ -11,7 +11,7 @@ abstract class EntityTestLabelResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test']; + protected static $modules = ['entity_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelXmlBasicAuthTest.php b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelXmlBasicAuthTest.php index 067780894f36..0b89dff93568 100644 --- a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelXmlBasicAuthTest.php +++ b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class EntityTestLabelXmlBasicAuthTest extends EntityTestLabelResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldResourceTestBase.php b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldResourceTestBase.php index 03b9d903eb7b..7616fb7fb397 100644 --- a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldResourceTestBase.php +++ b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldResourceTestBase.php @@ -14,7 +14,7 @@ abstract class EntityTestMapFieldResourceTestBase extends EntityResourceTestBase /** * {@inheritdoc} */ - public static $modules = ['entity_test']; + protected static $modules = ['entity_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php index 585d1c1033fb..b1b376eaa7c1 100644 --- a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php +++ b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php @@ -16,7 +16,7 @@ abstract class EntityTestResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test']; + protected static $modules = ['entity_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php index 9c3b978cc422..836eeda53575 100644 --- a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php +++ b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php @@ -17,7 +17,7 @@ class EntityTestTextItemNormalizerTest extends EntityTestResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['filter_test']; + protected static $modules = ['filter_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php index 71f0e81fdac9..f08fae7925cd 100644 --- a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php +++ b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class EntityTestXmlBasicAuthTest extends EntityTestResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php b/core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php index 919e1e7925d0..1300abbb0d41 100644 --- a/core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php +++ b/core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php @@ -24,7 +24,7 @@ class OffCanvasDialogTest extends BrowserTestBase { * * @var array */ - public static $modules = ['ajax_test']; + protected static $modules = ['ajax_test']; /** * Test sending AJAX requests to open and manipulate off-canvas dialog. diff --git a/core/modules/system/tests/src/Functional/Batch/PageTest.php b/core/modules/system/tests/src/Functional/Batch/PageTest.php index 239b40c515f5..d63aa5acb9ee 100644 --- a/core/modules/system/tests/src/Functional/Batch/PageTest.php +++ b/core/modules/system/tests/src/Functional/Batch/PageTest.php @@ -16,7 +16,7 @@ class PageTest extends BrowserTestBase { * * @var array */ - public static $modules = ['batch_test']; + protected static $modules = ['batch_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Batch/ProcessingTest.php b/core/modules/system/tests/src/Functional/Batch/ProcessingTest.php index 2c92d1a81e20..c47fb921a841 100644 --- a/core/modules/system/tests/src/Functional/Batch/ProcessingTest.php +++ b/core/modules/system/tests/src/Functional/Batch/ProcessingTest.php @@ -17,7 +17,7 @@ class ProcessingTest extends BrowserTestBase { * * @var array */ - public static $modules = ['batch_test', 'test_page_test']; + protected static $modules = ['batch_test', 'test_page_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php b/core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php index f617897f9c42..be691a78a1ad 100644 --- a/core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php +++ b/core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php @@ -17,7 +17,7 @@ class DrupalMessengerServiceTest extends BrowserTestBase { * * @var array */ - public static $modules = ['system_test']; + protected static $modules = ['system_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Cache/SessionExistsCacheContextTest.php b/core/modules/system/tests/src/Functional/Cache/SessionExistsCacheContextTest.php index 23ad7abaa18c..f2cdcf24d9db 100644 --- a/core/modules/system/tests/src/Functional/Cache/SessionExistsCacheContextTest.php +++ b/core/modules/system/tests/src/Functional/Cache/SessionExistsCacheContextTest.php @@ -17,7 +17,7 @@ class SessionExistsCacheContextTest extends BrowserTestBase { * * @var array */ - public static $modules = ['session_exists_cache_context_test']; + protected static $modules = ['session_exists_cache_context_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Common/AlterTest.php b/core/modules/system/tests/src/Functional/Common/AlterTest.php index e96dd4c2da33..e4d07227fbdf 100644 --- a/core/modules/system/tests/src/Functional/Common/AlterTest.php +++ b/core/modules/system/tests/src/Functional/Common/AlterTest.php @@ -16,7 +16,7 @@ class AlterTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'common_test']; + protected static $modules = ['block', 'common_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php b/core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php index 9595abbfaf7b..30e1ef992be7 100644 --- a/core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php +++ b/core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php @@ -20,7 +20,7 @@ class EarlyRenderingControllerTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'early_rendering_controller_test']; + protected static $modules = ['system', 'early_rendering_controller_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Common/RenderWebTest.php b/core/modules/system/tests/src/Functional/Common/RenderWebTest.php index 5e64bfa92c29..3d5a8760db6e 100644 --- a/core/modules/system/tests/src/Functional/Common/RenderWebTest.php +++ b/core/modules/system/tests/src/Functional/Common/RenderWebTest.php @@ -21,7 +21,7 @@ class RenderWebTest extends BrowserTestBase { * * @var array */ - public static $modules = ['common_test']; + protected static $modules = ['common_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Common/UrlTest.php b/core/modules/system/tests/src/Functional/Common/UrlTest.php index 7d3eadad42a9..9c648ff3b36c 100644 --- a/core/modules/system/tests/src/Functional/Common/UrlTest.php +++ b/core/modules/system/tests/src/Functional/Common/UrlTest.php @@ -22,7 +22,7 @@ */ class UrlTest extends BrowserTestBase { - public static $modules = ['common_test', 'url_alter_test']; + protected static $modules = ['common_test', 'url_alter_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php b/core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php index 2cdaabeb3ee0..1500cd3db607 100644 --- a/core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php +++ b/core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php @@ -16,7 +16,7 @@ */ class ConditionFormTest extends BrowserTestBase { - public static $modules = ['node', 'condition_test']; + protected static $modules = ['node', 'condition_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/CsrfRequestHeaderTest.php b/core/modules/system/tests/src/Functional/CsrfRequestHeaderTest.php index 154845ad531c..68c4861d5c2e 100644 --- a/core/modules/system/tests/src/Functional/CsrfRequestHeaderTest.php +++ b/core/modules/system/tests/src/Functional/CsrfRequestHeaderTest.php @@ -17,7 +17,7 @@ class CsrfRequestHeaderTest extends BrowserTestBase { * * @var array */ - public static $modules = ['system', 'csrf_test']; + protected static $modules = ['system', 'csrf_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Database/DatabaseTestBase.php b/core/modules/system/tests/src/Functional/Database/DatabaseTestBase.php index a28c1dba2368..9193ee1032f6 100644 --- a/core/modules/system/tests/src/Functional/Database/DatabaseTestBase.php +++ b/core/modules/system/tests/src/Functional/Database/DatabaseTestBase.php @@ -13,7 +13,7 @@ abstract class DatabaseTestBase extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['database_test']; + protected static $modules = ['database_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Database/TemporaryQueryTest.php b/core/modules/system/tests/src/Functional/Database/TemporaryQueryTest.php index c31b96bb5b98..9eb111e12473 100644 --- a/core/modules/system/tests/src/Functional/Database/TemporaryQueryTest.php +++ b/core/modules/system/tests/src/Functional/Database/TemporaryQueryTest.php @@ -14,7 +14,7 @@ class TemporaryQueryTest extends DatabaseTestBase { /** * {@inheritdoc} */ - public static $modules = ['database_test']; + protected static $modules = ['database_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Datetime/DrupalDateTimeTest.php b/core/modules/system/tests/src/Functional/Datetime/DrupalDateTimeTest.php index 27f6720fa0a4..d9c9494f994d 100644 --- a/core/modules/system/tests/src/Functional/Datetime/DrupalDateTimeTest.php +++ b/core/modules/system/tests/src/Functional/Datetime/DrupalDateTimeTest.php @@ -16,7 +16,7 @@ class DrupalDateTimeTest extends BrowserTestBase { /** * Set up required modules. */ - public static $modules = []; + protected static $modules = []; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/DrupalKernel/ContainerRebuildWebTest.php b/core/modules/system/tests/src/Functional/DrupalKernel/ContainerRebuildWebTest.php index 93deab12b8e0..4a7fad4e7284 100644 --- a/core/modules/system/tests/src/Functional/DrupalKernel/ContainerRebuildWebTest.php +++ b/core/modules/system/tests/src/Functional/DrupalKernel/ContainerRebuildWebTest.php @@ -14,7 +14,7 @@ class ContainerRebuildWebTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['service_provider_test']; + protected static $modules = ['service_provider_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php b/core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php index 3e8d187dbe0d..5cfdeacef634 100644 --- a/core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php +++ b/core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php @@ -17,7 +17,7 @@ class EntityAddUITest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test']; + protected static $modules = ['entity_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php b/core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php index a5555aa157c5..82c33514df4f 100644 --- a/core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php +++ b/core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php @@ -24,7 +24,7 @@ abstract class EntityCacheTagsTestBase extends PageCacheTagsTestBase { * * @var array */ - public static $modules = ['entity_test', 'field_test']; + protected static $modules = ['entity_test', 'field_test']; /** * The main entity used for testing. diff --git a/core/modules/system/tests/src/Functional/Entity/EntityFormTest.php b/core/modules/system/tests/src/Functional/Entity/EntityFormTest.php index 20703e46230a..836186c50737 100644 --- a/core/modules/system/tests/src/Functional/Entity/EntityFormTest.php +++ b/core/modules/system/tests/src/Functional/Entity/EntityFormTest.php @@ -18,7 +18,7 @@ class EntityFormTest extends BrowserTestBase { * * @var array */ - public static $modules = ['entity_test', 'language']; + protected static $modules = ['entity_test', 'language']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php b/core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php index c73e9282d1de..a97ee330a5e0 100644 --- a/core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php +++ b/core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php @@ -16,7 +16,7 @@ class EntityListBuilderTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test']; + protected static $modules = ['entity_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Entity/EntityOperationsTest.php b/core/modules/system/tests/src/Functional/Entity/EntityOperationsTest.php index b1e1c16485e2..d09718c5cd9a 100644 --- a/core/modules/system/tests/src/Functional/Entity/EntityOperationsTest.php +++ b/core/modules/system/tests/src/Functional/Entity/EntityOperationsTest.php @@ -17,7 +17,7 @@ class EntityOperationsTest extends BrowserTestBase { * * @var array */ - public static $modules = ['entity_test']; + protected static $modules = ['entity_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php b/core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php index 5e7f49e3e789..b1cd68d7b67a 100644 --- a/core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php +++ b/core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php @@ -36,7 +36,7 @@ class EntityReferenceSelectionAccessTest extends KernelTestBase { * * @var array */ - public static $modules = ['comment', 'field', 'file', 'image', 'node', 'media', 'system', 'taxonomy', 'text', 'user']; + protected static $modules = ['comment', 'field', 'file', 'image', 'node', 'media', 'system', 'taxonomy', 'text', 'user']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php b/core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php index 6f857e71631a..90bf02763e88 100644 --- a/core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php +++ b/core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php @@ -22,7 +22,7 @@ class EntityRevisionsTest extends BrowserTestBase { * * @var array */ - public static $modules = ['entity_test', 'language']; + protected static $modules = ['entity_test', 'language']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php b/core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php index 892b013f012a..e2fec632d203 100644 --- a/core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php +++ b/core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php @@ -20,7 +20,7 @@ class EntityTranslationFormTest extends BrowserTestBase { * * @var array */ - public static $modules = ['entity_test', 'language', 'node']; + protected static $modules = ['entity_test', 'language', 'node']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Entity/EntityViewControllerTest.php b/core/modules/system/tests/src/Functional/Entity/EntityViewControllerTest.php index ceaa184f5064..ac73ebcfa64c 100644 --- a/core/modules/system/tests/src/Functional/Entity/EntityViewControllerTest.php +++ b/core/modules/system/tests/src/Functional/Entity/EntityViewControllerTest.php @@ -17,7 +17,7 @@ class EntityViewControllerTest extends BrowserTestBase { * * @var array */ - public static $modules = ['entity_test']; + protected static $modules = ['entity_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Form/AlterTest.php b/core/modules/system/tests/src/Functional/Form/AlterTest.php index d1f9667acbdb..de6cd8425590 100644 --- a/core/modules/system/tests/src/Functional/Form/AlterTest.php +++ b/core/modules/system/tests/src/Functional/Form/AlterTest.php @@ -17,7 +17,7 @@ class AlterTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'form_test']; + protected static $modules = ['block', 'form_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php b/core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php index 934db3d0dcb5..6d277d187893 100644 --- a/core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php +++ b/core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php @@ -18,7 +18,7 @@ class ArbitraryRebuildTest extends BrowserTestBase { * * @var array */ - public static $modules = ['text', 'form_test']; + protected static $modules = ['text', 'form_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Form/CheckboxTest.php b/core/modules/system/tests/src/Functional/Form/CheckboxTest.php index 66f7eab1d1ac..dd00fd588fb1 100644 --- a/core/modules/system/tests/src/Functional/Form/CheckboxTest.php +++ b/core/modules/system/tests/src/Functional/Form/CheckboxTest.php @@ -18,7 +18,7 @@ class CheckboxTest extends BrowserTestBase { * * @var array */ - public static $modules = ['form_test']; + protected static $modules = ['form_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php b/core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php index 421ef4196e07..b22be0bf7d66 100644 --- a/core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php +++ b/core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php @@ -18,7 +18,7 @@ class ConfirmFormTest extends BrowserTestBase { * * @var array */ - public static $modules = ['form_test']; + protected static $modules = ['form_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Form/ElementTest.php b/core/modules/system/tests/src/Functional/Form/ElementTest.php index 4d256f3c03c3..88a14a3a0002 100644 --- a/core/modules/system/tests/src/Functional/Form/ElementTest.php +++ b/core/modules/system/tests/src/Functional/Form/ElementTest.php @@ -17,7 +17,7 @@ class ElementTest extends BrowserTestBase { * * @var array */ - public static $modules = ['form_test']; + protected static $modules = ['form_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Form/ElementsAccessTest.php b/core/modules/system/tests/src/Functional/Form/ElementsAccessTest.php index 2167cbb58f6b..84ae3f79b174 100644 --- a/core/modules/system/tests/src/Functional/Form/ElementsAccessTest.php +++ b/core/modules/system/tests/src/Functional/Form/ElementsAccessTest.php @@ -16,7 +16,7 @@ class ElementsAccessTest extends BrowserTestBase { * * @var array */ - public static $modules = ['form_test']; + protected static $modules = ['form_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Form/ElementsContainerTest.php b/core/modules/system/tests/src/Functional/Form/ElementsContainerTest.php index 874cee6dcaa7..44396a1c7eb2 100644 --- a/core/modules/system/tests/src/Functional/Form/ElementsContainerTest.php +++ b/core/modules/system/tests/src/Functional/Form/ElementsContainerTest.php @@ -16,7 +16,7 @@ class ElementsContainerTest extends BrowserTestBase { * * @var array */ - public static $modules = ['form_test']; + protected static $modules = ['form_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php b/core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php index 0065110ee6cd..ea9cc48ba249 100644 --- a/core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php +++ b/core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php @@ -17,7 +17,7 @@ class ElementsLabelsTest extends BrowserTestBase { * * @var array */ - public static $modules = ['form_test']; + protected static $modules = ['form_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php b/core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php index 7ea6be2fc49e..29d92db02d84 100644 --- a/core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php +++ b/core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php @@ -17,7 +17,7 @@ class ElementsTableSelectTest extends BrowserTestBase { * * @var array */ - public static $modules = ['form_test']; + protected static $modules = ['form_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php b/core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php index 6a84f401260d..0541cb1a02c3 100644 --- a/core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php +++ b/core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php @@ -18,7 +18,7 @@ class ElementsVerticalTabsTest extends BrowserTestBase { * * @var array */ - public static $modules = ['form_test']; + protected static $modules = ['form_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Form/EmailTest.php b/core/modules/system/tests/src/Functional/Form/EmailTest.php index 678f081ebe16..a19e6f9ee95a 100644 --- a/core/modules/system/tests/src/Functional/Form/EmailTest.php +++ b/core/modules/system/tests/src/Functional/Form/EmailTest.php @@ -17,7 +17,7 @@ class EmailTest extends BrowserTestBase { * * @var array */ - public static $modules = ['form_test']; + protected static $modules = ['form_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Form/FormObjectTest.php b/core/modules/system/tests/src/Functional/Form/FormObjectTest.php index c2f89735c900..50ffdaddd7a1 100644 --- a/core/modules/system/tests/src/Functional/Form/FormObjectTest.php +++ b/core/modules/system/tests/src/Functional/Form/FormObjectTest.php @@ -16,7 +16,7 @@ class FormObjectTest extends BrowserTestBase { * * @var array */ - public static $modules = ['form_test']; + protected static $modules = ['form_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php b/core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php index cec6aa22a6b4..abfe8467fda0 100644 --- a/core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php +++ b/core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php @@ -14,7 +14,7 @@ class FormStoragePageCacheTest extends BrowserTestBase { /** * @var array */ - public static $modules = ['form_test']; + protected static $modules = ['form_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Form/FormTest.php b/core/modules/system/tests/src/Functional/Form/FormTest.php index 3d63fbeb2523..bf5fb2764645 100644 --- a/core/modules/system/tests/src/Functional/Form/FormTest.php +++ b/core/modules/system/tests/src/Functional/Form/FormTest.php @@ -26,7 +26,7 @@ class FormTest extends BrowserTestBase { * * @var array */ - public static $modules = ['filter', 'form_test', 'file', 'datetime']; + protected static $modules = ['filter', 'form_test', 'file', 'datetime']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php b/core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php index f9f10ca8b8b9..e48ba65a2421 100644 --- a/core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php +++ b/core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php @@ -21,7 +21,7 @@ class LanguageSelectElementTest extends BrowserTestBase { * * @var array */ - public static $modules = ['form_test', 'language']; + protected static $modules = ['form_test', 'language']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php b/core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php index 9a4970aaceac..ca5b5aa92255 100644 --- a/core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php +++ b/core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php @@ -14,7 +14,7 @@ class ModulesListFormWebTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['system_test', 'help']; + protected static $modules = ['system_test', 'help']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Form/RebuildTest.php b/core/modules/system/tests/src/Functional/Form/RebuildTest.php index ecd5fb0fda25..e40a4d29b316 100644 --- a/core/modules/system/tests/src/Functional/Form/RebuildTest.php +++ b/core/modules/system/tests/src/Functional/Form/RebuildTest.php @@ -16,7 +16,7 @@ class RebuildTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'form_test']; + protected static $modules = ['node', 'form_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Form/RedirectTest.php b/core/modules/system/tests/src/Functional/Form/RedirectTest.php index e66cc3830873..57ee31867e51 100644 --- a/core/modules/system/tests/src/Functional/Form/RedirectTest.php +++ b/core/modules/system/tests/src/Functional/Form/RedirectTest.php @@ -17,7 +17,7 @@ class RedirectTest extends BrowserTestBase { * * @var array */ - public static $modules = ['form_test', 'block']; + protected static $modules = ['form_test', 'block']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Form/ResponseTest.php b/core/modules/system/tests/src/Functional/Form/ResponseTest.php index 4707a47e501e..bbeac92cdc12 100644 --- a/core/modules/system/tests/src/Functional/Form/ResponseTest.php +++ b/core/modules/system/tests/src/Functional/Form/ResponseTest.php @@ -17,7 +17,7 @@ class ResponseTest extends BrowserTestBase { * * @var array */ - public static $modules = ['form_test']; + protected static $modules = ['form_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php b/core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php index 56dab576c1ce..59cda2497801 100644 --- a/core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php +++ b/core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php @@ -23,7 +23,7 @@ class StateValuesCleanAdvancedTest extends BrowserTestBase { * * @var array */ - public static $modules = ['file', 'form_test']; + protected static $modules = ['file', 'form_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php b/core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php index b5bd856de1c9..917ae1af90c7 100644 --- a/core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php +++ b/core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php @@ -19,7 +19,7 @@ class StateValuesCleanTest extends BrowserTestBase { * * @var array */ - public static $modules = ['form_test']; + protected static $modules = ['form_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Form/StorageTest.php b/core/modules/system/tests/src/Functional/Form/StorageTest.php index 2ad8bb24c280..1bcea67ef78a 100644 --- a/core/modules/system/tests/src/Functional/Form/StorageTest.php +++ b/core/modules/system/tests/src/Functional/Form/StorageTest.php @@ -25,7 +25,7 @@ class StorageTest extends BrowserTestBase { * * @var array */ - public static $modules = ['form_test', 'dblog']; + protected static $modules = ['form_test', 'dblog']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Form/SystemConfigFormTest.php b/core/modules/system/tests/src/Functional/Form/SystemConfigFormTest.php index ca56d2e6d8aa..9beba1fc7d55 100644 --- a/core/modules/system/tests/src/Functional/Form/SystemConfigFormTest.php +++ b/core/modules/system/tests/src/Functional/Form/SystemConfigFormTest.php @@ -16,7 +16,7 @@ class SystemConfigFormTest extends BrowserTestBase { * * @var array */ - public static $modules = ['form_test']; + protected static $modules = ['form_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Form/UrlTest.php b/core/modules/system/tests/src/Functional/Form/UrlTest.php index 02197602f781..0e99a7255905 100644 --- a/core/modules/system/tests/src/Functional/Form/UrlTest.php +++ b/core/modules/system/tests/src/Functional/Form/UrlTest.php @@ -17,7 +17,7 @@ class UrlTest extends BrowserTestBase { * * @var array */ - public static $modules = ['form_test']; + protected static $modules = ['form_test']; protected $profile = 'testing'; diff --git a/core/modules/system/tests/src/Functional/Form/ValidationTest.php b/core/modules/system/tests/src/Functional/Form/ValidationTest.php index cadf427581eb..3ae3ffee1ac6 100644 --- a/core/modules/system/tests/src/Functional/Form/ValidationTest.php +++ b/core/modules/system/tests/src/Functional/Form/ValidationTest.php @@ -18,7 +18,7 @@ class ValidationTest extends BrowserTestBase { * * @var array */ - public static $modules = ['form_test']; + protected static $modules = ['form_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Hal/ActionHalJsonAnonTest.php b/core/modules/system/tests/src/Functional/Hal/ActionHalJsonAnonTest.php index 6c0ad70cbcd8..b425aec37e26 100644 --- a/core/modules/system/tests/src/Functional/Hal/ActionHalJsonAnonTest.php +++ b/core/modules/system/tests/src/Functional/Hal/ActionHalJsonAnonTest.php @@ -15,7 +15,7 @@ class ActionHalJsonAnonTest extends ActionResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Hal/ActionHalJsonBasicAuthTest.php b/core/modules/system/tests/src/Functional/Hal/ActionHalJsonBasicAuthTest.php index 13daf5b04121..55c84bf60635 100644 --- a/core/modules/system/tests/src/Functional/Hal/ActionHalJsonBasicAuthTest.php +++ b/core/modules/system/tests/src/Functional/Hal/ActionHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class ActionHalJsonBasicAuthTest extends ActionResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Hal/ActionHalJsonCookieTest.php b/core/modules/system/tests/src/Functional/Hal/ActionHalJsonCookieTest.php index 2a9c6178b950..8a35bc8ad3df 100644 --- a/core/modules/system/tests/src/Functional/Hal/ActionHalJsonCookieTest.php +++ b/core/modules/system/tests/src/Functional/Hal/ActionHalJsonCookieTest.php @@ -15,7 +15,7 @@ class ActionHalJsonCookieTest extends ActionResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Hal/MenuHalJsonAnonTest.php b/core/modules/system/tests/src/Functional/Hal/MenuHalJsonAnonTest.php index 04dd30e6ce2d..356447e141bc 100644 --- a/core/modules/system/tests/src/Functional/Hal/MenuHalJsonAnonTest.php +++ b/core/modules/system/tests/src/Functional/Hal/MenuHalJsonAnonTest.php @@ -15,7 +15,7 @@ class MenuHalJsonAnonTest extends MenuResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Hal/MenuHalJsonBasicAuthTest.php b/core/modules/system/tests/src/Functional/Hal/MenuHalJsonBasicAuthTest.php index 3aaa10a0c91c..c5ea4652fd24 100644 --- a/core/modules/system/tests/src/Functional/Hal/MenuHalJsonBasicAuthTest.php +++ b/core/modules/system/tests/src/Functional/Hal/MenuHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class MenuHalJsonBasicAuthTest extends MenuResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Hal/MenuHalJsonCookieTest.php b/core/modules/system/tests/src/Functional/Hal/MenuHalJsonCookieTest.php index 0d706f4585ab..4a064dfce404 100644 --- a/core/modules/system/tests/src/Functional/Hal/MenuHalJsonCookieTest.php +++ b/core/modules/system/tests/src/Functional/Hal/MenuHalJsonCookieTest.php @@ -15,7 +15,7 @@ class MenuHalJsonCookieTest extends MenuResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php b/core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php index 766e81f7b7ac..8dcb88ce03da 100644 --- a/core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php +++ b/core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php @@ -16,7 +16,7 @@ class LockFunctionalTest extends BrowserTestBase { * * @var array */ - public static $modules = ['system_test']; + protected static $modules = ['system_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Menu/BreadcrumbFrontCacheContextsTest.php b/core/modules/system/tests/src/Functional/Menu/BreadcrumbFrontCacheContextsTest.php index 1e06691b00a1..6cf3cc06c415 100644 --- a/core/modules/system/tests/src/Functional/Menu/BreadcrumbFrontCacheContextsTest.php +++ b/core/modules/system/tests/src/Functional/Menu/BreadcrumbFrontCacheContextsTest.php @@ -18,7 +18,7 @@ class BreadcrumbFrontCacheContextsTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'block', 'node', 'path', diff --git a/core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php b/core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php index 60d2db1570f7..8f4a461810e4 100644 --- a/core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php +++ b/core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php @@ -23,7 +23,7 @@ class BreadcrumbTest extends BrowserTestBase { * * @var array */ - public static $modules = ['menu_test', 'block']; + protected static $modules = ['menu_test', 'block']; /** * An administrative user. diff --git a/core/modules/system/tests/src/Functional/Menu/LocalActionTest.php b/core/modules/system/tests/src/Functional/Menu/LocalActionTest.php index 3686e47e9c0e..b4a7375b2e7e 100644 --- a/core/modules/system/tests/src/Functional/Menu/LocalActionTest.php +++ b/core/modules/system/tests/src/Functional/Menu/LocalActionTest.php @@ -18,7 +18,7 @@ class LocalActionTest extends BrowserTestBase { * * @var string[] */ - public static $modules = ['block', 'menu_test']; + protected static $modules = ['block', 'menu_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php b/core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php index 5bfa25bd15fd..60ebdca1e98d 100644 --- a/core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php +++ b/core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php @@ -19,7 +19,7 @@ class LocalTasksTest extends BrowserTestBase { * * @var string[] */ - public static $modules = ['block', 'menu_test', 'entity_test', 'node']; + protected static $modules = ['block', 'menu_test', 'entity_test', 'node']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php b/core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php index 65ef6c97c62b..62fd82dd809a 100644 --- a/core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php +++ b/core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php @@ -17,7 +17,7 @@ class MenuAccessTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'menu_test']; + protected static $modules = ['block', 'menu_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Menu/MenuLinkSecurityTest.php b/core/modules/system/tests/src/Functional/Menu/MenuLinkSecurityTest.php index d9433be31fa4..c94befbae524 100644 --- a/core/modules/system/tests/src/Functional/Menu/MenuLinkSecurityTest.php +++ b/core/modules/system/tests/src/Functional/Menu/MenuLinkSecurityTest.php @@ -15,7 +15,7 @@ class MenuLinkSecurityTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['menu_link_content', 'block', 'menu_test']; + protected static $modules = ['menu_link_content', 'block', 'menu_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php b/core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php index b5ad4ceb886b..37645b1f4373 100644 --- a/core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php +++ b/core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php @@ -17,7 +17,7 @@ class MenuRouterTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'menu_test', 'test_page_test']; + protected static $modules = ['block', 'menu_test', 'test_page_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Module/InstallTest.php b/core/modules/system/tests/src/Functional/Module/InstallTest.php index 08acec5b4cc2..b3b86e7ab3d9 100644 --- a/core/modules/system/tests/src/Functional/Module/InstallTest.php +++ b/core/modules/system/tests/src/Functional/Module/InstallTest.php @@ -19,7 +19,7 @@ class InstallTest extends BrowserTestBase { * * @var array */ - public static $modules = ['module_test']; + protected static $modules = ['module_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php b/core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php index 355612099e94..f5caf8ac8648 100644 --- a/core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php +++ b/core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php @@ -22,7 +22,7 @@ class InstallUninstallTest extends ModuleTestBase { /** * {@inheritdoc} */ - public static $modules = ['system_test', 'dblog', 'taxonomy', 'update_test_postupdate']; + protected static $modules = ['system_test', 'dblog', 'taxonomy', 'update_test_postupdate']; /** * Tests that a fixed set of modules can be installed and uninstalled. diff --git a/core/modules/system/tests/src/Functional/Module/ModuleTestBase.php b/core/modules/system/tests/src/Functional/Module/ModuleTestBase.php index 1e681859b6dc..e83f558df1e9 100644 --- a/core/modules/system/tests/src/Functional/Module/ModuleTestBase.php +++ b/core/modules/system/tests/src/Functional/Module/ModuleTestBase.php @@ -19,7 +19,7 @@ abstract class ModuleTestBase extends BrowserTestBase { * * @var array */ - public static $modules = ['system_test']; + protected static $modules = ['system_test']; protected $adminUser; diff --git a/core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php b/core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php index 0a84977d673f..6acdb9541c92 100644 --- a/core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php +++ b/core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php @@ -38,7 +38,7 @@ class PrepareUninstallTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'taxonomy', 'entity_test']; + protected static $modules = ['node', 'taxonomy', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Module/UninstallTest.php b/core/modules/system/tests/src/Functional/Module/UninstallTest.php index e65fe17044e2..f789c56ddf0a 100644 --- a/core/modules/system/tests/src/Functional/Module/UninstallTest.php +++ b/core/modules/system/tests/src/Functional/Module/UninstallTest.php @@ -21,7 +21,7 @@ class UninstallTest extends BrowserTestBase { * * @var array */ - public static $modules = ['module_test', 'user', 'views', 'node']; + protected static $modules = ['module_test', 'user', 'views', 'node']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Pager/PagerTest.php b/core/modules/system/tests/src/Functional/Pager/PagerTest.php index 3a4b4fa5cd01..9f79f0f5aa37 100644 --- a/core/modules/system/tests/src/Functional/Pager/PagerTest.php +++ b/core/modules/system/tests/src/Functional/Pager/PagerTest.php @@ -20,7 +20,7 @@ class PagerTest extends BrowserTestBase { * * @var array */ - public static $modules = ['dblog', 'image', 'pager_test']; + protected static $modules = ['dblog', 'image', 'pager_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php b/core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php index a0f3caff88ff..696acc16cd0f 100644 --- a/core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php +++ b/core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php @@ -12,7 +12,7 @@ */ class UpcastingTest extends BrowserTestBase { - public static $modules = ['paramconverter_test', 'node', 'language']; + protected static $modules = ['paramconverter_test', 'node', 'language']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php b/core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php index d6c329caeb75..c84f88386137 100644 --- a/core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php +++ b/core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php @@ -16,7 +16,7 @@ class AjaxPageStateTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'views']; + protected static $modules = ['node', 'views']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Render/DisplayVariantTest.php b/core/modules/system/tests/src/Functional/Render/DisplayVariantTest.php index c10866acd16d..41f85861558b 100644 --- a/core/modules/system/tests/src/Functional/Render/DisplayVariantTest.php +++ b/core/modules/system/tests/src/Functional/Render/DisplayVariantTest.php @@ -16,7 +16,7 @@ class DisplayVariantTest extends BrowserTestBase { * * @var array */ - public static $modules = ['display_variant_test']; + protected static $modules = ['display_variant_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php b/core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php index 382a3442e79a..7027fe248fad 100644 --- a/core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php +++ b/core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php @@ -16,7 +16,7 @@ class HtmlResponseAttachmentsTest extends BrowserTestBase { * * @var array */ - public static $modules = ['render_attached_test']; + protected static $modules = ['render_attached_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Render/PlaceholderMessageTest.php b/core/modules/system/tests/src/Functional/Render/PlaceholderMessageTest.php index 97ca6d22d2ac..313e0b97f04a 100644 --- a/core/modules/system/tests/src/Functional/Render/PlaceholderMessageTest.php +++ b/core/modules/system/tests/src/Functional/Render/PlaceholderMessageTest.php @@ -17,7 +17,7 @@ class PlaceholderMessageTest extends BrowserTestBase { * * @var array */ - public static $modules = ['render_placeholder_message_test']; + protected static $modules = ['render_placeholder_message_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php b/core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php index 4f02d1a7c911..97015201e4b0 100644 --- a/core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php +++ b/core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php @@ -17,7 +17,7 @@ class RenderArrayNonHtmlSubscriberTest extends BrowserTestBase { * * @var array */ - public static $modules = ['render_array_non_html_subscriber_test']; + protected static $modules = ['render_array_non_html_subscriber_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php b/core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php index 06cc7122efab..ad2f9774fed0 100644 --- a/core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php +++ b/core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php @@ -20,7 +20,7 @@ class UrlBubbleableMetadataBubblingTest extends BrowserTestBase { * * @var array */ - public static $modules = ['cache_test']; + protected static $modules = ['cache_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Rest/ActionJsonBasicAuthTest.php b/core/modules/system/tests/src/Functional/Rest/ActionJsonBasicAuthTest.php index 98c1d9a2a857..6a6410898c84 100644 --- a/core/modules/system/tests/src/Functional/Rest/ActionJsonBasicAuthTest.php +++ b/core/modules/system/tests/src/Functional/Rest/ActionJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class ActionJsonBasicAuthTest extends ActionResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Rest/ActionResourceTestBase.php b/core/modules/system/tests/src/Functional/Rest/ActionResourceTestBase.php index 5134e910a674..bfa962259177 100644 --- a/core/modules/system/tests/src/Functional/Rest/ActionResourceTestBase.php +++ b/core/modules/system/tests/src/Functional/Rest/ActionResourceTestBase.php @@ -11,7 +11,7 @@ abstract class ActionResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['user']; + protected static $modules = ['user']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php b/core/modules/system/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php index 0e90dbea3121..f217f2ef19e1 100644 --- a/core/modules/system/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php +++ b/core/modules/system/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class ActionXmlBasicAuthTest extends ActionResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Rest/MenuJsonBasicAuthTest.php b/core/modules/system/tests/src/Functional/Rest/MenuJsonBasicAuthTest.php index 5b9fe9e3bc06..6430b859e6d9 100644 --- a/core/modules/system/tests/src/Functional/Rest/MenuJsonBasicAuthTest.php +++ b/core/modules/system/tests/src/Functional/Rest/MenuJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class MenuJsonBasicAuthTest extends MenuResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Rest/MenuResourceTestBase.php b/core/modules/system/tests/src/Functional/Rest/MenuResourceTestBase.php index 91953eb44148..13a74beb3e28 100644 --- a/core/modules/system/tests/src/Functional/Rest/MenuResourceTestBase.php +++ b/core/modules/system/tests/src/Functional/Rest/MenuResourceTestBase.php @@ -10,7 +10,7 @@ abstract class MenuResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = []; + protected static $modules = []; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Rest/MenuXmlBasicAuthTest.php b/core/modules/system/tests/src/Functional/Rest/MenuXmlBasicAuthTest.php index 9f786dd4de4b..c44c172bf4c7 100644 --- a/core/modules/system/tests/src/Functional/Rest/MenuXmlBasicAuthTest.php +++ b/core/modules/system/tests/src/Functional/Rest/MenuXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class MenuXmlBasicAuthTest extends MenuResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Routing/DestinationTest.php b/core/modules/system/tests/src/Functional/Routing/DestinationTest.php index 98ec29b47312..22a369dd54e5 100644 --- a/core/modules/system/tests/src/Functional/Routing/DestinationTest.php +++ b/core/modules/system/tests/src/Functional/Routing/DestinationTest.php @@ -20,7 +20,7 @@ class DestinationTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['system_test']; + protected static $modules = ['system_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php b/core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php index 1985725ef356..1de9fcc9f280 100644 --- a/core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php +++ b/core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php @@ -16,7 +16,7 @@ class RouterPermissionTest extends BrowserTestBase { * * @var array */ - public static $modules = ['router_test']; + protected static $modules = ['router_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Routing/RouterTest.php b/core/modules/system/tests/src/Functional/Routing/RouterTest.php index efe2f3a2d15b..a162f18834c3 100644 --- a/core/modules/system/tests/src/Functional/Routing/RouterTest.php +++ b/core/modules/system/tests/src/Functional/Routing/RouterTest.php @@ -21,7 +21,7 @@ class RouterTest extends BrowserTestBase { * * @var array */ - public static $modules = ['router_test']; + protected static $modules = ['router_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php b/core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php index 773c1795ecdf..305beb59235e 100644 --- a/core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php +++ b/core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php @@ -16,7 +16,7 @@ class ServiceProviderWebTest extends BrowserTestBase { * * @var array */ - public static $modules = ['file', 'service_provider_test']; + protected static $modules = ['file', 'service_provider_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php b/core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php index c5fe2fd717ef..718e8c697715 100644 --- a/core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php +++ b/core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php @@ -25,7 +25,7 @@ class SessionAuthenticationTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth', 'session_test']; + protected static $modules = ['basic_auth', 'session_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php b/core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php index 283c6e5bee8b..7e67837e1218 100644 --- a/core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php +++ b/core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php @@ -36,7 +36,7 @@ class SessionHttpsTest extends BrowserTestBase { * * @var array */ - public static $modules = ['session_test']; + protected static $modules = ['session_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Session/SessionTest.php b/core/modules/system/tests/src/Functional/Session/SessionTest.php index f83169b29e3a..37ffe4cc1306 100644 --- a/core/modules/system/tests/src/Functional/Session/SessionTest.php +++ b/core/modules/system/tests/src/Functional/Session/SessionTest.php @@ -18,7 +18,7 @@ class SessionTest extends BrowserTestBase { * * @var array */ - public static $modules = ['session_test']; + protected static $modules = ['session_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/System/AccessDeniedTest.php b/core/modules/system/tests/src/Functional/System/AccessDeniedTest.php index 49c19bbd034c..f183962eb625 100644 --- a/core/modules/system/tests/src/Functional/System/AccessDeniedTest.php +++ b/core/modules/system/tests/src/Functional/System/AccessDeniedTest.php @@ -21,7 +21,7 @@ class AccessDeniedTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'node', 'system_test']; + protected static $modules = ['block', 'node', 'system_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/System/AdminTest.php b/core/modules/system/tests/src/Functional/System/AdminTest.php index 15bf02b02981..a3e4f9a4091b 100644 --- a/core/modules/system/tests/src/Functional/System/AdminTest.php +++ b/core/modules/system/tests/src/Functional/System/AdminTest.php @@ -31,7 +31,7 @@ class AdminTest extends BrowserTestBase { * * @var array */ - public static $modules = ['locale']; + protected static $modules = ['locale']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/System/CronRunTest.php b/core/modules/system/tests/src/Functional/System/CronRunTest.php index eecd9db7f705..2ee97c658d88 100644 --- a/core/modules/system/tests/src/Functional/System/CronRunTest.php +++ b/core/modules/system/tests/src/Functional/System/CronRunTest.php @@ -19,7 +19,7 @@ class CronRunTest extends BrowserTestBase { * * @var array */ - public static $modules = ['common_test', 'common_test_cron_helper', 'automated_cron']; + protected static $modules = ['common_test', 'common_test_cron_helper', 'automated_cron']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/System/DateTimeTest.php b/core/modules/system/tests/src/Functional/System/DateTimeTest.php index 76876587a586..5443bb9adaaf 100644 --- a/core/modules/system/tests/src/Functional/System/DateTimeTest.php +++ b/core/modules/system/tests/src/Functional/System/DateTimeTest.php @@ -19,7 +19,7 @@ class DateTimeTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'node', 'language', 'field', 'field_ui', 'datetime', 'options']; + protected static $modules = ['block', 'node', 'language', 'field', 'field_ui', 'datetime', 'options']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php b/core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php index f93468b65fd1..f50d06d19a93 100644 --- a/core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php +++ b/core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php @@ -17,7 +17,7 @@ class ErrorHandlerTest extends BrowserTestBase { * * @var array */ - public static $modules = ['error_test']; + protected static $modules = ['error_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/System/FrontPageTest.php b/core/modules/system/tests/src/Functional/System/FrontPageTest.php index 767882801ff2..6dbef38ffb0a 100644 --- a/core/modules/system/tests/src/Functional/System/FrontPageTest.php +++ b/core/modules/system/tests/src/Functional/System/FrontPageTest.php @@ -17,7 +17,7 @@ class FrontPageTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'system_test', 'views']; + protected static $modules = ['node', 'system_test', 'views']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/System/HtaccessTest.php b/core/modules/system/tests/src/Functional/System/HtaccessTest.php index 037a92a00fe3..3ce3d43d2c0b 100644 --- a/core/modules/system/tests/src/Functional/System/HtaccessTest.php +++ b/core/modules/system/tests/src/Functional/System/HtaccessTest.php @@ -16,7 +16,7 @@ class HtaccessTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'path']; + protected static $modules = ['node', 'path']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php b/core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php index 724d797244a3..c35a10005d09 100644 --- a/core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php +++ b/core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php @@ -16,7 +16,7 @@ class MainContentFallbackTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'system_test']; + protected static $modules = ['block', 'system_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/System/PageNotFoundTest.php b/core/modules/system/tests/src/Functional/System/PageNotFoundTest.php index ed8e7679f34e..74efe98c172d 100644 --- a/core/modules/system/tests/src/Functional/System/PageNotFoundTest.php +++ b/core/modules/system/tests/src/Functional/System/PageNotFoundTest.php @@ -21,7 +21,7 @@ class PageNotFoundTest extends BrowserTestBase { * * @var array */ - public static $modules = ['system_test']; + protected static $modules = ['system_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/System/PageTitleTest.php b/core/modules/system/tests/src/Functional/System/PageTitleTest.php index 580e75d510ec..5b280512db87 100644 --- a/core/modules/system/tests/src/Functional/System/PageTitleTest.php +++ b/core/modules/system/tests/src/Functional/System/PageTitleTest.php @@ -19,7 +19,7 @@ class PageTitleTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'test_page_test', 'form_test', 'block']; + protected static $modules = ['node', 'test_page_test', 'form_test', 'block']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/System/ResponseGeneratorTest.php b/core/modules/system/tests/src/Functional/System/ResponseGeneratorTest.php index cab489eb5533..3d44528b7fb4 100644 --- a/core/modules/system/tests/src/Functional/System/ResponseGeneratorTest.php +++ b/core/modules/system/tests/src/Functional/System/ResponseGeneratorTest.php @@ -17,7 +17,7 @@ class ResponseGeneratorTest extends BrowserTestBase { * * @var array */ - public static $modules = ['hal', 'rest', 'node', 'basic_auth']; + protected static $modules = ['hal', 'rest', 'node', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/System/ShutdownFunctionsTest.php b/core/modules/system/tests/src/Functional/System/ShutdownFunctionsTest.php index 5d2f101ce75e..21c1a85dd559 100644 --- a/core/modules/system/tests/src/Functional/System/ShutdownFunctionsTest.php +++ b/core/modules/system/tests/src/Functional/System/ShutdownFunctionsTest.php @@ -16,7 +16,7 @@ class ShutdownFunctionsTest extends BrowserTestBase { * * @var array */ - public static $modules = ['system_test']; + protected static $modules = ['system_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php b/core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php index 1337d4d22f63..64c616ef5d96 100644 --- a/core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php +++ b/core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php @@ -22,7 +22,7 @@ class SiteMaintenanceTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/System/StatusTest.php b/core/modules/system/tests/src/Functional/System/StatusTest.php index a732a3c282e9..770453a88184 100644 --- a/core/modules/system/tests/src/Functional/System/StatusTest.php +++ b/core/modules/system/tests/src/Functional/System/StatusTest.php @@ -16,7 +16,7 @@ class StatusTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['update_test_postupdate']; + protected static $modules = ['update_test_postupdate']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php b/core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php index 57902fba3d36..8f0ba2dca7f0 100644 --- a/core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php +++ b/core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php @@ -16,7 +16,7 @@ class SystemAuthorizeTest extends BrowserTestBase { * * @var array */ - public static $modules = ['system_test']; + protected static $modules = ['system_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/System/ThemeTest.php b/core/modules/system/tests/src/Functional/System/ThemeTest.php index 43a55bb00422..4611da8e22ac 100644 --- a/core/modules/system/tests/src/Functional/System/ThemeTest.php +++ b/core/modules/system/tests/src/Functional/System/ThemeTest.php @@ -31,7 +31,7 @@ class ThemeTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'block', 'file']; + protected static $modules = ['node', 'block', 'file']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/System/TokenReplaceWebTest.php b/core/modules/system/tests/src/Functional/System/TokenReplaceWebTest.php index de6edc66c004..bf5ec9b68ffb 100644 --- a/core/modules/system/tests/src/Functional/System/TokenReplaceWebTest.php +++ b/core/modules/system/tests/src/Functional/System/TokenReplaceWebTest.php @@ -18,7 +18,7 @@ class TokenReplaceWebTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['token_test', 'filter', 'node']; + protected static $modules = ['token_test', 'filter', 'node']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php b/core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php index 0eae48ccc7ca..86613a79ae77 100644 --- a/core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php +++ b/core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php @@ -16,7 +16,7 @@ class EngineNyanCatTest extends BrowserTestBase { * * @var array */ - public static $modules = ['theme_test']; + protected static $modules = ['theme_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php b/core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php index 56ea6f158a06..470c28aab55b 100644 --- a/core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php +++ b/core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php @@ -21,7 +21,7 @@ class EngineTwigTest extends BrowserTestBase { * * @var array */ - public static $modules = ['theme_test', 'twig_theme_test']; + protected static $modules = ['theme_test', 'twig_theme_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Theme/FastTest.php b/core/modules/system/tests/src/Functional/Theme/FastTest.php index 54da6716556f..762acaca34bf 100644 --- a/core/modules/system/tests/src/Functional/Theme/FastTest.php +++ b/core/modules/system/tests/src/Functional/Theme/FastTest.php @@ -16,7 +16,7 @@ class FastTest extends BrowserTestBase { * * @var array */ - public static $modules = ['theme_test']; + protected static $modules = ['theme_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php b/core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php index fccf2ff4d63c..77073c42dc9f 100644 --- a/core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php +++ b/core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php @@ -16,7 +16,7 @@ class HtmlAttributesTest extends BrowserTestBase { * * @var array */ - public static $modules = ['theme_test']; + protected static $modules = ['theme_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php b/core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php index 13d09e63e734..895d0f9b0fd6 100644 --- a/core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php +++ b/core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php @@ -17,7 +17,7 @@ class ThemeEarlyInitializationTest extends BrowserTestBase { * * @var array */ - public static $modules = ['theme_test']; + protected static $modules = ['theme_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php b/core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php index a1468957bc7b..ad37d08561e4 100644 --- a/core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php +++ b/core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php @@ -16,7 +16,7 @@ class ThemeInfoTest extends BrowserTestBase { * * @var array */ - public static $modules = ['theme_test']; + protected static $modules = ['theme_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Theme/ThemeLegacyTest.php b/core/modules/system/tests/src/Functional/Theme/ThemeLegacyTest.php index 62fbc9177b4d..7de359c95b80 100644 --- a/core/modules/system/tests/src/Functional/Theme/ThemeLegacyTest.php +++ b/core/modules/system/tests/src/Functional/Theme/ThemeLegacyTest.php @@ -19,7 +19,7 @@ class ThemeLegacyTest extends BrowserTestBase { * * @var array */ - public static $modules = ['theme_test', 'theme_legacy_test']; + protected static $modules = ['theme_test', 'theme_legacy_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php b/core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php index 0bba89c62b56..c1398cc9cefd 100644 --- a/core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php +++ b/core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php @@ -17,7 +17,7 @@ class ThemeSuggestionsAlterTest extends BrowserTestBase { * * @var array */ - public static $modules = ['theme_test']; + protected static $modules = ['theme_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Theme/ThemeTest.php b/core/modules/system/tests/src/Functional/Theme/ThemeTest.php index dffb1a19d55e..8120a1d9eaaf 100644 --- a/core/modules/system/tests/src/Functional/Theme/ThemeTest.php +++ b/core/modules/system/tests/src/Functional/Theme/ThemeTest.php @@ -18,7 +18,7 @@ class ThemeTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['theme_test', 'node']; + protected static $modules = ['theme_test', 'node']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php b/core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php index 955a9aef704c..bb8187cc9e10 100644 --- a/core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php +++ b/core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php @@ -16,7 +16,7 @@ class ThemeTokenTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block']; + protected static $modules = ['block']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Theme/TwigDebugMarkupTest.php b/core/modules/system/tests/src/Functional/Theme/TwigDebugMarkupTest.php index 1890ccb33223..04466654f0ac 100644 --- a/core/modules/system/tests/src/Functional/Theme/TwigDebugMarkupTest.php +++ b/core/modules/system/tests/src/Functional/Theme/TwigDebugMarkupTest.php @@ -17,7 +17,7 @@ class TwigDebugMarkupTest extends BrowserTestBase { * * @var array */ - public static $modules = ['theme_test', 'node']; + protected static $modules = ['theme_test', 'node']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php b/core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php index fd6dc99ff8b6..5a8659b16e2b 100644 --- a/core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php +++ b/core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php @@ -17,7 +17,7 @@ class TwigExtensionTest extends BrowserTestBase { * * @var array */ - public static $modules = ['theme_test', 'twig_extension_test']; + protected static $modules = ['theme_test', 'twig_extension_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Theme/TwigLoaderTest.php b/core/modules/system/tests/src/Functional/Theme/TwigLoaderTest.php index 1238f2074ace..432b1270e209 100644 --- a/core/modules/system/tests/src/Functional/Theme/TwigLoaderTest.php +++ b/core/modules/system/tests/src/Functional/Theme/TwigLoaderTest.php @@ -16,7 +16,7 @@ class TwigLoaderTest extends BrowserTestBase { * * @var array */ - public static $modules = ['twig_loader_test']; + protected static $modules = ['twig_loader_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php b/core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php index 9bc38aee9344..24b3413399bf 100644 --- a/core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php +++ b/core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php @@ -17,7 +17,7 @@ class TwigRegistryLoaderTest extends BrowserTestBase { * * @var array */ - public static $modules = ['twig_theme_test', 'block']; + protected static $modules = ['twig_theme_test', 'block']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php b/core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php index 2cc8e24d0c58..adefc94dc2cc 100644 --- a/core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php +++ b/core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php @@ -17,7 +17,7 @@ class TwigSettingsTest extends BrowserTestBase { * * @var array */ - public static $modules = ['theme_test']; + protected static $modules = ['theme_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/Theme/TwigTransTest.php b/core/modules/system/tests/src/Functional/Theme/TwigTransTest.php index 1e08dde67518..85464dcf56ac 100644 --- a/core/modules/system/tests/src/Functional/Theme/TwigTransTest.php +++ b/core/modules/system/tests/src/Functional/Theme/TwigTransTest.php @@ -18,7 +18,7 @@ class TwigTransTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'theme_test', 'twig_theme_test', 'locale', diff --git a/core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php b/core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php index 7e4fa8322452..bcdac8f2a747 100644 --- a/core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php +++ b/core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php @@ -17,7 +17,7 @@ class DependencyHookInvocationTest extends BrowserTestBase { * * @var array */ - public static $modules = ['update_test_0', 'update_test_1', 'update_test_2']; + protected static $modules = ['update_test_0', 'update_test_1', 'update_test_2']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php b/core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php index 828925581558..7d1cb156580b 100644 --- a/core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php +++ b/core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php @@ -16,7 +16,7 @@ class DependencyMissingTest extends BrowserTestBase { * * @var array */ - public static $modules = ['update_test_0', 'update_test_2']; + protected static $modules = ['update_test_0', 'update_test_2']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php b/core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php index 08eff446852a..4a361bc721ef 100644 --- a/core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php +++ b/core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php @@ -16,7 +16,7 @@ class DependencyOrderingTest extends BrowserTestBase { * * @var array */ - public static $modules = ['update_test_0', 'update_test_1', 'update_test_2', 'update_test_3']; + protected static $modules = ['update_test_0', 'update_test_1', 'update_test_2', 'update_test_3']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php b/core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php index ec1826de7547..f3c3710b4440 100644 --- a/core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php +++ b/core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php @@ -20,7 +20,7 @@ class InvalidUpdateHookTest extends BrowserTestBase { * * @var array */ - public static $modules = ['update_test_invalid_hook', 'update_script_test', 'dblog']; + protected static $modules = ['update_test_invalid_hook', 'update_script_test', 'dblog']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php b/core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php index d05cf16263e9..95efd30eac37 100644 --- a/core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php +++ b/core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php @@ -19,7 +19,7 @@ class UpdateSchemaTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['update_test_schema']; + protected static $modules = ['update_test_schema']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php b/core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php index 9900f827fb4f..27e721b7623a 100644 --- a/core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php +++ b/core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php @@ -20,7 +20,7 @@ class UpdatesWith7xTest extends BrowserTestBase { * * @var array */ - public static $modules = ['update_test_with_7x']; + protected static $modules = ['update_test_with_7x']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/FunctionalJavascript/ModalRendererTest.php b/core/modules/system/tests/src/FunctionalJavascript/ModalRendererTest.php index 3b09f353d493..ac8da5027645 100644 --- a/core/modules/system/tests/src/FunctionalJavascript/ModalRendererTest.php +++ b/core/modules/system/tests/src/FunctionalJavascript/ModalRendererTest.php @@ -14,7 +14,7 @@ class ModalRendererTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'dialog_renderer_test']; + protected static $modules = ['system', 'dialog_renderer_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php b/core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php index f2d44592c602..78c5220577ae 100644 --- a/core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php +++ b/core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php @@ -21,7 +21,7 @@ class OffCanvasTest extends OffCanvasTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'off_canvas_test', ]; diff --git a/core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php b/core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php index c3e9f3406555..e372a8ae91b3 100644 --- a/core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php +++ b/core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php @@ -18,7 +18,7 @@ class ThemeSettingsFormTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['file']; + protected static $modules = ['file']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Kernel/Action/ActionTest.php b/core/modules/system/tests/src/Kernel/Action/ActionTest.php index e13cb6867499..9b52405b2dc4 100644 --- a/core/modules/system/tests/src/Kernel/Action/ActionTest.php +++ b/core/modules/system/tests/src/Kernel/Action/ActionTest.php @@ -17,7 +17,7 @@ class ActionTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'field', 'user', 'action_test']; + protected static $modules = ['system', 'field', 'user', 'action_test']; /** * The action manager. diff --git a/core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php b/core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php index 3c592d2673fc..6ac0e03d3887 100644 --- a/core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php +++ b/core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php @@ -32,7 +32,7 @@ class SystemMenuBlockTest extends KernelTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'system', 'block', 'menu_test', diff --git a/core/modules/system/tests/src/Kernel/Common/AddFeedTest.php b/core/modules/system/tests/src/Kernel/Common/AddFeedTest.php index b7d34222fcbc..9926b1899219 100644 --- a/core/modules/system/tests/src/Kernel/Common/AddFeedTest.php +++ b/core/modules/system/tests/src/Kernel/Common/AddFeedTest.php @@ -16,7 +16,7 @@ class AddFeedTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * Tests attaching feeds with paths, URLs, and titles. diff --git a/core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php b/core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php index 8524c9238076..d892aaf62a5e 100644 --- a/core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php +++ b/core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php @@ -24,7 +24,7 @@ class DateFormatAccessControlHandlerTest extends KernelTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'system', 'user', ]; diff --git a/core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php b/core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php index 55bba866b200..af18be632fe3 100644 --- a/core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php +++ b/core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php @@ -41,7 +41,7 @@ class EntityReferenceSelectionReferenceableTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'user', 'field', 'entity_reference', 'node', 'entity_test']; + protected static $modules = ['system', 'user', 'field', 'entity_reference', 'node', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php b/core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php index 39a7331b5709..93d6fbe05a2c 100644 --- a/core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php +++ b/core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php @@ -18,7 +18,7 @@ class ModuleHandlerTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * The basic functionality of retrieving enabled modules. diff --git a/core/modules/system/tests/src/Kernel/Form/FormElementLabelTest.php b/core/modules/system/tests/src/Kernel/Form/FormElementLabelTest.php index 2bc895f8a027..5a7992c49630 100644 --- a/core/modules/system/tests/src/Kernel/Form/FormElementLabelTest.php +++ b/core/modules/system/tests/src/Kernel/Form/FormElementLabelTest.php @@ -15,7 +15,7 @@ class FormElementLabelTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * Ensures that attributes can be placed for form element label. diff --git a/core/modules/system/tests/src/Kernel/Form/FormElementMaxlengthTest.php b/core/modules/system/tests/src/Kernel/Form/FormElementMaxlengthTest.php index 94026b65414f..480ccb3b30b1 100644 --- a/core/modules/system/tests/src/Kernel/Form/FormElementMaxlengthTest.php +++ b/core/modules/system/tests/src/Kernel/Form/FormElementMaxlengthTest.php @@ -18,7 +18,7 @@ class FormElementMaxlengthTest extends KernelTestBase implements FormInterface { /** * {@inheritdoc} */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Kernel/Form/FormObjectTest.php b/core/modules/system/tests/src/Kernel/Form/FormObjectTest.php index 1d33aa29e656..939590e11f3d 100644 --- a/core/modules/system/tests/src/Kernel/Form/FormObjectTest.php +++ b/core/modules/system/tests/src/Kernel/Form/FormObjectTest.php @@ -17,7 +17,7 @@ class FormObjectTest extends ConfigFormTestBase { * * @var array */ - public static $modules = ['form_test']; + protected static $modules = ['form_test']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/system/tests/src/Kernel/Form/ProgrammaticTest.php b/core/modules/system/tests/src/Kernel/Form/ProgrammaticTest.php index 456b506e72f2..f610a5f152c4 100644 --- a/core/modules/system/tests/src/Kernel/Form/ProgrammaticTest.php +++ b/core/modules/system/tests/src/Kernel/Form/ProgrammaticTest.php @@ -18,7 +18,7 @@ class ProgrammaticTest extends KernelTestBase { * * @var array */ - public static $modules = ['form_test']; + protected static $modules = ['form_test']; /** * Test the programmatic form submission workflow. diff --git a/core/modules/system/tests/src/Kernel/Installer/InstallerDependenciesResolutionTest.php b/core/modules/system/tests/src/Kernel/Installer/InstallerDependenciesResolutionTest.php index abe29c3ae9fa..2e762b646fda 100644 --- a/core/modules/system/tests/src/Kernel/Installer/InstallerDependenciesResolutionTest.php +++ b/core/modules/system/tests/src/Kernel/Installer/InstallerDependenciesResolutionTest.php @@ -14,7 +14,7 @@ class InstallerDependenciesResolutionTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * Verifies that the exception message in the profile step is correct. diff --git a/core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php b/core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php index 9b99d65ce948..a2ca893c9789 100644 --- a/core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php +++ b/core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php @@ -16,7 +16,7 @@ class UninstallKernelTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'user', 'field', 'file', 'image', 'media']; + protected static $modules = ['system', 'user', 'field', 'file', 'image', 'media']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Kernel/MenuAccessControlHandlerTest.php b/core/modules/system/tests/src/Kernel/MenuAccessControlHandlerTest.php index d92ae2aa76ae..c27bbc39d90c 100644 --- a/core/modules/system/tests/src/Kernel/MenuAccessControlHandlerTest.php +++ b/core/modules/system/tests/src/Kernel/MenuAccessControlHandlerTest.php @@ -24,7 +24,7 @@ class MenuAccessControlHandlerTest extends KernelTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'system', 'user', ]; diff --git a/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemConfigurationTest.php b/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemConfigurationTest.php index 3a455458a006..77dba8e29b15 100644 --- a/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemConfigurationTest.php +++ b/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemConfigurationTest.php @@ -14,7 +14,7 @@ class MigrateSystemConfigurationTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['action', 'file', 'system']; + protected static $modules = ['action', 'file', 'system']; protected $expectedConfig = [ 'system.cron' => [ diff --git a/core/modules/system/tests/src/Kernel/Migrate/d7/MigrateGlobalThemeSettingsTest.php b/core/modules/system/tests/src/Kernel/Migrate/d7/MigrateGlobalThemeSettingsTest.php index 1ee23960e432..ad0efea2319d 100644 --- a/core/modules/system/tests/src/Kernel/Migrate/d7/MigrateGlobalThemeSettingsTest.php +++ b/core/modules/system/tests/src/Kernel/Migrate/d7/MigrateGlobalThemeSettingsTest.php @@ -14,7 +14,7 @@ class MigrateGlobalThemeSettingsTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Kernel/Migrate/d7/MigrateSystemConfigurationTest.php b/core/modules/system/tests/src/Kernel/Migrate/d7/MigrateSystemConfigurationTest.php index cdef3c3767a8..f8d37e494c7d 100644 --- a/core/modules/system/tests/src/Kernel/Migrate/d7/MigrateSystemConfigurationTest.php +++ b/core/modules/system/tests/src/Kernel/Migrate/d7/MigrateSystemConfigurationTest.php @@ -11,7 +11,7 @@ */ class MigrateSystemConfigurationTest extends MigrateDrupal7TestBase { - public static $modules = ['action', 'file', 'system']; + protected static $modules = ['action', 'file', 'system']; protected $expectedConfig = [ 'system.authorize' => [ diff --git a/core/modules/system/tests/src/Kernel/PermissionsTest.php b/core/modules/system/tests/src/Kernel/PermissionsTest.php index fdd69f52f5f9..b423ddb4be43 100644 --- a/core/modules/system/tests/src/Kernel/PermissionsTest.php +++ b/core/modules/system/tests/src/Kernel/PermissionsTest.php @@ -12,7 +12,7 @@ class PermissionsTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'system', 'user', ]; diff --git a/core/modules/system/tests/src/Kernel/Plugin/migrate/source/ExtensionTest.php b/core/modules/system/tests/src/Kernel/Plugin/migrate/source/ExtensionTest.php index c6576019a760..64251b7107cc 100644 --- a/core/modules/system/tests/src/Kernel/Plugin/migrate/source/ExtensionTest.php +++ b/core/modules/system/tests/src/Kernel/Plugin/migrate/source/ExtensionTest.php @@ -15,7 +15,7 @@ class ExtensionTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'migrate_drupal']; + protected static $modules = ['system', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Kernel/Plugin/migrate/source/MenuTest.php b/core/modules/system/tests/src/Kernel/Plugin/migrate/source/MenuTest.php index 0feb9a2b0fe6..3917b37cc085 100644 --- a/core/modules/system/tests/src/Kernel/Plugin/migrate/source/MenuTest.php +++ b/core/modules/system/tests/src/Kernel/Plugin/migrate/source/MenuTest.php @@ -16,7 +16,7 @@ class MenuTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'migrate_drupal']; + protected static $modules = ['system', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/ThemeSettingsTest.php b/core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/ThemeSettingsTest.php index 17b54fa1bc21..482e4ddf683f 100644 --- a/core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/ThemeSettingsTest.php +++ b/core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/ThemeSettingsTest.php @@ -16,7 +16,7 @@ class ThemeSettingsTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'migrate_drupal']; + protected static $modules = ['system', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Kernel/Render/ClassyTest.php b/core/modules/system/tests/src/Kernel/Render/ClassyTest.php index e527699aa3b5..1eab0f78a742 100644 --- a/core/modules/system/tests/src/Kernel/Render/ClassyTest.php +++ b/core/modules/system/tests/src/Kernel/Render/ClassyTest.php @@ -14,7 +14,7 @@ class ClassyTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'twig_theme_test']; + protected static $modules = ['system', 'twig_theme_test']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php b/core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php index 2b9f0efcd9cd..887ba8a11766 100644 --- a/core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php +++ b/core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php @@ -17,7 +17,7 @@ class DbDumpCommandTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php b/core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php index 676a56adfe69..36cba94c9d58 100644 --- a/core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php +++ b/core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php @@ -17,7 +17,7 @@ class DbImportCommandTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'config', 'dblog', 'menu_link_content', 'link', 'block_content', 'file', 'user']; + protected static $modules = ['system', 'config', 'dblog', 'menu_link_content', 'link', 'block_content', 'file', 'user']; /** * Tables that should be part of the exported script. diff --git a/core/modules/system/tests/src/Kernel/System/CronQueueTest.php b/core/modules/system/tests/src/Kernel/System/CronQueueTest.php index 065dbbcd5c61..7623fd92bdf9 100644 --- a/core/modules/system/tests/src/Kernel/System/CronQueueTest.php +++ b/core/modules/system/tests/src/Kernel/System/CronQueueTest.php @@ -17,7 +17,7 @@ class CronQueueTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'cron_queue_test']; + protected static $modules = ['system', 'cron_queue_test']; /** * The database connection. diff --git a/core/modules/system/tests/src/Kernel/System/InfoAlterTest.php b/core/modules/system/tests/src/Kernel/System/InfoAlterTest.php index ee5fbf6adf8a..1f911d2a7048 100644 --- a/core/modules/system/tests/src/Kernel/System/InfoAlterTest.php +++ b/core/modules/system/tests/src/Kernel/System/InfoAlterTest.php @@ -11,7 +11,7 @@ */ class InfoAlterTest extends KernelTestBase { - public static $modules = ['system']; + protected static $modules = ['system']; /** * Tests that theme .info.yml data is rebuild after enabling a module. diff --git a/core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php b/core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php index d7e6fdcbfc35..3b12f47bf18f 100644 --- a/core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php +++ b/core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php @@ -22,7 +22,7 @@ class FunctionsTest extends KernelTestBase { * * @var array */ - public static $modules = ['router_test', 'system']; + protected static $modules = ['router_test', 'system']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Kernel/Theme/ThemeTest.php b/core/modules/system/tests/src/Kernel/Theme/ThemeTest.php index 5c7c2e38cd99..f2e45a0e1564 100644 --- a/core/modules/system/tests/src/Kernel/Theme/ThemeTest.php +++ b/core/modules/system/tests/src/Kernel/Theme/ThemeTest.php @@ -16,7 +16,7 @@ class ThemeTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['theme_test', 'node', 'system']; + protected static $modules = ['theme_test', 'node', 'system']; /** * {@inheritdoc} diff --git a/core/modules/system/tests/src/Kernel/Theme/TwigFilterTest.php b/core/modules/system/tests/src/Kernel/Theme/TwigFilterTest.php index 8706483db894..2d6806a23400 100644 --- a/core/modules/system/tests/src/Kernel/Theme/TwigFilterTest.php +++ b/core/modules/system/tests/src/Kernel/Theme/TwigFilterTest.php @@ -16,7 +16,7 @@ class TwigFilterTest extends KernelTestBase { * * @var array */ - public static $modules = ['twig_theme_test']; + protected static $modules = ['twig_theme_test']; /** * Test Twig "without" filter. diff --git a/core/modules/system/tests/src/Kernel/Theme/TwigNamespaceTest.php b/core/modules/system/tests/src/Kernel/Theme/TwigNamespaceTest.php index 278f194dd8c4..24f0df42f771 100644 --- a/core/modules/system/tests/src/Kernel/Theme/TwigNamespaceTest.php +++ b/core/modules/system/tests/src/Kernel/Theme/TwigNamespaceTest.php @@ -17,7 +17,7 @@ class TwigNamespaceTest extends KernelTestBase { * * @var array */ - public static $modules = ['twig_theme_test', 'twig_namespace_a', 'twig_namespace_b', 'node']; + protected static $modules = ['twig_theme_test', 'twig_namespace_a', 'twig_namespace_b', 'node']; /** * @var \Drupal\Core\Template\TwigEnvironment diff --git a/core/modules/system/tests/src/Kernel/Theme/TwigRawTest.php b/core/modules/system/tests/src/Kernel/Theme/TwigRawTest.php index 970e9d514043..5af515115b47 100644 --- a/core/modules/system/tests/src/Kernel/Theme/TwigRawTest.php +++ b/core/modules/system/tests/src/Kernel/Theme/TwigRawTest.php @@ -16,7 +16,7 @@ class TwigRawTest extends KernelTestBase { * * @var array */ - public static $modules = ['twig_theme_test']; + protected static $modules = ['twig_theme_test']; /** * Tests the raw filter inside an autoescape tag. diff --git a/core/modules/system/tests/src/Kernel/Timezone/TimezoneTest.php b/core/modules/system/tests/src/Kernel/Timezone/TimezoneTest.php index e9efa6d057da..831571bdc02b 100644 --- a/core/modules/system/tests/src/Kernel/Timezone/TimezoneTest.php +++ b/core/modules/system/tests/src/Kernel/Timezone/TimezoneTest.php @@ -11,7 +11,7 @@ */ class TimezoneTest extends KernelTestBase { - public static $modules = ['system']; + protected static $modules = ['system']; /** * Tests system_time_zones(). diff --git a/core/modules/system/tests/src/Kernel/TimezoneResolverTest.php b/core/modules/system/tests/src/Kernel/TimezoneResolverTest.php index 7c7f889ed4ab..69dabd27c1db 100644 --- a/core/modules/system/tests/src/Kernel/TimezoneResolverTest.php +++ b/core/modules/system/tests/src/Kernel/TimezoneResolverTest.php @@ -20,7 +20,7 @@ class TimezoneResolverTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'system', 'user', ]; diff --git a/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php b/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php index 2c8339060486..3ebf35239759 100644 --- a/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php +++ b/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php @@ -28,7 +28,7 @@ abstract class TokenReplaceKernelTestBase extends EntityKernelTestBase { * * @var array */ - public static $modules = ['system']; + protected static $modules = ['system']; protected function setUp() { parent::setUp(); diff --git a/core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php b/core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php index 8d28a80ca790..784228d8604b 100644 --- a/core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php +++ b/core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php @@ -18,7 +18,7 @@ class EarlyDateTest extends TaxonomyTestBase { * * @var array */ - public static $modules = ['node', 'datetime']; + protected static $modules = ['node', 'datetime']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/Hal/TermHalJsonAnonTest.php b/core/modules/taxonomy/tests/src/Functional/Hal/TermHalJsonAnonTest.php index 7a3a57a8cab7..b6370f8728e5 100644 --- a/core/modules/taxonomy/tests/src/Functional/Hal/TermHalJsonAnonTest.php +++ b/core/modules/taxonomy/tests/src/Functional/Hal/TermHalJsonAnonTest.php @@ -18,7 +18,7 @@ class TermHalJsonAnonTest extends TermResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/Hal/TermHalJsonBasicAuthTest.php b/core/modules/taxonomy/tests/src/Functional/Hal/TermHalJsonBasicAuthTest.php index 43adecebc2b6..626fba45ae1d 100644 --- a/core/modules/taxonomy/tests/src/Functional/Hal/TermHalJsonBasicAuthTest.php +++ b/core/modules/taxonomy/tests/src/Functional/Hal/TermHalJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class TermHalJsonBasicAuthTest extends TermHalJsonAnonTest { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonAnonTest.php b/core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonAnonTest.php index 1775ddd2f001..b94677c7025c 100644 --- a/core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonAnonTest.php +++ b/core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonAnonTest.php @@ -15,7 +15,7 @@ class VocabularyHalJsonAnonTest extends VocabularyResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonBasicAuthTest.php b/core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonBasicAuthTest.php index ad9d23403698..044a73203507 100644 --- a/core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonBasicAuthTest.php +++ b/core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class VocabularyHalJsonBasicAuthTest extends VocabularyResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonCookieTest.php b/core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonCookieTest.php index 3e8b3cc7d413..c14248c42e7d 100644 --- a/core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonCookieTest.php +++ b/core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonCookieTest.php @@ -15,7 +15,7 @@ class VocabularyHalJsonCookieTest extends VocabularyResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/Rest/TermJsonBasicAuthTest.php b/core/modules/taxonomy/tests/src/Functional/Rest/TermJsonBasicAuthTest.php index 8bb4c921cf2c..87aff1ce1ab5 100644 --- a/core/modules/taxonomy/tests/src/Functional/Rest/TermJsonBasicAuthTest.php +++ b/core/modules/taxonomy/tests/src/Functional/Rest/TermJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class TermJsonBasicAuthTest extends TermResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php b/core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php index b054ccdc23a2..db261e04b6b7 100644 --- a/core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php +++ b/core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php @@ -13,7 +13,7 @@ abstract class TermResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'path']; + protected static $modules = ['taxonomy', 'path']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/Rest/TermXmlBasicAuthTest.php b/core/modules/taxonomy/tests/src/Functional/Rest/TermXmlBasicAuthTest.php index f907dddb0b34..7ff2733ee8e5 100644 --- a/core/modules/taxonomy/tests/src/Functional/Rest/TermXmlBasicAuthTest.php +++ b/core/modules/taxonomy/tests/src/Functional/Rest/TermXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class TermXmlBasicAuthTest extends TermResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonBasicAuthTest.php b/core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonBasicAuthTest.php index 4bcb94e93b76..0ca19c730dfd 100644 --- a/core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonBasicAuthTest.php +++ b/core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class VocabularyJsonBasicAuthTest extends VocabularyResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php b/core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php index 27ac0d26142b..481d40911681 100644 --- a/core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php +++ b/core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php @@ -10,7 +10,7 @@ abstract class VocabularyResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy']; + protected static $modules = ['taxonomy']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlBasicAuthTest.php b/core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlBasicAuthTest.php index b0a459098267..d591ce24cae7 100644 --- a/core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlBasicAuthTest.php +++ b/core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class VocabularyXmlBasicAuthTest extends VocabularyResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/RssTest.php b/core/modules/taxonomy/tests/src/Functional/RssTest.php index a1381710d53f..252950ce736d 100644 --- a/core/modules/taxonomy/tests/src/Functional/RssTest.php +++ b/core/modules/taxonomy/tests/src/Functional/RssTest.php @@ -18,7 +18,7 @@ class RssTest extends TaxonomyTestBase { * * @var array */ - public static $modules = ['node', 'field_ui', 'views']; + protected static $modules = ['node', 'field_ui', 'views']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php b/core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php index d2e110156084..8df1618ed24a 100644 --- a/core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php +++ b/core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php @@ -32,7 +32,7 @@ class TaxonomyImageTest extends TaxonomyTestBase { * * @var array */ - public static $modules = ['image']; + protected static $modules = ['image']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/TaxonomyTermIndentationTest.php b/core/modules/taxonomy/tests/src/Functional/TaxonomyTermIndentationTest.php index ee937192468b..051e28992990 100644 --- a/core/modules/taxonomy/tests/src/Functional/TaxonomyTermIndentationTest.php +++ b/core/modules/taxonomy/tests/src/Functional/TaxonomyTermIndentationTest.php @@ -14,7 +14,7 @@ class TaxonomyTermIndentationTest extends TaxonomyTestBase { * * @var array */ - public static $modules = ['taxonomy']; + protected static $modules = ['taxonomy']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/TaxonomyTermPagerTest.php b/core/modules/taxonomy/tests/src/Functional/TaxonomyTermPagerTest.php index 45b711f8e3be..e3acbc21e88d 100644 --- a/core/modules/taxonomy/tests/src/Functional/TaxonomyTermPagerTest.php +++ b/core/modules/taxonomy/tests/src/Functional/TaxonomyTermPagerTest.php @@ -14,7 +14,7 @@ class TaxonomyTermPagerTest extends TaxonomyTestBase { * * @var array */ - public static $modules = ['taxonomy']; + protected static $modules = ['taxonomy']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/TaxonomyTestBase.php b/core/modules/taxonomy/tests/src/Functional/TaxonomyTestBase.php index 7c210839b75f..bc1f4ee65dd0 100644 --- a/core/modules/taxonomy/tests/src/Functional/TaxonomyTestBase.php +++ b/core/modules/taxonomy/tests/src/Functional/TaxonomyTestBase.php @@ -19,7 +19,7 @@ abstract class TaxonomyTestBase extends BrowserTestBase { * * @var array */ - public static $modules = ['taxonomy', 'block']; + protected static $modules = ['taxonomy', 'block']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php b/core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php index ac482de88786..9b45ce67944d 100644 --- a/core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php +++ b/core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php @@ -21,7 +21,7 @@ class TermAutocompleteTest extends TaxonomyTestBase { * * @var array */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/TermCacheTagsTest.php b/core/modules/taxonomy/tests/src/Functional/TermCacheTagsTest.php index 52fef002993f..f93b380005c3 100644 --- a/core/modules/taxonomy/tests/src/Functional/TermCacheTagsTest.php +++ b/core/modules/taxonomy/tests/src/Functional/TermCacheTagsTest.php @@ -16,7 +16,7 @@ class TermCacheTagsTest extends EntityWithUriCacheTagsTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy']; + protected static $modules = ['taxonomy']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php b/core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php index e24ca634f465..3f736f89e03d 100644 --- a/core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php +++ b/core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php @@ -12,7 +12,7 @@ class TermContextualLinksTest extends TaxonomyTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'contextual', ]; diff --git a/core/modules/taxonomy/tests/src/Functional/TermIndexTest.php b/core/modules/taxonomy/tests/src/Functional/TermIndexTest.php index 61aa88a2a049..0f38a4cb95b8 100644 --- a/core/modules/taxonomy/tests/src/Functional/TermIndexTest.php +++ b/core/modules/taxonomy/tests/src/Functional/TermIndexTest.php @@ -18,7 +18,7 @@ class TermIndexTest extends TaxonomyTestBase { * * @var array */ - public static $modules = ['views']; + protected static $modules = ['views']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php b/core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php index 1d3653789b14..6a412cbf84a4 100644 --- a/core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php +++ b/core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php @@ -12,7 +12,7 @@ */ class TermLanguageTest extends TaxonomyTestBase { - public static $modules = ['language']; + protected static $modules = ['language']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/TermTest.php b/core/modules/taxonomy/tests/src/Functional/TermTest.php index bf82b10ec95d..5060ab631da1 100644 --- a/core/modules/taxonomy/tests/src/Functional/TermTest.php +++ b/core/modules/taxonomy/tests/src/Functional/TermTest.php @@ -34,7 +34,7 @@ class TermTest extends TaxonomyTestBase { * * @var string[] */ - public static $modules = ['block']; + protected static $modules = ['block']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php b/core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php index d122c1300f3d..78b3b25ead54 100644 --- a/core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php +++ b/core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php @@ -39,7 +39,7 @@ class TermTranslationFieldViewTest extends TaxonomyTestBase { * * @var array */ - public static $modules = ['language', 'content_translation', 'taxonomy']; + protected static $modules = ['language', 'content_translation', 'taxonomy']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php b/core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php index 5b3121485b11..5e0127248cdb 100644 --- a/core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php +++ b/core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php @@ -36,7 +36,7 @@ class TermTranslationTest extends TaxonomyTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'language', 'content_translation']; + protected static $modules = ['taxonomy', 'language', 'content_translation']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php b/core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php index 5c5cb5094e8b..674d31a7276f 100644 --- a/core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php +++ b/core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php @@ -26,7 +26,7 @@ class TermTranslationUITest extends ContentTranslationUITestBase { * * @var array */ - public static $modules = ['language', 'content_translation', 'taxonomy']; + protected static $modules = ['language', 'content_translation', 'taxonomy']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php b/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php index 0a46388efe41..b3f9daa9b043 100644 --- a/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php +++ b/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php @@ -22,7 +22,7 @@ class TaxonomyFieldFilterTest extends ViewTestBase { /** * {@inheritdoc} */ - public static $modules = ['language', 'taxonomy', 'taxonomy_test_views', 'text', 'views', 'node']; + protected static $modules = ['language', 'taxonomy', 'taxonomy_test_views', 'text', 'views', 'node']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php b/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php index d6f2696eccc9..062e3d0acfbb 100644 --- a/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php +++ b/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php @@ -36,7 +36,7 @@ class TaxonomyIndexTidUiTest extends UITestBase { * * @var array */ - public static $modules = ['node', 'taxonomy', 'views', 'views_ui', 'taxonomy_test_views']; + protected static $modules = ['node', 'taxonomy', 'views', 'views_ui', 'taxonomy_test_views']; /** * A nested array of \Drupal\taxonomy\TermInterface objects. diff --git a/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php b/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php index 3f9e2a1d017c..91d3d68e88a6 100644 --- a/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php +++ b/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php @@ -30,7 +30,7 @@ class TaxonomyParentUITest extends UITestBase { * * @var array */ - public static $modules = ['taxonomy', 'taxonomy_test_views']; + protected static $modules = ['taxonomy', 'taxonomy_test_views']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentDepthTest.php b/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentDepthTest.php index d3dae76ac5d7..a73da29bfed7 100644 --- a/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentDepthTest.php +++ b/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentDepthTest.php @@ -12,7 +12,7 @@ class TaxonomyTermArgumentDepthTest extends TaxonomyTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'taxonomy_test_views', 'views', 'node']; + protected static $modules = ['taxonomy', 'taxonomy_test_views', 'views', 'node']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermFilterDepthTest.php b/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermFilterDepthTest.php index b21a8761738f..8c1b9b54e4b4 100644 --- a/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermFilterDepthTest.php +++ b/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermFilterDepthTest.php @@ -14,7 +14,7 @@ class TaxonomyTermFilterDepthTest extends TaxonomyTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'taxonomy_test_views', 'views', 'node']; + protected static $modules = ['taxonomy', 'taxonomy_test_views', 'views', 'node']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php b/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php index 1aa9ee306802..9e69ca3c1881 100644 --- a/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php +++ b/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php @@ -21,7 +21,7 @@ class TaxonomyTermViewTest extends TaxonomyTestBase { * * @var array */ - public static $modules = ['taxonomy', 'views']; + protected static $modules = ['taxonomy', 'views']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php b/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php index bd89619b7b73..8b914be758d1 100644 --- a/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php +++ b/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php @@ -22,7 +22,7 @@ abstract class TaxonomyTestBase extends ViewTestBase { * * @var array */ - public static $modules = ['taxonomy', 'taxonomy_test_views']; + protected static $modules = ['taxonomy', 'taxonomy_test_views']; /** * Stores the nodes used for the different tests. diff --git a/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php b/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php index 08e49264c5bd..e9cfe225bb84 100644 --- a/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php +++ b/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php @@ -14,7 +14,7 @@ class TaxonomyVocabularyArgumentTest extends TaxonomyTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'taxonomy_test_views', 'views']; + protected static $modules = ['taxonomy', 'taxonomy_test_views', 'views']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php b/core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php index cdc673f52f5f..c3fb9c69b08e 100644 --- a/core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php +++ b/core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php @@ -12,7 +12,7 @@ */ class VocabularyLanguageTest extends TaxonomyTestBase { - public static $modules = ['language']; + protected static $modules = ['language']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php b/core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php index 634d859d049a..a7fac48138e3 100644 --- a/core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php +++ b/core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php @@ -16,7 +16,7 @@ class VocabularyPermissionsTest extends TaxonomyTestBase { * * @var array */ - public static $modules = ['help']; + protected static $modules = ['help']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/VocabularySerializationTest.php b/core/modules/taxonomy/tests/src/Functional/VocabularySerializationTest.php index 252679193d49..2386bfb5d3e7 100644 --- a/core/modules/taxonomy/tests/src/Functional/VocabularySerializationTest.php +++ b/core/modules/taxonomy/tests/src/Functional/VocabularySerializationTest.php @@ -21,7 +21,7 @@ class VocabularySerializationTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'vocabulary_serialization_test']; + protected static $modules = ['taxonomy', 'vocabulary_serialization_test']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php b/core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php index efd91519d542..d9990edd41ce 100644 --- a/core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php +++ b/core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php @@ -12,7 +12,7 @@ class VocabularyTranslationTest extends TaxonomyTestBase { /** * {@inheritdoc} */ - public static $modules = ['content_translation', 'language']; + protected static $modules = ['content_translation', 'language']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyConfigsTest.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyConfigsTest.php index 22665b2991e2..4abdfae1762f 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyConfigsTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyConfigsTest.php @@ -17,7 +17,7 @@ class MigrateTaxonomyConfigsTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy']; + protected static $modules = ['taxonomy']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyTermStubTest.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyTermStubTest.php index 4b95882fa527..44bb1b87a691 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyTermStubTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyTermStubTest.php @@ -20,7 +20,7 @@ class MigrateTaxonomyTermStubTest extends MigrateDrupalTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'text', 'taxonomy_term_stub_test']; + protected static $modules = ['taxonomy', 'text', 'taxonomy_term_stub_test']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/TaxonomyTermDeriverTest.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/TaxonomyTermDeriverTest.php index 53dad583cd78..2a5fc5d201ca 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/TaxonomyTermDeriverTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/TaxonomyTermDeriverTest.php @@ -11,7 +11,7 @@ */ class TaxonomyTermDeriverTest extends MigrateDrupal7TestBase { - public static $modules = ['taxonomy', 'text']; + protected static $modules = ['taxonomy', 'text']; /** * Tests fields exist in process pipeline for term migrations. diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTest.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTest.php index 9b6591e1939a..10aed218a41d 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTest.php @@ -15,7 +15,7 @@ class MigrateTaxonomyTermTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy']; + protected static $modules = ['taxonomy']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTest.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTest.php index e8fc98cd0175..233ceff5c4e1 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTest.php @@ -15,7 +15,7 @@ class MigrateTaxonomyVocabularyTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy']; + protected static $modules = ['taxonomy']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTranslationTest.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTranslationTest.php index 51489beaf5da..edf1e20db38b 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTranslationTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTranslationTest.php @@ -14,7 +14,7 @@ class MigrateTaxonomyVocabularyTranslationTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'config_translation', 'language', 'taxonomy', diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermLocalizedTranslationTest.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermLocalizedTranslationTest.php index 99f6b71767ea..3b66a94fb445 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermLocalizedTranslationTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermLocalizedTranslationTest.php @@ -16,7 +16,7 @@ class MigrateTermLocalizedTranslationTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_translation', 'language', 'menu_ui', diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeComplete.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeComplete.php index cb17ce18d410..cb06411171be 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeComplete.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeComplete.php @@ -16,7 +16,7 @@ class MigrateTermNodeComplete extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_translation', 'language', 'menu_ui', diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php index 33f4e33b473d..c61a50c6fe93 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php @@ -14,7 +14,7 @@ class MigrateTermNodeRevisionTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'menu_ui']; + protected static $modules = ['taxonomy', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTest.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTest.php index 7c8b17e7cc6f..a49054b5dfe2 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTest.php @@ -15,7 +15,7 @@ class MigrateTermNodeTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'menu_ui']; + protected static $modules = ['taxonomy', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTranslationTest.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTranslationTest.php index 1b4ecc611900..aff7d0100b4e 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTranslationTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTranslationTest.php @@ -15,7 +15,7 @@ class MigrateTermNodeTranslationTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'config_translation', 'content_translation', 'language', diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php index 0f5c6fc2162b..8a40b9e7b8f5 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php @@ -15,7 +15,7 @@ class MigrateVocabularyEntityDisplayTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['field', 'taxonomy', 'menu_ui']; + protected static $modules = ['field', 'taxonomy', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php index 990316a316a1..5024973bb028 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php @@ -15,7 +15,7 @@ class MigrateVocabularyEntityFormDisplayTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'menu_ui']; + protected static $modules = ['taxonomy', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php index 0c3404d9d61c..1d4dfc918196 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php @@ -15,7 +15,7 @@ class MigrateVocabularyFieldInstanceTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'menu_ui']; + protected static $modules = ['taxonomy', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldTest.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldTest.php index 6e11c36c6acd..c9ed93ae880a 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldTest.php @@ -15,7 +15,7 @@ class MigrateVocabularyFieldTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'menu_ui']; + protected static $modules = ['taxonomy', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateNodeTaxonomyTest.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateNodeTaxonomyTest.php index 1526aecbe976..2c3ff4a1e06f 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateNodeTaxonomyTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateNodeTaxonomyTest.php @@ -11,7 +11,7 @@ */ class MigrateNodeTaxonomyTest extends MigrateDrupal7TestBase { - public static $modules = [ + protected static $modules = [ 'comment', 'datetime', 'image', diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTest.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTest.php index 75ecd45a74e7..de22f1db94d8 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTest.php @@ -13,7 +13,7 @@ */ class MigrateTaxonomyTermTest extends MigrateDrupal7TestBase { - public static $modules = [ + protected static $modules = [ 'comment', 'content_translation', 'datetime', diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTranslationTest.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTranslationTest.php index cfcbe71e9220..89390302a48e 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTranslationTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTranslationTest.php @@ -16,7 +16,7 @@ class MigrateTaxonomyTermTranslationTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'comment', 'content_translation', 'datetime', diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTest.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTest.php index 24e843d47315..2a94e8ec6f20 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTest.php @@ -16,7 +16,7 @@ class MigrateTaxonomyVocabularyTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'text']; + protected static $modules = ['taxonomy', 'text']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTranslationTest.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTranslationTest.php index 6796706d2a01..b88b01e0fac7 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTranslationTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTranslationTest.php @@ -14,7 +14,7 @@ class MigrateTaxonomyVocabularyTranslationTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'config_translation', 'language', 'taxonomy', diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTermLocalizedTranslationTest.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTermLocalizedTranslationTest.php index c7acf32efe96..05122fdb7b1c 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTermLocalizedTranslationTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTermLocalizedTranslationTest.php @@ -16,7 +16,7 @@ class MigrateTermLocalizedTranslationTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'content_translation', 'language', 'taxonomy', diff --git a/core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php b/core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php index c6cffad893e2..70c259d9c7d8 100644 --- a/core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php @@ -20,7 +20,7 @@ class PendingRevisionTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'node', 'user', 'text', 'field', 'system']; + protected static $modules = ['taxonomy', 'node', 'user', 'text', 'field', 'system']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermLocalizedTranslationTest.php b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermLocalizedTranslationTest.php index 35888a99c2ad..f6906dca978c 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermLocalizedTranslationTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermLocalizedTranslationTest.php @@ -15,7 +15,7 @@ class TermLocalizedTranslationTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'migrate_drupal']; + protected static $modules = ['taxonomy', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermNodeTest.php b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermNodeTest.php index 3084acffae6d..16a365a2afad 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermNodeTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermNodeTest.php @@ -15,7 +15,7 @@ class TermNodeTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'migrate_drupal']; + protected static $modules = ['taxonomy', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermSourceWithVocabularyFilterTest.php b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermSourceWithVocabularyFilterTest.php index 42fa75d0fff2..bb60f9c4b9f6 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermSourceWithVocabularyFilterTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermSourceWithVocabularyFilterTest.php @@ -13,7 +13,7 @@ class TermSourceWithVocabularyFilterTest extends TermTest { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'migrate_drupal']; + protected static $modules = ['taxonomy', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTest.php b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTest.php index d1ac238ae26f..c0b50cb0f670 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTest.php @@ -15,7 +15,7 @@ class TermTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'migrate_drupal']; + protected static $modules = ['taxonomy', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTranslationTest.php b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTranslationTest.php index af69e30e3740..cafbc813b95f 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTranslationTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTranslationTest.php @@ -15,7 +15,7 @@ class TermTranslationTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'migrate_drupal']; + protected static $modules = ['taxonomy', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyPerTypeTest.php b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyPerTypeTest.php index d5f27274b04f..bce46846d437 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyPerTypeTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyPerTypeTest.php @@ -16,7 +16,7 @@ class VocabularyPerTypeTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'migrate_drupal']; + protected static $modules = ['taxonomy', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTest.php b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTest.php index a98b2985ed58..4b81b6c3fb87 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTest.php @@ -16,7 +16,7 @@ class VocabularyTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'migrate_drupal']; + protected static $modules = ['taxonomy', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTranslationTest.php b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTranslationTest.php index f466947191a5..58a5c2dc7982 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTranslationTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTranslationTest.php @@ -15,7 +15,7 @@ class VocabularyTranslationTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'migrate_drupal']; + protected static $modules = ['taxonomy', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermEntityTranslationTest.php b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermEntityTranslationTest.php index 3a9145171371..d8c48e840f3b 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermEntityTranslationTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermEntityTranslationTest.php @@ -15,7 +15,7 @@ class TermEntityTranslationTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'migrate_drupal']; + protected static $modules = ['taxonomy', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermLocalizedTranslationTest.php b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermLocalizedTranslationTest.php index a62f37b327ef..7d798a202f00 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermLocalizedTranslationTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermLocalizedTranslationTest.php @@ -13,7 +13,7 @@ class TermLocalizedTranslationTest extends TermTest { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'migrate_drupal']; + protected static $modules = ['taxonomy', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermSourceWithVocabularyFilterTest.php b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermSourceWithVocabularyFilterTest.php index 671bb554ed53..274d586d7419 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermSourceWithVocabularyFilterTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermSourceWithVocabularyFilterTest.php @@ -13,7 +13,7 @@ class TermSourceWithVocabularyFilterTest extends TermTest { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'migrate_drupal']; + protected static $modules = ['taxonomy', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermTest.php b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermTest.php index 0466d750e9d0..2c2365b26c54 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermTest.php @@ -15,7 +15,7 @@ class TermTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'migrate_drupal']; + protected static $modules = ['taxonomy', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTest.php b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTest.php index 4d1975ceb418..fb78c547d738 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTest.php @@ -15,7 +15,7 @@ class VocabularyTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'migrate_drupal']; + protected static $modules = ['taxonomy', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTranslationTest.php b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTranslationTest.php index c9500592083d..c4c8168c666a 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTranslationTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTranslationTest.php @@ -15,7 +15,7 @@ class VocabularyTranslationTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'migrate_drupal']; + protected static $modules = ['taxonomy', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php b/core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php index 701322849057..00e21a15d966 100644 --- a/core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php @@ -18,7 +18,7 @@ class TermEntityReferenceTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'entity_test', 'field', 'system', diff --git a/core/modules/taxonomy/tests/src/Kernel/TermHierarchyValidationTest.php b/core/modules/taxonomy/tests/src/Kernel/TermHierarchyValidationTest.php index 24983e077370..2523bc9d008b 100644 --- a/core/modules/taxonomy/tests/src/Kernel/TermHierarchyValidationTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/TermHierarchyValidationTest.php @@ -17,7 +17,7 @@ class TermHierarchyValidationTest extends EntityKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy']; + protected static $modules = ['taxonomy']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php b/core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php index 0350e2998d49..f641bed3381a 100644 --- a/core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php @@ -18,7 +18,7 @@ class TermKernelTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['filter', 'taxonomy', 'text', 'user']; + protected static $modules = ['filter', 'taxonomy', 'text', 'user']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/TermValidationTest.php b/core/modules/taxonomy/tests/src/Kernel/TermValidationTest.php index f71e91ba40fb..30f1c2e1077f 100644 --- a/core/modules/taxonomy/tests/src/Kernel/TermValidationTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/TermValidationTest.php @@ -17,7 +17,7 @@ class TermValidationTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['taxonomy']; + protected static $modules = ['taxonomy']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php b/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php index b3a58b2612ba..ef8d9a73e1de 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php @@ -21,7 +21,7 @@ class TaxonomyFieldTidTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'taxonomy_test_views', 'text', 'filter']; + protected static $modules = ['taxonomy', 'taxonomy_test_views', 'text', 'filter']; /** * {@inheritdoc} diff --git a/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php b/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php index 77d9b326b3a7..ef644bca4d0f 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php @@ -24,7 +24,7 @@ class TaxonomyFieldVidTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['taxonomy', 'taxonomy_test_views', 'text', 'filter']; + protected static $modules = ['taxonomy', 'taxonomy_test_views', 'text', 'filter']; /** * Views used by this test. diff --git a/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php b/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php index 3512b7760769..a42644c43e15 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php +++ b/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php @@ -34,7 +34,7 @@ abstract class TaxonomyTestBase extends ViewsKernelTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'taxonomy', 'taxonomy_test_views', 'text', diff --git a/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyViewsFieldAccessTest.php b/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyViewsFieldAccessTest.php index b2c1e5d58ae7..f567314c8cce 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyViewsFieldAccessTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyViewsFieldAccessTest.php @@ -16,7 +16,7 @@ class TaxonomyViewsFieldAccessTest extends FieldFieldAccessTestBase { /** * {@inheritdoc} */ - public static $modules = ['taxonomy', 'text', 'entity_test']; + protected static $modules = ['taxonomy', 'text', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php b/core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php index 97bd406ea221..e066012fb3e2 100644 --- a/core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php +++ b/core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php @@ -18,7 +18,7 @@ class TelephoneFieldTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'field', 'node', 'telephone', diff --git a/core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php b/core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php index e5c9e7378ea1..7e1f1036b6a2 100644 --- a/core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php +++ b/core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php @@ -21,7 +21,7 @@ class TelephoneItemTest extends FieldKernelTestBase { * * @var array */ - public static $modules = ['telephone']; + protected static $modules = ['telephone']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/text/tests/src/FunctionalJavascript/TextareaWithSummaryTest.php b/core/modules/text/tests/src/FunctionalJavascript/TextareaWithSummaryTest.php index 53905928adae..df8842714459 100644 --- a/core/modules/text/tests/src/FunctionalJavascript/TextareaWithSummaryTest.php +++ b/core/modules/text/tests/src/FunctionalJavascript/TextareaWithSummaryTest.php @@ -15,7 +15,7 @@ class TextareaWithSummaryTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['text', 'node']; + protected static $modules = ['text', 'node']; /** * {@inheritdoc} diff --git a/core/modules/text/tests/src/Kernel/TextFormatterTest.php b/core/modules/text/tests/src/Kernel/TextFormatterTest.php index 301a3f4124a7..972fa9fa8279 100644 --- a/core/modules/text/tests/src/Kernel/TextFormatterTest.php +++ b/core/modules/text/tests/src/Kernel/TextFormatterTest.php @@ -34,7 +34,7 @@ class TextFormatterTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['text']; + protected static $modules = ['text']; /** * {@inheritdoc} diff --git a/core/modules/text/tests/src/Kernel/TextSummaryTest.php b/core/modules/text/tests/src/Kernel/TextSummaryTest.php index 4879e65f3d25..b95ae19ab771 100644 --- a/core/modules/text/tests/src/Kernel/TextSummaryTest.php +++ b/core/modules/text/tests/src/Kernel/TextSummaryTest.php @@ -20,7 +20,7 @@ class TextSummaryTest extends KernelTestBase { use UserCreationTrait; - public static $modules = [ + protected static $modules = [ 'system', 'user', 'filter', diff --git a/core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php b/core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php index fc34bc91dbcd..a8745f3eb186 100644 --- a/core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php +++ b/core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php @@ -21,7 +21,7 @@ class TextWithSummaryItemTest extends FieldKernelTestBase { * * @var array */ - public static $modules = ['filter']; + protected static $modules = ['filter']; /** * Field storage entity. diff --git a/core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php b/core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php index 9720627ac1e9..130e108e2463 100644 --- a/core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php +++ b/core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php @@ -54,7 +54,7 @@ class ToolbarAdminMenuTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'block', 'menu_ui', 'user', 'taxonomy', 'toolbar', 'language', 'test_page_test', 'locale']; + protected static $modules = ['node', 'block', 'menu_ui', 'user', 'taxonomy', 'toolbar', 'language', 'test_page_test', 'locale']; /** * {@inheritdoc} diff --git a/core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php b/core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php index a5a141f97719..37f2e3d309c9 100644 --- a/core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php +++ b/core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php @@ -21,7 +21,7 @@ class ToolbarCacheContextsTest extends BrowserTestBase { * * @var array */ - public static $modules = ['toolbar', 'test_page_test']; + protected static $modules = ['toolbar', 'test_page_test']; /** * {@inheritdoc} diff --git a/core/modules/toolbar/tests/src/Functional/ToolbarHookToolbarTest.php b/core/modules/toolbar/tests/src/Functional/ToolbarHookToolbarTest.php index ba2de1480596..c3a6a724bfcd 100644 --- a/core/modules/toolbar/tests/src/Functional/ToolbarHookToolbarTest.php +++ b/core/modules/toolbar/tests/src/Functional/ToolbarHookToolbarTest.php @@ -23,7 +23,7 @@ class ToolbarHookToolbarTest extends BrowserTestBase { * * @var array */ - public static $modules = ['toolbar', 'toolbar_test', 'test_page_test']; + protected static $modules = ['toolbar', 'toolbar_test', 'test_page_test']; /** * {@inheritdoc} diff --git a/core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php b/core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php index 1d576c629958..0b13c8bd5032 100644 --- a/core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php +++ b/core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php @@ -23,7 +23,7 @@ class ToolbarMenuTranslationTest extends BrowserTestBase { * * @var array */ - public static $modules = ['toolbar', 'toolbar_test', 'locale', 'locale_test']; + protected static $modules = ['toolbar', 'toolbar_test', 'locale', 'locale_test']; /** * {@inheritdoc} diff --git a/core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php b/core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php index 8ee38bdb16a5..a90a7947549f 100644 --- a/core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php +++ b/core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php @@ -14,7 +14,7 @@ class ToolbarIntegrationTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['toolbar', 'node']; + protected static $modules = ['toolbar', 'node']; /** * {@inheritdoc} diff --git a/core/modules/tour/tests/src/Functional/Hal/TourHalJsonAnonTest.php b/core/modules/tour/tests/src/Functional/Hal/TourHalJsonAnonTest.php index b4e37290cd08..14ed83c28bde 100644 --- a/core/modules/tour/tests/src/Functional/Hal/TourHalJsonAnonTest.php +++ b/core/modules/tour/tests/src/Functional/Hal/TourHalJsonAnonTest.php @@ -15,7 +15,7 @@ class TourHalJsonAnonTest extends TourResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/tour/tests/src/Functional/Hal/TourHalJsonBasicAuthTest.php b/core/modules/tour/tests/src/Functional/Hal/TourHalJsonBasicAuthTest.php index 6d70a323db77..ce311eb90baf 100644 --- a/core/modules/tour/tests/src/Functional/Hal/TourHalJsonBasicAuthTest.php +++ b/core/modules/tour/tests/src/Functional/Hal/TourHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class TourHalJsonBasicAuthTest extends TourResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/tour/tests/src/Functional/Hal/TourHalJsonCookieTest.php b/core/modules/tour/tests/src/Functional/Hal/TourHalJsonCookieTest.php index 43ea4ea1b4c2..855cff325670 100644 --- a/core/modules/tour/tests/src/Functional/Hal/TourHalJsonCookieTest.php +++ b/core/modules/tour/tests/src/Functional/Hal/TourHalJsonCookieTest.php @@ -15,7 +15,7 @@ class TourHalJsonCookieTest extends TourResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/tour/tests/src/Functional/Rest/TourJsonBasicAuthTest.php b/core/modules/tour/tests/src/Functional/Rest/TourJsonBasicAuthTest.php index bad2b4112b1d..89aeb274e92d 100644 --- a/core/modules/tour/tests/src/Functional/Rest/TourJsonBasicAuthTest.php +++ b/core/modules/tour/tests/src/Functional/Rest/TourJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class TourJsonBasicAuthTest extends TourResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/tour/tests/src/Functional/Rest/TourResourceTestBase.php b/core/modules/tour/tests/src/Functional/Rest/TourResourceTestBase.php index b1a3b50e76d6..dc866a6c9595 100644 --- a/core/modules/tour/tests/src/Functional/Rest/TourResourceTestBase.php +++ b/core/modules/tour/tests/src/Functional/Rest/TourResourceTestBase.php @@ -10,7 +10,7 @@ abstract class TourResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['tour']; + protected static $modules = ['tour']; /** * {@inheritdoc} diff --git a/core/modules/tour/tests/src/Functional/Rest/TourXmlBasicAuthTest.php b/core/modules/tour/tests/src/Functional/Rest/TourXmlBasicAuthTest.php index fca59e3ae901..6828e1d0352b 100644 --- a/core/modules/tour/tests/src/Functional/Rest/TourXmlBasicAuthTest.php +++ b/core/modules/tour/tests/src/Functional/Rest/TourXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class TourXmlBasicAuthTest extends TourResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/tour/tests/src/Functional/TourCacheTagsTest.php b/core/modules/tour/tests/src/Functional/TourCacheTagsTest.php index fb9faf491147..a9175c290cf4 100644 --- a/core/modules/tour/tests/src/Functional/TourCacheTagsTest.php +++ b/core/modules/tour/tests/src/Functional/TourCacheTagsTest.php @@ -18,7 +18,7 @@ class TourCacheTagsTest extends PageCacheTagsTestBase { /** * {@inheritdoc} */ - public static $modules = ['tour', 'tour_test']; + protected static $modules = ['tour', 'tour_test']; /** * {@inheritdoc} diff --git a/core/modules/tour/tests/src/Functional/TourHelpPageTest.php b/core/modules/tour/tests/src/Functional/TourHelpPageTest.php index 3dc10676f937..f7ceb9d9d305 100644 --- a/core/modules/tour/tests/src/Functional/TourHelpPageTest.php +++ b/core/modules/tour/tests/src/Functional/TourHelpPageTest.php @@ -16,7 +16,7 @@ class TourHelpPageTest extends BrowserTestBase { * * @var array */ - public static $modules = ['help', 'tour', 'locale', 'language']; + protected static $modules = ['help', 'tour', 'locale', 'language']; /** * {@inheritdoc} diff --git a/core/modules/tour/tests/src/Functional/TourTest.php b/core/modules/tour/tests/src/Functional/TourTest.php index 37001e39affc..b5453657df52 100644 --- a/core/modules/tour/tests/src/Functional/TourTest.php +++ b/core/modules/tour/tests/src/Functional/TourTest.php @@ -18,7 +18,7 @@ class TourTest extends TourTestBasic { * * @var array */ - public static $modules = ['block', 'tour', 'locale', 'language', 'tour_test']; + protected static $modules = ['block', 'tour', 'locale', 'language', 'tour_test']; /** * {@inheritdoc} diff --git a/core/modules/tour/tests/src/Kernel/TourPluginTest.php b/core/modules/tour/tests/src/Kernel/TourPluginTest.php index e29eb87a7d92..1c1bd7364016 100644 --- a/core/modules/tour/tests/src/Kernel/TourPluginTest.php +++ b/core/modules/tour/tests/src/Kernel/TourPluginTest.php @@ -16,7 +16,7 @@ class TourPluginTest extends KernelTestBase { * * @var array */ - public static $modules = ['tour']; + protected static $modules = ['tour']; /** * Stores the tour plugin manager. diff --git a/core/modules/tracker/tests/src/Functional/TrackerNodeAccessTest.php b/core/modules/tracker/tests/src/Functional/TrackerNodeAccessTest.php index 58e8643f3aab..eb0f3dde10b5 100644 --- a/core/modules/tracker/tests/src/Functional/TrackerNodeAccessTest.php +++ b/core/modules/tracker/tests/src/Functional/TrackerNodeAccessTest.php @@ -21,7 +21,7 @@ class TrackerNodeAccessTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'comment', 'tracker', 'node_access_test']; + protected static $modules = ['node', 'comment', 'tracker', 'node_access_test']; /** * {@inheritdoc} diff --git a/core/modules/tracker/tests/src/Functional/TrackerTest.php b/core/modules/tracker/tests/src/Functional/TrackerTest.php index 78f4522e4a28..a6c1d7c733d3 100644 --- a/core/modules/tracker/tests/src/Functional/TrackerTest.php +++ b/core/modules/tracker/tests/src/Functional/TrackerTest.php @@ -29,7 +29,7 @@ class TrackerTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'comment', 'tracker', 'history', 'node_test']; + protected static $modules = ['block', 'comment', 'tracker', 'history', 'node_test']; /** * {@inheritdoc} diff --git a/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerNodeTest.php b/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerNodeTest.php index 8729143be48c..45324245ceaa 100644 --- a/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerNodeTest.php +++ b/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerNodeTest.php @@ -15,7 +15,7 @@ class MigrateTrackerNodeTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'menu_ui', 'node', 'text', diff --git a/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerSettingsTest.php b/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerSettingsTest.php index fbcd61e350e9..4470a5d4eb66 100644 --- a/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerSettingsTest.php +++ b/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerSettingsTest.php @@ -11,7 +11,7 @@ */ class MigrateTrackerSettingsTest extends MigrateDrupal7TestBase { - public static $modules = ['tracker']; + protected static $modules = ['tracker']; /** * {@inheritdoc} diff --git a/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerUserTest.php b/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerUserTest.php index f4291f19d67b..45ee8a0b601e 100644 --- a/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerUserTest.php +++ b/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerUserTest.php @@ -15,7 +15,7 @@ class MigrateTrackerUserTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'menu_ui', 'node', 'text', diff --git a/core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerNodeTest.php b/core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerNodeTest.php index 28d377261498..9f1c0978a0a6 100644 --- a/core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerNodeTest.php +++ b/core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerNodeTest.php @@ -16,7 +16,7 @@ class TrackerNodeTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['tracker', 'migrate_drupal']; + protected static $modules = ['tracker', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerUserTest.php b/core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerUserTest.php index 293e559a2058..d609d0d1e3a1 100644 --- a/core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerUserTest.php +++ b/core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerUserTest.php @@ -16,7 +16,7 @@ class TrackerUserTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['tracker', 'migrate_drupal']; + protected static $modules = ['tracker', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/update/tests/src/Functional/FileTransferAuthorizeFormTest.php b/core/modules/update/tests/src/Functional/FileTransferAuthorizeFormTest.php index 32d6cae2aba8..63e5e9d96bd0 100644 --- a/core/modules/update/tests/src/Functional/FileTransferAuthorizeFormTest.php +++ b/core/modules/update/tests/src/Functional/FileTransferAuthorizeFormTest.php @@ -14,7 +14,7 @@ class FileTransferAuthorizeFormTest extends UpdateTestBase { * * @var array */ - public static $modules = ['update', 'update_test']; + protected static $modules = ['update', 'update_test']; /** * {@inheritdoc} diff --git a/core/modules/update/tests/src/Functional/UpdateContribTest.php b/core/modules/update/tests/src/Functional/UpdateContribTest.php index bdf3afb2c6bd..a3125d0f4c6f 100644 --- a/core/modules/update/tests/src/Functional/UpdateContribTest.php +++ b/core/modules/update/tests/src/Functional/UpdateContribTest.php @@ -30,7 +30,7 @@ class UpdateContribTest extends UpdateTestBase { * * @var array */ - public static $modules = ['update_test', 'update', 'aaa_update_test', 'bbb_update_test', 'ccc_update_test']; + protected static $modules = ['update_test', 'update', 'aaa_update_test', 'bbb_update_test', 'ccc_update_test']; /** * {@inheritdoc} diff --git a/core/modules/update/tests/src/Functional/UpdateCoreTest.php b/core/modules/update/tests/src/Functional/UpdateCoreTest.php index 07e6d6cd6061..5a057efca9c0 100644 --- a/core/modules/update/tests/src/Functional/UpdateCoreTest.php +++ b/core/modules/update/tests/src/Functional/UpdateCoreTest.php @@ -21,7 +21,7 @@ class UpdateCoreTest extends UpdateTestBase { * * @var array */ - public static $modules = ['update_test', 'update', 'language', 'block']; + protected static $modules = ['update_test', 'update', 'language', 'block']; /** * {@inheritdoc} diff --git a/core/modules/update/tests/src/Functional/UpdateUploadTest.php b/core/modules/update/tests/src/Functional/UpdateUploadTest.php index ffb8649729dc..1e8331d77d32 100644 --- a/core/modules/update/tests/src/Functional/UpdateUploadTest.php +++ b/core/modules/update/tests/src/Functional/UpdateUploadTest.php @@ -23,7 +23,7 @@ class UpdateUploadTest extends UpdateTestBase { * * @var array */ - public static $modules = ['update', 'update_test']; + protected static $modules = ['update', 'update_test']; /** * {@inheritdoc} diff --git a/core/modules/update/tests/src/Kernel/Migrate/d6/MigrateUpdateConfigsTest.php b/core/modules/update/tests/src/Kernel/Migrate/d6/MigrateUpdateConfigsTest.php index 2f80b3482311..7132546aadae 100644 --- a/core/modules/update/tests/src/Kernel/Migrate/d6/MigrateUpdateConfigsTest.php +++ b/core/modules/update/tests/src/Kernel/Migrate/d6/MigrateUpdateConfigsTest.php @@ -17,7 +17,7 @@ class MigrateUpdateConfigsTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['update']; + protected static $modules = ['update']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/AccessRoleUITest.php b/core/modules/user/tests/src/Functional/AccessRoleUITest.php index 816deed131df..1be9d8691096 100644 --- a/core/modules/user/tests/src/Functional/AccessRoleUITest.php +++ b/core/modules/user/tests/src/Functional/AccessRoleUITest.php @@ -25,7 +25,7 @@ class AccessRoleUITest extends UITestBase { * * @var array */ - public static $modules = ['user', 'user_test_views']; + protected static $modules = ['user', 'user_test_views']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/Hal/RoleHalJsonAnonTest.php b/core/modules/user/tests/src/Functional/Hal/RoleHalJsonAnonTest.php index fa60f6e6a168..4e32528bb4f4 100644 --- a/core/modules/user/tests/src/Functional/Hal/RoleHalJsonAnonTest.php +++ b/core/modules/user/tests/src/Functional/Hal/RoleHalJsonAnonTest.php @@ -15,7 +15,7 @@ class RoleHalJsonAnonTest extends RoleResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/Hal/RoleHalJsonBasicAuthTest.php b/core/modules/user/tests/src/Functional/Hal/RoleHalJsonBasicAuthTest.php index 5e270312080e..7ff1fd7f7051 100644 --- a/core/modules/user/tests/src/Functional/Hal/RoleHalJsonBasicAuthTest.php +++ b/core/modules/user/tests/src/Functional/Hal/RoleHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class RoleHalJsonBasicAuthTest extends RoleResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/Hal/RoleHalJsonCookieTest.php b/core/modules/user/tests/src/Functional/Hal/RoleHalJsonCookieTest.php index deaccbdc9632..9d0a62ea5839 100644 --- a/core/modules/user/tests/src/Functional/Hal/RoleHalJsonCookieTest.php +++ b/core/modules/user/tests/src/Functional/Hal/RoleHalJsonCookieTest.php @@ -15,7 +15,7 @@ class RoleHalJsonCookieTest extends RoleResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/Hal/UserHalJsonAnonTest.php b/core/modules/user/tests/src/Functional/Hal/UserHalJsonAnonTest.php index 18baea1d0b28..0e7202fa4173 100644 --- a/core/modules/user/tests/src/Functional/Hal/UserHalJsonAnonTest.php +++ b/core/modules/user/tests/src/Functional/Hal/UserHalJsonAnonTest.php @@ -17,7 +17,7 @@ class UserHalJsonAnonTest extends UserResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/Hal/UserHalJsonBasicAuthTest.php b/core/modules/user/tests/src/Functional/Hal/UserHalJsonBasicAuthTest.php index 0d34b132ae70..de75e2b45201 100644 --- a/core/modules/user/tests/src/Functional/Hal/UserHalJsonBasicAuthTest.php +++ b/core/modules/user/tests/src/Functional/Hal/UserHalJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class UserHalJsonBasicAuthTest extends UserHalJsonAnonTest { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/Rest/RoleJsonBasicAuthTest.php b/core/modules/user/tests/src/Functional/Rest/RoleJsonBasicAuthTest.php index 39993113cd01..7a9080408c1a 100644 --- a/core/modules/user/tests/src/Functional/Rest/RoleJsonBasicAuthTest.php +++ b/core/modules/user/tests/src/Functional/Rest/RoleJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class RoleJsonBasicAuthTest extends RoleResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/Rest/RoleResourceTestBase.php b/core/modules/user/tests/src/Functional/Rest/RoleResourceTestBase.php index 18ff4842a91f..1bb24b676e22 100644 --- a/core/modules/user/tests/src/Functional/Rest/RoleResourceTestBase.php +++ b/core/modules/user/tests/src/Functional/Rest/RoleResourceTestBase.php @@ -10,7 +10,7 @@ abstract class RoleResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['user']; + protected static $modules = ['user']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/Rest/RoleXmlBasicAuthTest.php b/core/modules/user/tests/src/Functional/Rest/RoleXmlBasicAuthTest.php index 4fda554c2483..dc81a656db55 100644 --- a/core/modules/user/tests/src/Functional/Rest/RoleXmlBasicAuthTest.php +++ b/core/modules/user/tests/src/Functional/Rest/RoleXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class RoleXmlBasicAuthTest extends RoleResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php b/core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php index 15ba10bc7764..169da9e952c9 100644 --- a/core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php +++ b/core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class UserJsonBasicAuthTest extends UserResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php b/core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php index 259f624289f1..9ff6fb686f74 100644 --- a/core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php +++ b/core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php @@ -12,7 +12,7 @@ abstract class UserResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['user']; + protected static $modules = ['user']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php b/core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php index f213e1b5d006..25ee4e3e3912 100644 --- a/core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php +++ b/core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class UserXmlBasicAuthTest extends UserResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/RestRegisterUserTest.php b/core/modules/user/tests/src/Functional/RestRegisterUserTest.php index 556f33c5dc52..538f11c17dce 100644 --- a/core/modules/user/tests/src/Functional/RestRegisterUserTest.php +++ b/core/modules/user/tests/src/Functional/RestRegisterUserTest.php @@ -50,7 +50,7 @@ class RestRegisterUserTest extends ResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal', 'user']; + protected static $modules = ['hal', 'user']; const USER_EMAIL_DOMAIN = '@example.com'; diff --git a/core/modules/user/tests/src/Functional/UserAccountLinksTest.php b/core/modules/user/tests/src/Functional/UserAccountLinksTest.php index e7f92a0ced3e..69f37a061589 100644 --- a/core/modules/user/tests/src/Functional/UserAccountLinksTest.php +++ b/core/modules/user/tests/src/Functional/UserAccountLinksTest.php @@ -16,7 +16,7 @@ class UserAccountLinksTest extends BrowserTestBase { * * @var array */ - public static $modules = ['menu_ui', 'block', 'test_page_test']; + protected static $modules = ['menu_ui', 'block', 'test_page_test']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/UserAdminLanguageTest.php b/core/modules/user/tests/src/Functional/UserAdminLanguageTest.php index e6d62818ba3f..ece02e140e0c 100644 --- a/core/modules/user/tests/src/Functional/UserAdminLanguageTest.php +++ b/core/modules/user/tests/src/Functional/UserAdminLanguageTest.php @@ -31,7 +31,7 @@ class UserAdminLanguageTest extends BrowserTestBase { * * @var array */ - public static $modules = ['user', 'language', 'language_test']; + protected static $modules = ['user', 'language', 'language_test']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/UserAdminTest.php b/core/modules/user/tests/src/Functional/UserAdminTest.php index f0a59ed7beea..431afa8ab77a 100644 --- a/core/modules/user/tests/src/Functional/UserAdminTest.php +++ b/core/modules/user/tests/src/Functional/UserAdminTest.php @@ -23,7 +23,7 @@ class UserAdminTest extends BrowserTestBase { * * @var array */ - public static $modules = ['taxonomy', 'views']; + protected static $modules = ['taxonomy', 'views']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/UserBlocksTest.php b/core/modules/user/tests/src/Functional/UserBlocksTest.php index dd0704ec7b37..56b2868ff6ec 100644 --- a/core/modules/user/tests/src/Functional/UserBlocksTest.php +++ b/core/modules/user/tests/src/Functional/UserBlocksTest.php @@ -18,7 +18,7 @@ class UserBlocksTest extends BrowserTestBase { * * @var array */ - public static $modules = ['block', 'views']; + protected static $modules = ['block', 'views']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/UserCacheTagsTest.php b/core/modules/user/tests/src/Functional/UserCacheTagsTest.php index 9411cb6a6708..ecfabc075be5 100644 --- a/core/modules/user/tests/src/Functional/UserCacheTagsTest.php +++ b/core/modules/user/tests/src/Functional/UserCacheTagsTest.php @@ -17,7 +17,7 @@ class UserCacheTagsTest extends EntityWithUriCacheTagsTestBase { /** * {@inheritdoc} */ - public static $modules = ['user']; + protected static $modules = ['user']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/UserCancelTest.php b/core/modules/user/tests/src/Functional/UserCancelTest.php index 748499f0deb8..83d56f3e4abd 100644 --- a/core/modules/user/tests/src/Functional/UserCancelTest.php +++ b/core/modules/user/tests/src/Functional/UserCancelTest.php @@ -23,7 +23,7 @@ class UserCancelTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'comment']; + protected static $modules = ['node', 'comment']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/UserCreateFailMailTest.php b/core/modules/user/tests/src/Functional/UserCreateFailMailTest.php index 96323279a314..915b82a23d2a 100644 --- a/core/modules/user/tests/src/Functional/UserCreateFailMailTest.php +++ b/core/modules/user/tests/src/Functional/UserCreateFailMailTest.php @@ -16,7 +16,7 @@ class UserCreateFailMailTest extends BrowserTestBase { * * @var array */ - public static $modules = ['system_mail_failure_test']; + protected static $modules = ['system_mail_failure_test']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/UserCreateTest.php b/core/modules/user/tests/src/Functional/UserCreateTest.php index fceb1af1d66a..f49c6c19996c 100644 --- a/core/modules/user/tests/src/Functional/UserCreateTest.php +++ b/core/modules/user/tests/src/Functional/UserCreateTest.php @@ -23,7 +23,7 @@ class UserCreateTest extends BrowserTestBase { * * @var array */ - public static $modules = ['image']; + protected static $modules = ['image']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/UserLanguageCreationTest.php b/core/modules/user/tests/src/Functional/UserLanguageCreationTest.php index 85e39589db7d..812cbfdccc93 100644 --- a/core/modules/user/tests/src/Functional/UserLanguageCreationTest.php +++ b/core/modules/user/tests/src/Functional/UserLanguageCreationTest.php @@ -18,7 +18,7 @@ class UserLanguageCreationTest extends BrowserTestBase { * * @var array */ - public static $modules = ['user', 'language']; + protected static $modules = ['user', 'language']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/UserLanguageTest.php b/core/modules/user/tests/src/Functional/UserLanguageTest.php index d221a61c1eb6..f2c7ef61edf7 100644 --- a/core/modules/user/tests/src/Functional/UserLanguageTest.php +++ b/core/modules/user/tests/src/Functional/UserLanguageTest.php @@ -17,7 +17,7 @@ class UserLanguageTest extends BrowserTestBase { * * @var array */ - public static $modules = ['user', 'language']; + protected static $modules = ['user', 'language']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/UserLoginHttpTest.php b/core/modules/user/tests/src/Functional/UserLoginHttpTest.php index 5058571f203d..1544b953d0f1 100644 --- a/core/modules/user/tests/src/Functional/UserLoginHttpTest.php +++ b/core/modules/user/tests/src/Functional/UserLoginHttpTest.php @@ -30,7 +30,7 @@ class UserLoginHttpTest extends BrowserTestBase { * * @var array */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/UserPasswordResetTest.php b/core/modules/user/tests/src/Functional/UserPasswordResetTest.php index 0df109582554..b026d46f81ad 100644 --- a/core/modules/user/tests/src/Functional/UserPasswordResetTest.php +++ b/core/modules/user/tests/src/Functional/UserPasswordResetTest.php @@ -32,7 +32,7 @@ class UserPasswordResetTest extends PageCacheTagsTestBase { * * @var array */ - public static $modules = ['block']; + protected static $modules = ['block']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/UserRegistrationTest.php b/core/modules/user/tests/src/Functional/UserRegistrationTest.php index 760836b307e5..ddad258635e7 100644 --- a/core/modules/user/tests/src/Functional/UserRegistrationTest.php +++ b/core/modules/user/tests/src/Functional/UserRegistrationTest.php @@ -22,7 +22,7 @@ class UserRegistrationTest extends BrowserTestBase { * * @var array */ - public static $modules = ['field_test']; + protected static $modules = ['field_test']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/UserRoleAdminTest.php b/core/modules/user/tests/src/Functional/UserRoleAdminTest.php index ab068aec46f6..8697038e24fb 100644 --- a/core/modules/user/tests/src/Functional/UserRoleAdminTest.php +++ b/core/modules/user/tests/src/Functional/UserRoleAdminTest.php @@ -25,7 +25,7 @@ class UserRoleAdminTest extends BrowserTestBase { * * @var string[] */ - public static $modules = ['block']; + protected static $modules = ['block']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/UserSearchTest.php b/core/modules/user/tests/src/Functional/UserSearchTest.php index 49fca33902e5..1950a8440d22 100644 --- a/core/modules/user/tests/src/Functional/UserSearchTest.php +++ b/core/modules/user/tests/src/Functional/UserSearchTest.php @@ -17,7 +17,7 @@ class UserSearchTest extends BrowserTestBase { * * @var array */ - public static $modules = ['search']; + protected static $modules = ['search']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/UserSubAdminTest.php b/core/modules/user/tests/src/Functional/UserSubAdminTest.php index 0de619f2410b..1200a2d947e0 100644 --- a/core/modules/user/tests/src/Functional/UserSubAdminTest.php +++ b/core/modules/user/tests/src/Functional/UserSubAdminTest.php @@ -14,7 +14,7 @@ class UserSubAdminTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['user_access_test']; + protected static $modules = ['user_access_test']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/UserTimeZoneTest.php b/core/modules/user/tests/src/Functional/UserTimeZoneTest.php index 914fffa1c9aa..e5fb9ad2e028 100644 --- a/core/modules/user/tests/src/Functional/UserTimeZoneTest.php +++ b/core/modules/user/tests/src/Functional/UserTimeZoneTest.php @@ -17,7 +17,7 @@ class UserTimeZoneTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'system_test']; + protected static $modules = ['node', 'system_test']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/UserTokenReplaceTest.php b/core/modules/user/tests/src/Functional/UserTokenReplaceTest.php index 2bde998fd175..9aad8fa2c720 100644 --- a/core/modules/user/tests/src/Functional/UserTokenReplaceTest.php +++ b/core/modules/user/tests/src/Functional/UserTokenReplaceTest.php @@ -22,7 +22,7 @@ class UserTokenReplaceTest extends BrowserTestBase { * * @var array */ - public static $modules = ['language', 'user_hooks_test']; + protected static $modules = ['language', 'user_hooks_test']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/UserTranslationUITest.php b/core/modules/user/tests/src/Functional/UserTranslationUITest.php index 41d100e1c5fa..7c83f1263b99 100644 --- a/core/modules/user/tests/src/Functional/UserTranslationUITest.php +++ b/core/modules/user/tests/src/Functional/UserTranslationUITest.php @@ -23,7 +23,7 @@ class UserTranslationUITest extends ContentTranslationUITestBase { * * @var array */ - public static $modules = ['language', 'content_translation', 'user', 'views']; + protected static $modules = ['language', 'content_translation', 'user', 'views']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/Views/AccessTestBase.php b/core/modules/user/tests/src/Functional/Views/AccessTestBase.php index 36f2334f1166..350dfc755362 100644 --- a/core/modules/user/tests/src/Functional/Views/AccessTestBase.php +++ b/core/modules/user/tests/src/Functional/Views/AccessTestBase.php @@ -12,7 +12,7 @@ abstract class AccessTestBase extends UserTestBase { * * @var array */ - public static $modules = ['block']; + protected static $modules = ['block']; /** * Contains a user object that has no special permissions. diff --git a/core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php b/core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php index 358ae1379137..f330d5db17f8 100644 --- a/core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php +++ b/core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php @@ -19,7 +19,7 @@ class BulkFormAccessTest extends UserTestBase { * * @var array */ - public static $modules = ['user_access_test']; + protected static $modules = ['user_access_test']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/Views/BulkFormTest.php b/core/modules/user/tests/src/Functional/Views/BulkFormTest.php index f7cb4f3fe043..412c95194e0b 100644 --- a/core/modules/user/tests/src/Functional/Views/BulkFormTest.php +++ b/core/modules/user/tests/src/Functional/Views/BulkFormTest.php @@ -19,7 +19,7 @@ class BulkFormTest extends UserTestBase { * * @var array */ - public static $modules = ['views_ui']; + protected static $modules = ['views_ui']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/Views/FilterPermissionUiTest.php b/core/modules/user/tests/src/Functional/Views/FilterPermissionUiTest.php index 335a6032ef5b..7586406649b8 100644 --- a/core/modules/user/tests/src/Functional/Views/FilterPermissionUiTest.php +++ b/core/modules/user/tests/src/Functional/Views/FilterPermissionUiTest.php @@ -25,7 +25,7 @@ class FilterPermissionUiTest extends ViewTestBase { * * @var array */ - public static $modules = ['user', 'user_test_views', 'views_ui']; + protected static $modules = ['user', 'user_test_views', 'views_ui']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php b/core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php index 19954a20f4f5..149ed5f18212 100644 --- a/core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php +++ b/core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php @@ -19,7 +19,7 @@ class HandlerFilterUserNameTest extends ViewTestBase { * * @var array */ - public static $modules = ['views_ui', 'user_test_views']; + protected static $modules = ['views_ui', 'user_test_views']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/Views/UserChangedTest.php b/core/modules/user/tests/src/Functional/Views/UserChangedTest.php index 572c6eaf4efc..4c946f67a819 100644 --- a/core/modules/user/tests/src/Functional/Views/UserChangedTest.php +++ b/core/modules/user/tests/src/Functional/Views/UserChangedTest.php @@ -17,7 +17,7 @@ class UserChangedTest extends ViewTestBase { * * @var array */ - public static $modules = ['views_ui', 'user_test_views']; + protected static $modules = ['views_ui', 'user_test_views']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php b/core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php index ca3e8e9cccbb..39e4b048ae27 100644 --- a/core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php +++ b/core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php @@ -14,7 +14,7 @@ class UserFieldsAccessChangeTest extends UserTestBase { * * @var array */ - public static $modules = ['user_access_test']; + protected static $modules = ['user_access_test']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Functional/Views/UserTestBase.php b/core/modules/user/tests/src/Functional/Views/UserTestBase.php index 49de6f793fd1..83f0ab297de4 100644 --- a/core/modules/user/tests/src/Functional/Views/UserTestBase.php +++ b/core/modules/user/tests/src/Functional/Views/UserTestBase.php @@ -16,7 +16,7 @@ abstract class UserTestBase extends ViewTestBase { * * @var array */ - public static $modules = ['user_test_views', 'node']; + protected static $modules = ['user_test_views', 'node']; /** * Users to use during this test. diff --git a/core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php b/core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php index ef8164f95fce..ddc58b2c471e 100644 --- a/core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php +++ b/core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php @@ -31,7 +31,7 @@ class RegistrationWithUserFieldsTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['field_test']; + protected static $modules = ['field_test']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php b/core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php index 0cd9b84a2c46..ebb1b17c200b 100644 --- a/core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php +++ b/core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php @@ -45,7 +45,7 @@ class UserPasswordResetTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['block']; + protected static $modules = ['block']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/Condition/UserRoleConditionTest.php b/core/modules/user/tests/src/Kernel/Condition/UserRoleConditionTest.php index 6ba57a0aa86b..73fa0546ead4 100644 --- a/core/modules/user/tests/src/Kernel/Condition/UserRoleConditionTest.php +++ b/core/modules/user/tests/src/Kernel/Condition/UserRoleConditionTest.php @@ -48,7 +48,7 @@ class UserRoleConditionTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'user', 'field']; + protected static $modules = ['system', 'user', 'field']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php b/core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php index 8716522dc4bc..c09161230b58 100644 --- a/core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php +++ b/core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php @@ -19,7 +19,7 @@ class UserNameFormatterTest extends KernelTestBase { * * @var array */ - public static $modules = ['field', 'user', 'system']; + protected static $modules = ['field', 'user', 'system']; /** * @var string diff --git a/core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php b/core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php index b52f1e0694fb..4b8701a72584 100644 --- a/core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php +++ b/core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php @@ -24,7 +24,7 @@ class MigrateUserAdminPassTest extends MigrateTestBase { * * @var string[] */ - public static $modules = ['user']; + protected static $modules = ['user']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/Migrate/MigrateUserStubTest.php b/core/modules/user/tests/src/Kernel/Migrate/MigrateUserStubTest.php index 254e06653d42..aa8c1b3972c9 100644 --- a/core/modules/user/tests/src/Kernel/Migrate/MigrateUserStubTest.php +++ b/core/modules/user/tests/src/Kernel/Migrate/MigrateUserStubTest.php @@ -17,7 +17,7 @@ class MigrateUserStubTest extends MigrateDrupalTestBase { /** * {@inheritdoc} */ - public static $modules = ['user']; + protected static $modules = ['user']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateProfileFieldOptionTranslationTest.php b/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateProfileFieldOptionTranslationTest.php index 0bc30fd72a92..bde1ee248709 100644 --- a/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateProfileFieldOptionTranslationTest.php +++ b/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateProfileFieldOptionTranslationTest.php @@ -14,7 +14,7 @@ class MigrateProfileFieldOptionTranslationTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'config_translation', 'language', 'locale', diff --git a/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserContactSettingsTest.php b/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserContactSettingsTest.php index 1819e75ff1cb..0d7c8f4a335c 100644 --- a/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserContactSettingsTest.php +++ b/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserContactSettingsTest.php @@ -14,7 +14,7 @@ class MigrateUserContactSettingsTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['contact']; + protected static $modules = ['contact']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileFieldInstanceTest.php b/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileFieldInstanceTest.php index 5a478198c3b9..2e05e60a1623 100644 --- a/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileFieldInstanceTest.php +++ b/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileFieldInstanceTest.php @@ -15,7 +15,7 @@ class MigrateUserProfileFieldInstanceTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['field']; + protected static $modules = ['field']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileValuesTest.php b/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileValuesTest.php index a3556fca1e6d..661f021963dc 100644 --- a/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileValuesTest.php +++ b/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileValuesTest.php @@ -15,7 +15,7 @@ class MigrateUserProfileValuesTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['language']; + protected static $modules = ['language']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserTest.php b/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserTest.php index cb67fb4ca16f..e863200990e5 100644 --- a/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserTest.php +++ b/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserTest.php @@ -22,7 +22,7 @@ class MigrateUserTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - public static $modules = ['language']; + protected static $modules = ['language']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserPictureEntityDisplayTest.php b/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserPictureEntityDisplayTest.php index 76911f2ca2ba..c389926bac3c 100644 --- a/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserPictureEntityDisplayTest.php +++ b/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserPictureEntityDisplayTest.php @@ -15,7 +15,7 @@ class MigrateUserPictureEntityDisplayTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = ['file', 'image']; + protected static $modules = ['file', 'image']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserPictureEntityFormDisplayTest.php b/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserPictureEntityFormDisplayTest.php index 3437b6d25815..5eabba6ebef7 100644 --- a/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserPictureEntityFormDisplayTest.php +++ b/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserPictureEntityFormDisplayTest.php @@ -12,7 +12,7 @@ */ class MigrateUserPictureEntityFormDisplayTest extends MigrateDrupal7TestBase { - public static $modules = ['image', 'file']; + protected static $modules = ['image', 'file']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserPictureFieldInstanceTest.php b/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserPictureFieldInstanceTest.php index 47f40232650c..ab59e1535202 100644 --- a/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserPictureFieldInstanceTest.php +++ b/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserPictureFieldInstanceTest.php @@ -13,7 +13,7 @@ */ class MigrateUserPictureFieldInstanceTest extends MigrateDrupal7TestBase { - public static $modules = ['image', 'file']; + protected static $modules = ['image', 'file']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserPictureFieldTest.php b/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserPictureFieldTest.php index 06561588fab9..2cba6e018a39 100644 --- a/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserPictureFieldTest.php +++ b/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserPictureFieldTest.php @@ -13,7 +13,7 @@ */ class MigrateUserPictureFieldTest extends MigrateDrupal7TestBase { - public static $modules = ['image', 'file']; + protected static $modules = ['image', 'file']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserTest.php b/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserTest.php index eeeed00694c8..0984f48b4df8 100644 --- a/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserTest.php +++ b/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserTest.php @@ -18,7 +18,7 @@ class MigrateUserTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'comment', 'content_translation', 'datetime', diff --git a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php b/core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php index 99c61fd49108..c24a0a79e267 100644 --- a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php +++ b/core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php @@ -15,7 +15,7 @@ class ProfileFieldTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['user', 'migrate_drupal']; + protected static $modules = ['user', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php b/core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php index d9e77edde03a..a87ede1f7ad3 100644 --- a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php +++ b/core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php @@ -15,7 +15,7 @@ class UserPictureInstanceTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['user', 'migrate_drupal']; + protected static $modules = ['user', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php b/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php index d1a11a8e7c32..2a5400954b56 100644 --- a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php +++ b/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php @@ -15,7 +15,7 @@ class ProfileFieldOptionTranslationTest extends ProfileFieldTest { /** * {@inheritdoc} */ - public static $modules = ['user', 'migrate_drupal']; + protected static $modules = ['user', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php b/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php index 26c2ed55f8d8..2e3aba422435 100644 --- a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php +++ b/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php @@ -15,7 +15,7 @@ class ProfileFieldValuesTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['user', 'migrate_drupal']; + protected static $modules = ['user', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/RoleTest.php b/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/RoleTest.php index 1a841d32dfa5..d37659b4f8b6 100644 --- a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/RoleTest.php +++ b/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/RoleTest.php @@ -15,7 +15,7 @@ class RoleTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['user', 'migrate_drupal']; + protected static $modules = ['user', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureFileTest.php b/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureFileTest.php index d26f61cee581..4875f84885cc 100644 --- a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureFileTest.php +++ b/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureFileTest.php @@ -15,7 +15,7 @@ class UserPictureFileTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['user', 'migrate_drupal']; + protected static $modules = ['user', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php b/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php index aea6afa7c90f..2eb61d84c1e1 100644 --- a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php +++ b/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php @@ -15,7 +15,7 @@ class UserPictureTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['user', 'migrate_drupal']; + protected static $modules = ['user', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserTest.php b/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserTest.php index 1dc34a7cd601..19f85be63a8c 100644 --- a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserTest.php +++ b/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserTest.php @@ -15,7 +15,7 @@ class UserTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['user', 'migrate_drupal']; + protected static $modules = ['user', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/RoleTest.php b/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/RoleTest.php index d2d43a44c94a..885894c78090 100644 --- a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/RoleTest.php +++ b/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/RoleTest.php @@ -15,7 +15,7 @@ class RoleTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['migrate_drupal', 'user']; + protected static $modules = ['migrate_drupal', 'user']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php b/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php index e265ace61869..d8d5d7224283 100644 --- a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php +++ b/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php @@ -16,7 +16,7 @@ class UserEntityTranslationTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['user', 'migrate_drupal']; + protected static $modules = ['user', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserTest.php b/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserTest.php index 80935715eb31..09cdce70aeb2 100644 --- a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserTest.php +++ b/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserTest.php @@ -15,7 +15,7 @@ class UserTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['user', 'migrate_drupal']; + protected static $modules = ['user', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php b/core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php index 2e44cf4c251e..d896e2d081b0 100644 --- a/core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php +++ b/core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php @@ -18,7 +18,7 @@ class UserAccountFormFieldsTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'user', 'field']; + protected static $modules = ['system', 'user', 'field']; /** * Tests the root user account form section in the "Configure site" form. diff --git a/core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php b/core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php index dfafb1d5368b..d6e5c353c070 100644 --- a/core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php +++ b/core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php @@ -21,7 +21,7 @@ class UserActionConfigSchemaTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'user']; + protected static $modules = ['system', 'user']; /** * Tests whether the user action config schema are valid. diff --git a/core/modules/user/tests/src/Kernel/UserAdminSettingsFormTest.php b/core/modules/user/tests/src/Kernel/UserAdminSettingsFormTest.php index 75a506aa644a..4876ef7318ad 100644 --- a/core/modules/user/tests/src/Kernel/UserAdminSettingsFormTest.php +++ b/core/modules/user/tests/src/Kernel/UserAdminSettingsFormTest.php @@ -15,7 +15,7 @@ class UserAdminSettingsFormTest extends ConfigFormTestBase { /** * {@inheritdoc} */ - public static $modules = ['user', 'system']; + protected static $modules = ['user', 'system']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/UserEntityTest.php b/core/modules/user/tests/src/Kernel/UserEntityTest.php index 119708ad6e3a..3a2eff317d45 100644 --- a/core/modules/user/tests/src/Kernel/UserEntityTest.php +++ b/core/modules/user/tests/src/Kernel/UserEntityTest.php @@ -19,7 +19,7 @@ class UserEntityTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'user', 'field']; + protected static $modules = ['system', 'user', 'field']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/UserFieldsTest.php b/core/modules/user/tests/src/Kernel/UserFieldsTest.php index 30108472bd75..94475e7db916 100644 --- a/core/modules/user/tests/src/Kernel/UserFieldsTest.php +++ b/core/modules/user/tests/src/Kernel/UserFieldsTest.php @@ -17,7 +17,7 @@ class UserFieldsTest extends KernelTestBase { * * @var array */ - public static $modules = ['user', 'system']; + protected static $modules = ['user', 'system']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/UserInstallTest.php b/core/modules/user/tests/src/Kernel/UserInstallTest.php index 142da5eb2d44..437205a76a22 100644 --- a/core/modules/user/tests/src/Kernel/UserInstallTest.php +++ b/core/modules/user/tests/src/Kernel/UserInstallTest.php @@ -17,7 +17,7 @@ class UserInstallTest extends KernelTestBase { * * @var array */ - public static $modules = ['user']; + protected static $modules = ['user']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/UserRoleDeleteTest.php b/core/modules/user/tests/src/Kernel/UserRoleDeleteTest.php index 0c17130eb160..8accfb628534 100644 --- a/core/modules/user/tests/src/Kernel/UserRoleDeleteTest.php +++ b/core/modules/user/tests/src/Kernel/UserRoleDeleteTest.php @@ -17,7 +17,7 @@ class UserRoleDeleteTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'user', 'field']; + protected static $modules = ['system', 'user', 'field']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/user/tests/src/Kernel/UserRoleEntityTest.php b/core/modules/user/tests/src/Kernel/UserRoleEntityTest.php index 562ada11f237..b597c3ddae82 100644 --- a/core/modules/user/tests/src/Kernel/UserRoleEntityTest.php +++ b/core/modules/user/tests/src/Kernel/UserRoleEntityTest.php @@ -10,7 +10,7 @@ */ class UserRoleEntityTest extends KernelTestBase { - public static $modules = ['system', 'user']; + protected static $modules = ['system', 'user']; public function testOrderOfPermissions() { $role = Role::create(['id' => 'test_role']); diff --git a/core/modules/user/tests/src/Kernel/UserSaveStatusTest.php b/core/modules/user/tests/src/Kernel/UserSaveStatusTest.php index 8f01e40f9f95..c6b161351bff 100644 --- a/core/modules/user/tests/src/Kernel/UserSaveStatusTest.php +++ b/core/modules/user/tests/src/Kernel/UserSaveStatusTest.php @@ -17,7 +17,7 @@ class UserSaveStatusTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'user', 'field']; + protected static $modules = ['system', 'user', 'field']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/user/tests/src/Kernel/UserValidationTest.php b/core/modules/user/tests/src/Kernel/UserValidationTest.php index 10d6140eed29..b11811cf5cab 100644 --- a/core/modules/user/tests/src/Kernel/UserValidationTest.php +++ b/core/modules/user/tests/src/Kernel/UserValidationTest.php @@ -22,7 +22,7 @@ class UserValidationTest extends KernelTestBase { * * @var array */ - public static $modules = ['field', 'user', 'system']; + protected static $modules = ['field', 'user', 'system']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php b/core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php index 7ff61118e9c0..d5af68d42897 100644 --- a/core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php +++ b/core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php @@ -21,7 +21,7 @@ class ArgumentValidateTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'path_alias', 'user_test_views', diff --git a/core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php b/core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php index ee29794ec023..2b5df96e9e32 100644 --- a/core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php +++ b/core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php @@ -20,7 +20,7 @@ class HandlerArgumentUserUidTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'system', 'user', 'user_test_views', diff --git a/core/modules/user/tests/src/Kernel/Views/UserDataTest.php b/core/modules/user/tests/src/Kernel/Views/UserDataTest.php index 948764955131..b164a99d3469 100644 --- a/core/modules/user/tests/src/Kernel/Views/UserDataTest.php +++ b/core/modules/user/tests/src/Kernel/Views/UserDataTest.php @@ -24,7 +24,7 @@ class UserDataTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['user_test_views']; + protected static $modules = ['user_test_views']; /** * Tests field handler. diff --git a/core/modules/user/tests/src/Kernel/Views/UserKernelTestBase.php b/core/modules/user/tests/src/Kernel/Views/UserKernelTestBase.php index c788cafbecf6..3535ccf5b4bf 100644 --- a/core/modules/user/tests/src/Kernel/Views/UserKernelTestBase.php +++ b/core/modules/user/tests/src/Kernel/Views/UserKernelTestBase.php @@ -15,7 +15,7 @@ abstract class UserKernelTestBase extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['user_test_views', 'user', 'system', 'field']; + protected static $modules = ['user_test_views', 'user', 'system', 'field']; /** * Users to use during this test. diff --git a/core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php b/core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php index 7c2054fa1970..a11aedd249d1 100644 --- a/core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php +++ b/core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php @@ -16,7 +16,7 @@ class UserViewsFieldAccessTest extends FieldFieldAccessTestBase { /** * {@inheritdoc} */ - public static $modules = ['user', 'entity_test', 'language']; + protected static $modules = ['user', 'entity_test', 'language']; /** * {@inheritdoc} diff --git a/core/modules/user/tests/src/Kernel/WhosOnlineBlockTest.php b/core/modules/user/tests/src/Kernel/WhosOnlineBlockTest.php index 0746343fd209..b38a66523b97 100644 --- a/core/modules/user/tests/src/Kernel/WhosOnlineBlockTest.php +++ b/core/modules/user/tests/src/Kernel/WhosOnlineBlockTest.php @@ -16,7 +16,7 @@ class WhosOnlineBlockTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'user', 'block', 'views']; + protected static $modules = ['system', 'user', 'block', 'views']; /** * The block being tested. diff --git a/core/modules/views/tests/src/Functional/BulkFormTest.php b/core/modules/views/tests/src/Functional/BulkFormTest.php index fbb1e8f49a3b..258a0175b79b 100644 --- a/core/modules/views/tests/src/Functional/BulkFormTest.php +++ b/core/modules/views/tests/src/Functional/BulkFormTest.php @@ -19,7 +19,7 @@ class BulkFormTest extends BrowserTestBase { * * @var array */ - public static $modules = ['node', 'action_bulk_test']; + protected static $modules = ['node', 'action_bulk_test']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/DefaultViewsTest.php b/core/modules/views/tests/src/Functional/DefaultViewsTest.php index bc8ee799cc38..78a1deb910b6 100644 --- a/core/modules/views/tests/src/Functional/DefaultViewsTest.php +++ b/core/modules/views/tests/src/Functional/DefaultViewsTest.php @@ -30,7 +30,7 @@ class DefaultViewsTest extends ViewTestBase { * * @var array */ - public static $modules = ['views', 'node', 'search', 'comment', 'taxonomy', 'block', 'user']; + protected static $modules = ['views', 'node', 'search', 'comment', 'taxonomy', 'block', 'user']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php b/core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php index 5308dfbd841a..0a7608a90cb8 100644 --- a/core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php +++ b/core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php @@ -25,7 +25,7 @@ class BaseFieldAccessTest extends ViewTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'views', 'views_test_config', 'entity_test', 'node', 'views_entity_test', ]; diff --git a/core/modules/views/tests/src/Functional/Entity/EntityQueryAccessTest.php b/core/modules/views/tests/src/Functional/Entity/EntityQueryAccessTest.php index 077e8c306349..2cf2a830d027 100644 --- a/core/modules/views/tests/src/Functional/Entity/EntityQueryAccessTest.php +++ b/core/modules/views/tests/src/Functional/Entity/EntityQueryAccessTest.php @@ -20,7 +20,7 @@ class EntityQueryAccessTest extends ViewTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'media_test_source', 'views_test_query_access', ]; diff --git a/core/modules/views/tests/src/Functional/Entity/FieldEntityTest.php b/core/modules/views/tests/src/Functional/Entity/FieldEntityTest.php index 4a0b664381f0..09b3a2ee484d 100644 --- a/core/modules/views/tests/src/Functional/Entity/FieldEntityTest.php +++ b/core/modules/views/tests/src/Functional/Entity/FieldEntityTest.php @@ -31,7 +31,7 @@ class FieldEntityTest extends ViewTestBase { * * @var array */ - public static $modules = ['node', 'comment']; + protected static $modules = ['node', 'comment']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php b/core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php index 232b68422ac5..479b1d831125 100644 --- a/core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php +++ b/core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php @@ -19,7 +19,7 @@ class FieldEntityTranslationTest extends ViewTestBase { /** * {@inheritdoc} */ - public static $modules = ['language', 'locale', 'content_translation', 'node']; + protected static $modules = ['language', 'locale', 'content_translation', 'node']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php b/core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php index a13a0f8f03a6..5b1cb518e8e4 100644 --- a/core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php +++ b/core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php @@ -16,7 +16,7 @@ class FieldRenderedEntityTranslationTest extends ViewTestBase { /** * {@inheritdoc} */ - public static $modules = ['language', 'locale', 'content_translation', 'node']; + protected static $modules = ['language', 'locale', 'content_translation', 'node']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php b/core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php index e8d9094f85a4..4b43df5bdf20 100644 --- a/core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php +++ b/core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php @@ -18,7 +18,7 @@ class ViewNonTranslatableEntityTest extends BrowserTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'entity_test', 'content_translation', 'language_test', diff --git a/core/modules/views/tests/src/Functional/GlossaryTest.php b/core/modules/views/tests/src/Functional/GlossaryTest.php index 2adac436b257..0c055a9355af 100644 --- a/core/modules/views/tests/src/Functional/GlossaryTest.php +++ b/core/modules/views/tests/src/Functional/GlossaryTest.php @@ -21,7 +21,7 @@ class GlossaryTest extends ViewTestBase { * * @var array */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Hal/ViewHalJsonAnonTest.php b/core/modules/views/tests/src/Functional/Hal/ViewHalJsonAnonTest.php index 45e5d3acc0e2..612474f95c5b 100644 --- a/core/modules/views/tests/src/Functional/Hal/ViewHalJsonAnonTest.php +++ b/core/modules/views/tests/src/Functional/Hal/ViewHalJsonAnonTest.php @@ -15,7 +15,7 @@ class ViewHalJsonAnonTest extends ViewResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Hal/ViewHalJsonBasicAuthTest.php b/core/modules/views/tests/src/Functional/Hal/ViewHalJsonBasicAuthTest.php index 9bedfb513565..345955c5fa10 100644 --- a/core/modules/views/tests/src/Functional/Hal/ViewHalJsonBasicAuthTest.php +++ b/core/modules/views/tests/src/Functional/Hal/ViewHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class ViewHalJsonBasicAuthTest extends ViewResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Hal/ViewHalJsonCookieTest.php b/core/modules/views/tests/src/Functional/Hal/ViewHalJsonCookieTest.php index da2ca72b7b79..2dd38bd513ed 100644 --- a/core/modules/views/tests/src/Functional/Hal/ViewHalJsonCookieTest.php +++ b/core/modules/views/tests/src/Functional/Hal/ViewHalJsonCookieTest.php @@ -15,7 +15,7 @@ class ViewHalJsonCookieTest extends ViewResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Handler/AreaHTTPStatusCodeTest.php b/core/modules/views/tests/src/Functional/Handler/AreaHTTPStatusCodeTest.php index d284f4719a06..7a103ad1bc75 100644 --- a/core/modules/views/tests/src/Functional/Handler/AreaHTTPStatusCodeTest.php +++ b/core/modules/views/tests/src/Functional/Handler/AreaHTTPStatusCodeTest.php @@ -25,7 +25,7 @@ class AreaHTTPStatusCodeTest extends ViewTestBase { * * @var array */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Handler/AreaTest.php b/core/modules/views/tests/src/Functional/Handler/AreaTest.php index 788dad1cd607..0839e3e32682 100644 --- a/core/modules/views/tests/src/Functional/Handler/AreaTest.php +++ b/core/modules/views/tests/src/Functional/Handler/AreaTest.php @@ -27,7 +27,7 @@ class AreaTest extends ViewTestBase { * * @var array */ - public static $modules = ['node', 'views_ui']; + protected static $modules = ['node', 'views_ui']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php b/core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php index 1ce0d08d1ecf..a3337d1cd8e1 100644 --- a/core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php +++ b/core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php @@ -24,7 +24,7 @@ class FieldDropButtonTest extends ViewTestBase { * * @var array */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Handler/FieldEntityLinkBaseTest.php b/core/modules/views/tests/src/Functional/Handler/FieldEntityLinkBaseTest.php index 085f4fe2b6a9..cf1504561d98 100644 --- a/core/modules/views/tests/src/Functional/Handler/FieldEntityLinkBaseTest.php +++ b/core/modules/views/tests/src/Functional/Handler/FieldEntityLinkBaseTest.php @@ -23,7 +23,7 @@ class FieldEntityLinkBaseTest extends ViewTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'language']; + protected static $modules = ['node', 'language']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php b/core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php index 65879adc529d..209c91309168 100644 --- a/core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php +++ b/core/modules/views/tests/src/Functional/Handler/FieldEntityOperationsTest.php @@ -26,7 +26,7 @@ class FieldEntityOperationsTest extends ViewTestBase { * * @var array */ - public static $modules = ['node', 'language', 'views_ui']; + protected static $modules = ['node', 'language', 'views_ui']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php b/core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php index 283125fc54de..f84174f2d67d 100644 --- a/core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php +++ b/core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php @@ -26,7 +26,7 @@ class FieldGroupRowsWebTest extends ViewTestBase { * * @var array */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Handler/FieldWebTest.php b/core/modules/views/tests/src/Functional/Handler/FieldWebTest.php index 5ce67fee3511..ca68c3208d91 100644 --- a/core/modules/views/tests/src/Functional/Handler/FieldWebTest.php +++ b/core/modules/views/tests/src/Functional/Handler/FieldWebTest.php @@ -31,7 +31,7 @@ class FieldWebTest extends ViewTestBase { /** * {@inheritdoc} */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Handler/FilterDateTest.php b/core/modules/views/tests/src/Functional/Handler/FilterDateTest.php index 79321b12db6c..ebc904afd08b 100644 --- a/core/modules/views/tests/src/Functional/Handler/FilterDateTest.php +++ b/core/modules/views/tests/src/Functional/Handler/FilterDateTest.php @@ -29,7 +29,7 @@ class FilterDateTest extends ViewTestBase { * * @var array */ - public static $modules = ['node', 'views_ui', 'datetime']; + protected static $modules = ['node', 'views_ui', 'datetime']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Handler/FilterPlaceholderTextTest.php b/core/modules/views/tests/src/Functional/Handler/FilterPlaceholderTextTest.php index 4453acbac47a..84a371be349a 100644 --- a/core/modules/views/tests/src/Functional/Handler/FilterPlaceholderTextTest.php +++ b/core/modules/views/tests/src/Functional/Handler/FilterPlaceholderTextTest.php @@ -21,7 +21,7 @@ class FilterPlaceholderTextTest extends ViewTestBase { /** * {@inheritdoc} */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Handler/HandlerAllTest.php b/core/modules/views/tests/src/Functional/Handler/HandlerAllTest.php index 2f82ca599dba..7116e0e31d37 100644 --- a/core/modules/views/tests/src/Functional/Handler/HandlerAllTest.php +++ b/core/modules/views/tests/src/Functional/Handler/HandlerAllTest.php @@ -25,7 +25,7 @@ class HandlerAllTest extends ViewTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'aggregator', 'book', 'block', diff --git a/core/modules/views/tests/src/Functional/Handler/HandlerTest.php b/core/modules/views/tests/src/Functional/Handler/HandlerTest.php index 0cdaffcd3b43..abedd71fd68c 100644 --- a/core/modules/views/tests/src/Functional/Handler/HandlerTest.php +++ b/core/modules/views/tests/src/Functional/Handler/HandlerTest.php @@ -30,7 +30,7 @@ class HandlerTest extends ViewTestBase { * * @var array */ - public static $modules = ['views_ui', 'comment', 'node']; + protected static $modules = ['views_ui', 'comment', 'node']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Plugin/AccessTest.php b/core/modules/views/tests/src/Functional/Plugin/AccessTest.php index fdf27e3222f2..eeb94d74fe6f 100644 --- a/core/modules/views/tests/src/Functional/Plugin/AccessTest.php +++ b/core/modules/views/tests/src/Functional/Plugin/AccessTest.php @@ -27,7 +27,7 @@ class AccessTest extends ViewTestBase { * * @var array */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php b/core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php index 80c91d411f24..7c0c5e5080a7 100644 --- a/core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php +++ b/core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php @@ -41,7 +41,7 @@ class ArgumentDefaultTest extends ViewTestBase { * * @var array */ - public static $modules = ['node', 'views_ui', 'block']; + protected static $modules = ['node', 'views_ui', 'block']; protected function setUp($import_test_views = TRUE): void { parent::setUp($import_test_views); diff --git a/core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php b/core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php index a23be7da9635..205da5d4343e 100644 --- a/core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php +++ b/core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php @@ -27,7 +27,7 @@ class CacheTagTest extends ViewTestBase { * * @var array */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php b/core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php index 532d0e7f7264..11780b869662 100644 --- a/core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php +++ b/core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php @@ -29,7 +29,7 @@ class CacheWebTest extends ViewTestBase { * * @var array */ - public static $modules = ['taxonomy']; + protected static $modules = ['taxonomy']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Plugin/ContextualFiltersBlockContextTest.php b/core/modules/views/tests/src/Functional/Plugin/ContextualFiltersBlockContextTest.php index ec7d142866da..5b4aef81c8fa 100644 --- a/core/modules/views/tests/src/Functional/Plugin/ContextualFiltersBlockContextTest.php +++ b/core/modules/views/tests/src/Functional/Plugin/ContextualFiltersBlockContextTest.php @@ -21,7 +21,7 @@ class ContextualFiltersBlockContextTest extends ViewTestBase { * * @var array */ - public static $modules = ['block', 'block_test_views', 'views_ui', 'node']; + protected static $modules = ['block', 'block_test_views', 'views_ui', 'node']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php b/core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php index 00e33a839698..38bf59247f47 100644 --- a/core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php +++ b/core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php @@ -24,7 +24,7 @@ class DisabledDisplayTest extends ViewTestBase { * * @var array */ - public static $modules = ['block', 'node', 'views']; + protected static $modules = ['block', 'node', 'views']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Plugin/DisplayAttachmentTest.php b/core/modules/views/tests/src/Functional/Plugin/DisplayAttachmentTest.php index 807204ca6367..79fc35835f78 100644 --- a/core/modules/views/tests/src/Functional/Plugin/DisplayAttachmentTest.php +++ b/core/modules/views/tests/src/Functional/Plugin/DisplayAttachmentTest.php @@ -25,7 +25,7 @@ class DisplayAttachmentTest extends ViewTestBase { * * @var array */ - public static $modules = ['node', 'views']; + protected static $modules = ['node', 'views']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php b/core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php index 60180fa627ad..40dd50256c0f 100644 --- a/core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php +++ b/core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php @@ -32,7 +32,7 @@ class DisplayEntityReferenceTest extends ViewTestBase { * * @var array */ - public static $modules = ['entity_test', 'field', 'views_ui']; + protected static $modules = ['entity_test', 'field', 'views_ui']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php b/core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php index 437a79fdfb14..9449ebfd6637 100644 --- a/core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php +++ b/core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php @@ -29,7 +29,7 @@ class DisplayFeedTest extends ViewTestBase { * * @var array */ - public static $modules = ['block', 'node', 'views', 'views_test_rss']; + protected static $modules = ['block', 'node', 'views', 'views_test_rss']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php b/core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php index 5041010450ed..ab226d1a3dcf 100644 --- a/core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php +++ b/core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php @@ -29,7 +29,7 @@ class DisplayFeedTranslationTest extends ViewTestBase { * * @var array */ - public static $modules = ['node', 'views', 'language', 'content_translation']; + protected static $modules = ['node', 'views', 'language', 'content_translation']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php b/core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php index 9d1f3b7e84c4..7cf0a6e312bc 100644 --- a/core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php +++ b/core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php @@ -27,7 +27,7 @@ class DisplayPageWebTest extends ViewTestBase { * * @var array */ - public static $modules = ['menu_ui', 'block', 'views_ui']; + protected static $modules = ['menu_ui', 'block', 'views_ui']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Plugin/DisplayTest.php b/core/modules/views/tests/src/Functional/Plugin/DisplayTest.php index b15fbc997df6..cdf595e6a4cf 100644 --- a/core/modules/views/tests/src/Functional/Plugin/DisplayTest.php +++ b/core/modules/views/tests/src/Functional/Plugin/DisplayTest.php @@ -26,7 +26,7 @@ class DisplayTest extends ViewTestBase { * * @var array */ - public static $modules = ['views_ui', 'node', 'block']; + protected static $modules = ['views_ui', 'node', 'block']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php b/core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php index 2788103bfe46..c332c41b1cf3 100644 --- a/core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php +++ b/core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php @@ -27,7 +27,7 @@ class ExposedFormCheckboxesTest extends ViewTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'views_ui', 'taxonomy']; + protected static $modules = ['node', 'views_ui', 'taxonomy']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php b/core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php index b1ea205c1da9..2c21ee18a428 100644 --- a/core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php +++ b/core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php @@ -31,7 +31,7 @@ class ExposedFormTest extends ViewTestBase { * * @var array */ - public static $modules = ['node', 'views_ui', 'block', 'entity_test']; + protected static $modules = ['node', 'views_ui', 'block', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Plugin/FilterTest.php b/core/modules/views/tests/src/Functional/Plugin/FilterTest.php index 77079fbb5b7a..450deb0b16f8 100644 --- a/core/modules/views/tests/src/Functional/Plugin/FilterTest.php +++ b/core/modules/views/tests/src/Functional/Plugin/FilterTest.php @@ -27,7 +27,7 @@ class FilterTest extends ViewTestBase { * * @var array */ - public static $modules = ['views_ui', 'node']; + protected static $modules = ['views_ui', 'node']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php b/core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php index 3b6e02635f22..937b4db64c38 100644 --- a/core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php +++ b/core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php @@ -24,7 +24,7 @@ class MenuLinkTest extends ViewTestBase { * * @var array */ - public static $modules = ['views', 'views_ui', 'user', 'node', 'menu_ui', 'block']; + protected static $modules = ['views', 'views_ui', 'user', 'node', 'menu_ui', 'block']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php b/core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php index 5fac36447d21..524e5114b1a1 100644 --- a/core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php +++ b/core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php @@ -25,7 +25,7 @@ class MiniPagerTest extends ViewTestBase { * * @var array */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php b/core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php index 1fd25b15857a..9fe66be0d533 100644 --- a/core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php +++ b/core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php @@ -19,7 +19,7 @@ class NumericFormatPluralTest extends ViewTestBase { * * @var array */ - public static $modules = ['views_ui', 'file', 'language', 'locale']; + protected static $modules = ['views_ui', 'file', 'language', 'locale']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Plugin/PagerTest.php b/core/modules/views/tests/src/Functional/Plugin/PagerTest.php index c7c686740102..07e86145ba91 100644 --- a/core/modules/views/tests/src/Functional/Plugin/PagerTest.php +++ b/core/modules/views/tests/src/Functional/Plugin/PagerTest.php @@ -28,7 +28,7 @@ class PagerTest extends ViewTestBase { * * @var array */ - public static $modules = ['node', 'views_ui']; + protected static $modules = ['node', 'views_ui']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Plugin/StyleOpmlTest.php b/core/modules/views/tests/src/Functional/Plugin/StyleOpmlTest.php index ac46448310dd..c3da72f771dd 100644 --- a/core/modules/views/tests/src/Functional/Plugin/StyleOpmlTest.php +++ b/core/modules/views/tests/src/Functional/Plugin/StyleOpmlTest.php @@ -24,7 +24,7 @@ class StyleOpmlTest extends ViewTestBase { * * @var array */ - public static $modules = ['aggregator']; + protected static $modules = ['aggregator']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Plugin/StyleSummaryTest.php b/core/modules/views/tests/src/Functional/Plugin/StyleSummaryTest.php index bc0e945b2903..af143c97ee5d 100644 --- a/core/modules/views/tests/src/Functional/Plugin/StyleSummaryTest.php +++ b/core/modules/views/tests/src/Functional/Plugin/StyleSummaryTest.php @@ -15,7 +15,7 @@ class StyleSummaryTest extends ViewTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test', 'views_ui']; + protected static $modules = ['entity_test', 'views_ui']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Plugin/ViewsBulkTest.php b/core/modules/views/tests/src/Functional/Plugin/ViewsBulkTest.php index ab10cc3b6608..49f74c71518d 100644 --- a/core/modules/views/tests/src/Functional/Plugin/ViewsBulkTest.php +++ b/core/modules/views/tests/src/Functional/Plugin/ViewsBulkTest.php @@ -23,7 +23,7 @@ class ViewsBulkTest extends ViewTestBase { * * @var array */ - public static $modules = ['node', 'views']; + protected static $modules = ['node', 'views']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php b/core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php index d8556ca1bc9b..150537851a08 100644 --- a/core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php +++ b/core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php @@ -16,7 +16,7 @@ class ViewsFormTest extends ViewTestBase { * * @var array */ - public static $modules = ['action_bulk_test']; + protected static $modules = ['action_bulk_test']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/RenderCacheWebTest.php b/core/modules/views/tests/src/Functional/RenderCacheWebTest.php index 66cb3d5e4d14..68715f3bb97f 100644 --- a/core/modules/views/tests/src/Functional/RenderCacheWebTest.php +++ b/core/modules/views/tests/src/Functional/RenderCacheWebTest.php @@ -14,7 +14,7 @@ class RenderCacheWebTest extends ViewTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'block']; + protected static $modules = ['node', 'block']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php b/core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php index c6078203dad9..80822b08548a 100644 --- a/core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php +++ b/core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class ViewJsonBasicAuthTest extends ViewResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php b/core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php index 8e036c26f1b8..c3f3a02bf494 100644 --- a/core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php +++ b/core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php @@ -10,7 +10,7 @@ abstract class ViewResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['views', 'views_ui']; + protected static $modules = ['views', 'views_ui']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Rest/ViewXmlBasicAuthTest.php b/core/modules/views/tests/src/Functional/Rest/ViewXmlBasicAuthTest.php index 52ab59f0b11e..ffa68653825d 100644 --- a/core/modules/views/tests/src/Functional/Rest/ViewXmlBasicAuthTest.php +++ b/core/modules/views/tests/src/Functional/Rest/ViewXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class ViewXmlBasicAuthTest extends ViewResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/SearchIntegrationTest.php b/core/modules/views/tests/src/Functional/SearchIntegrationTest.php index 134417329d1b..d5f34ef55e7d 100644 --- a/core/modules/views/tests/src/Functional/SearchIntegrationTest.php +++ b/core/modules/views/tests/src/Functional/SearchIntegrationTest.php @@ -19,7 +19,7 @@ class SearchIntegrationTest extends ViewTestBase { * * @var array */ - public static $modules = ['node', 'search']; + protected static $modules = ['node', 'search']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/SearchMultilingualTest.php b/core/modules/views/tests/src/Functional/SearchMultilingualTest.php index 78a6c3f2c617..17eea72e39cd 100644 --- a/core/modules/views/tests/src/Functional/SearchMultilingualTest.php +++ b/core/modules/views/tests/src/Functional/SearchMultilingualTest.php @@ -20,7 +20,7 @@ class SearchMultilingualTest extends ViewTestBase { * * @var array */ - public static $modules = ['node', 'search', 'language', 'content_translation']; + protected static $modules = ['node', 'search', 'language', 'content_translation']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/TaxonomyGlossaryTest.php b/core/modules/views/tests/src/Functional/TaxonomyGlossaryTest.php index cd904c55a98a..785f49d3af0a 100644 --- a/core/modules/views/tests/src/Functional/TaxonomyGlossaryTest.php +++ b/core/modules/views/tests/src/Functional/TaxonomyGlossaryTest.php @@ -18,7 +18,7 @@ class TaxonomyGlossaryTest extends ViewTestBase { * * @var array */ - public static $modules = ['taxonomy']; + protected static $modules = ['taxonomy']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/UserBatchActionTest.php b/core/modules/views/tests/src/Functional/UserBatchActionTest.php index efb78079ae7e..ba5b576b6125 100644 --- a/core/modules/views/tests/src/Functional/UserBatchActionTest.php +++ b/core/modules/views/tests/src/Functional/UserBatchActionTest.php @@ -17,7 +17,7 @@ class UserBatchActionTest extends BrowserTestBase { * * @var array */ - public static $modules = ['user', 'user_batch_action_test', 'views']; + protected static $modules = ['user', 'user_batch_action_test', 'views']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/UserPathTest.php b/core/modules/views/tests/src/Functional/UserPathTest.php index d31452bdae44..d422527d4df5 100644 --- a/core/modules/views/tests/src/Functional/UserPathTest.php +++ b/core/modules/views/tests/src/Functional/UserPathTest.php @@ -12,7 +12,7 @@ class UserPathTest extends ViewTestBase { /** * {@inheritdoc} */ - public static $modules = ['views', 'user']; + protected static $modules = ['views', 'user']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/ViewTestBase.php b/core/modules/views/tests/src/Functional/ViewTestBase.php index 186a8fea1e9a..157bdd88128b 100644 --- a/core/modules/views/tests/src/Functional/ViewTestBase.php +++ b/core/modules/views/tests/src/Functional/ViewTestBase.php @@ -29,7 +29,7 @@ abstract class ViewTestBase extends BrowserTestBase { * * @var array */ - public static $modules = ['views', 'views_test_config']; + protected static $modules = ['views', 'views_test_config']; protected function setUp($import_test_views = TRUE) { parent::setUp(); diff --git a/core/modules/views/tests/src/Functional/ViewsEscapingTest.php b/core/modules/views/tests/src/Functional/ViewsEscapingTest.php index 93787e326232..9a1b90bbd4da 100644 --- a/core/modules/views/tests/src/Functional/ViewsEscapingTest.php +++ b/core/modules/views/tests/src/Functional/ViewsEscapingTest.php @@ -30,7 +30,7 @@ class ViewsEscapingTest extends ViewTestBase { * * @see \Drupal\simpletest\WebTestBase::setup() */ - public static $modules = ['views', 'theme_test']; + protected static $modules = ['views', 'theme_test']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/ViewsNoResultsBehaviorTest.php b/core/modules/views/tests/src/Functional/ViewsNoResultsBehaviorTest.php index 58673c7fa9de..e6ef5590f3eb 100644 --- a/core/modules/views/tests/src/Functional/ViewsNoResultsBehaviorTest.php +++ b/core/modules/views/tests/src/Functional/ViewsNoResultsBehaviorTest.php @@ -14,7 +14,7 @@ class ViewsNoResultsBehaviorTest extends ViewTestBase { * * @var array */ - public static $modules = ['node', 'user']; + protected static $modules = ['node', 'user']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php b/core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php index aa0d6886eaec..cd6b99857797 100644 --- a/core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php +++ b/core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php @@ -33,7 +33,7 @@ class ViewsThemeIntegrationTest extends ViewTestBase { * * @see \Drupal\simpletest\WebTestBase::setup() */ - public static $modules = ['views', 'theme_test']; + protected static $modules = ['views', 'theme_test']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php b/core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php index 2e59b61dbd27..bfd1ad933e4b 100644 --- a/core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php +++ b/core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php @@ -12,7 +12,7 @@ class EntityTestRevisionTest extends WizardTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test']; + protected static $modules = ['entity_test']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php b/core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php index ce56df6cd3b1..fb560a5a4916 100644 --- a/core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php +++ b/core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php @@ -21,7 +21,7 @@ class TaggedWithTest extends WizardTestBase { * * @var array */ - public static $modules = ['taxonomy']; + protected static $modules = ['taxonomy']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Functional/Wizard/WizardTestBase.php b/core/modules/views/tests/src/Functional/Wizard/WizardTestBase.php index 0178c08c25e9..924db29c6041 100644 --- a/core/modules/views/tests/src/Functional/Wizard/WizardTestBase.php +++ b/core/modules/views/tests/src/Functional/Wizard/WizardTestBase.php @@ -14,7 +14,7 @@ abstract class WizardTestBase extends ViewTestBase { * * @var array */ - public static $modules = ['node', 'views_ui', 'block', 'rest']; + protected static $modules = ['node', 'views_ui', 'block', 'rest']; protected function setUp($import_test_views = TRUE) { parent::setUp($import_test_views); diff --git a/core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php b/core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php index 79c723b405c1..86d7b5adf918 100644 --- a/core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php +++ b/core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php @@ -20,7 +20,7 @@ class BlockExposedFilterAJAXTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'views', 'block', 'views_test_config']; + protected static $modules = ['node', 'views', 'block', 'views_test_config']; public static $testViews = ['test_block_exposed_ajax', 'test_block_exposed_ajax_with_page']; diff --git a/core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php b/core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php index bd649eafb541..f0ea436c11f0 100644 --- a/core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php +++ b/core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php @@ -20,7 +20,7 @@ class ClickSortingAJAXTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'views', 'views_test_config']; + protected static $modules = ['node', 'views', 'views_test_config']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php b/core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php index 94dce9ce35f0..25d4d907188b 100644 --- a/core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php +++ b/core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php @@ -19,7 +19,7 @@ class ExposedFilterAJAXTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'views', 'views_test_modal']; + protected static $modules = ['node', 'views', 'views_test_modal']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php b/core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php index 65b4be3d71c8..470e82bc9852 100644 --- a/core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php +++ b/core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php @@ -22,7 +22,7 @@ class GlossaryViewTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['language', 'node', 'views', 'views_test_config']; + protected static $modules = ['language', 'node', 'views', 'views_test_config']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php b/core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php index 20e82af6c67f..94e2888f43a3 100644 --- a/core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php +++ b/core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php @@ -20,7 +20,7 @@ class PaginationAJAXTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'views', 'views_test_config']; + protected static $modules = ['node', 'views', 'views_test_config']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/ContextualFilterTest.php b/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/ContextualFilterTest.php index cf54b98a48b0..e4e3fc74e7b5 100644 --- a/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/ContextualFilterTest.php +++ b/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/ContextualFilterTest.php @@ -15,7 +15,7 @@ class ContextualFilterTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'views', 'views_ui', 'views_test_config']; + protected static $modules = ['node', 'views', 'views_ui', 'views_test_config']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php b/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php index c4a5bcde384e..4f9294b7294c 100644 --- a/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php +++ b/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php @@ -19,7 +19,7 @@ class FieldTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'views', 'views_ui', 'views_test_config']; + protected static $modules = ['node', 'views', 'views_ui', 'views_test_config']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php b/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php index 645d563dfdea..151f9e06feca 100644 --- a/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php +++ b/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php @@ -17,7 +17,7 @@ class GroupedExposedFilterTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'views', 'views_ui', 'user', 'views_test_config']; + protected static $modules = ['node', 'views', 'views_ui', 'user', 'views_test_config']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php b/core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php index 6fdf9fcbce74..33ace5ab8a8f 100644 --- a/core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php +++ b/core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php @@ -16,7 +16,7 @@ class EntityViewsWithMultivalueBasefieldTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test']; + protected static $modules = ['entity_test']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php b/core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php index 31162c66117a..19c9e5bde314 100644 --- a/core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php +++ b/core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php @@ -22,7 +22,7 @@ class FilterEntityBundleTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * Tests the generic bundle filter. diff --git a/core/modules/views/tests/src/Kernel/Entity/LatestRevisionFilterTest.php b/core/modules/views/tests/src/Kernel/Entity/LatestRevisionFilterTest.php index 91177746aee1..a29f589a7920 100644 --- a/core/modules/views/tests/src/Kernel/Entity/LatestRevisionFilterTest.php +++ b/core/modules/views/tests/src/Kernel/Entity/LatestRevisionFilterTest.php @@ -23,7 +23,7 @@ class LatestRevisionFilterTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * Tests the 'Latest revision' filter. diff --git a/core/modules/views/tests/src/Kernel/Entity/LatestTranslationAffectedRevisionTest.php b/core/modules/views/tests/src/Kernel/Entity/LatestTranslationAffectedRevisionTest.php index 787a0d8d156e..8575ecc12456 100644 --- a/core/modules/views/tests/src/Kernel/Entity/LatestTranslationAffectedRevisionTest.php +++ b/core/modules/views/tests/src/Kernel/Entity/LatestTranslationAffectedRevisionTest.php @@ -23,7 +23,7 @@ class LatestTranslationAffectedRevisionTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'system', 'language', diff --git a/core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php b/core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php index 3234439ed5c2..6969fa8b37fb 100644 --- a/core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php +++ b/core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php @@ -21,7 +21,7 @@ class RowEntityRenderersTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['field', 'filter', 'text', 'node', 'user', 'language', 'views_test_language']; + protected static $modules = ['field', 'filter', 'text', 'node', 'user', 'language', 'views_test_language']; /** * Views used by this test. diff --git a/core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php b/core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php index 420a5778052a..9e4053d1aeb1 100644 --- a/core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php +++ b/core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php @@ -29,7 +29,7 @@ class ViewEntityDependenciesTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['node', 'comment', 'user', 'field', 'text', 'search']; + protected static $modules = ['node', 'comment', 'user', 'field', 'text', 'search']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php b/core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php index 470b6028aa67..bc0dfb2d2c0a 100644 --- a/core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php +++ b/core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php @@ -26,7 +26,7 @@ class ViewsEntitySchemaSubscriberIntegrationTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test', 'entity_test_update', 'user', 'text']; + protected static $modules = ['entity_test', 'entity_test_update', 'user', 'text']; /** * Views used by this test. diff --git a/core/modules/views/tests/src/Kernel/FieldApiDataTest.php b/core/modules/views/tests/src/Kernel/FieldApiDataTest.php index b014d1cdea4a..1df711aaeb29 100644 --- a/core/modules/views/tests/src/Kernel/FieldApiDataTest.php +++ b/core/modules/views/tests/src/Kernel/FieldApiDataTest.php @@ -21,7 +21,7 @@ class FieldApiDataTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'field', 'filter', 'language', diff --git a/core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php b/core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php index dda045db1a14..2ce2465550f8 100644 --- a/core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php @@ -27,7 +27,7 @@ class AreaDisplayLinkTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'user', 'filter']; + protected static $modules = ['system', 'user', 'filter']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Kernel/Handler/AreaEmptyTest.php b/core/modules/views/tests/src/Kernel/Handler/AreaEmptyTest.php index 1d47c21b3da5..a6ea2573c722 100644 --- a/core/modules/views/tests/src/Kernel/Handler/AreaEmptyTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/AreaEmptyTest.php @@ -16,7 +16,7 @@ class AreaEmptyTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Kernel/Handler/AreaEntityTest.php b/core/modules/views/tests/src/Kernel/Handler/AreaEntityTest.php index 642c6fda6d88..a6898e4679c6 100644 --- a/core/modules/views/tests/src/Kernel/Handler/AreaEntityTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/AreaEntityTest.php @@ -25,7 +25,7 @@ class AreaEntityTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['entity_test', 'user', 'block']; + protected static $modules = ['entity_test', 'user', 'block']; /** * Views used by this test. diff --git a/core/modules/views/tests/src/Kernel/Handler/AreaOrderTest.php b/core/modules/views/tests/src/Kernel/Handler/AreaOrderTest.php index ca36840c5c9d..608054e8db68 100644 --- a/core/modules/views/tests/src/Kernel/Handler/AreaOrderTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/AreaOrderTest.php @@ -21,7 +21,7 @@ class AreaOrderTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['user', 'block']; + protected static $modules = ['user', 'block']; /** * Views used by this test. diff --git a/core/modules/views/tests/src/Kernel/Handler/AreaTextTest.php b/core/modules/views/tests/src/Kernel/Handler/AreaTextTest.php index db0e9d92132c..440138b4ff2a 100644 --- a/core/modules/views/tests/src/Kernel/Handler/AreaTextTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/AreaTextTest.php @@ -13,7 +13,7 @@ */ class AreaTextTest extends ViewsKernelTestBase { - public static $modules = ['system', 'user', 'filter']; + protected static $modules = ['system', 'user', 'filter']; /** * Views used by this test. diff --git a/core/modules/views/tests/src/Kernel/Handler/AreaViewTest.php b/core/modules/views/tests/src/Kernel/Handler/AreaViewTest.php index a3ab52960b29..2b57885e6261 100644 --- a/core/modules/views/tests/src/Kernel/Handler/AreaViewTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/AreaViewTest.php @@ -18,7 +18,7 @@ class AreaViewTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['user']; + protected static $modules = ['user']; /** * Views used by this test. diff --git a/core/modules/views/tests/src/Kernel/Handler/ArgumentStringTest.php b/core/modules/views/tests/src/Kernel/Handler/ArgumentStringTest.php index e08337a3448f..59ab946656a7 100644 --- a/core/modules/views/tests/src/Kernel/Handler/ArgumentStringTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/ArgumentStringTest.php @@ -22,7 +22,7 @@ class ArgumentStringTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', ]; diff --git a/core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php b/core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php index 8c3f6f6219a1..5b1e81b99ccb 100644 --- a/core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php @@ -26,7 +26,7 @@ class ComputedFieldTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['entity_test']; + protected static $modules = ['entity_test']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php b/core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php index 418d4b3491ce..e2812f99e692 100644 --- a/core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php @@ -14,7 +14,7 @@ class EntityTestViewsFieldAccessTest extends FieldFieldAccessTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test']; + protected static $modules = ['entity_test']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Kernel/Handler/FieldCounterTest.php b/core/modules/views/tests/src/Kernel/Handler/FieldCounterTest.php index ed669667d47a..5ae9c974b816 100644 --- a/core/modules/views/tests/src/Kernel/Handler/FieldCounterTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/FieldCounterTest.php @@ -18,7 +18,7 @@ class FieldCounterTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['user']; + protected static $modules = ['user']; /** * Views used by this test. diff --git a/core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php b/core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php index 2590f1bb4740..df5bd58d2f31 100644 --- a/core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php @@ -29,7 +29,7 @@ class FieldDropbuttonTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'system', 'user', 'node', diff --git a/core/modules/views/tests/src/Kernel/Handler/FieldEntityLinkTest.php b/core/modules/views/tests/src/Kernel/Handler/FieldEntityLinkTest.php index d6e124c1cd95..3f8ced018b56 100644 --- a/core/modules/views/tests/src/Kernel/Handler/FieldEntityLinkTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/FieldEntityLinkTest.php @@ -30,7 +30,7 @@ class FieldEntityLinkTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['user', 'entity_test']; + protected static $modules = ['user', 'entity_test']; /** * An admin user account. diff --git a/core/modules/views/tests/src/Kernel/Handler/FieldFieldAccessTestBase.php b/core/modules/views/tests/src/Kernel/Handler/FieldFieldAccessTestBase.php index 327bfc14814f..1f9b017bdbb7 100644 --- a/core/modules/views/tests/src/Kernel/Handler/FieldFieldAccessTestBase.php +++ b/core/modules/views/tests/src/Kernel/Handler/FieldFieldAccessTestBase.php @@ -30,7 +30,7 @@ abstract class FieldFieldAccessTestBase extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['user']; + protected static $modules = ['user']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php b/core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php index 77990adedaa5..4c8a52ab10aa 100644 --- a/core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php @@ -24,7 +24,7 @@ class FieldFieldTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['field', 'entity_test', 'user', 'views_test_formatter', 'views_entity_test']; + protected static $modules = ['field', 'entity_test', 'user', 'views_test_formatter', 'views_entity_test']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Kernel/Handler/FieldGroupRowsTest.php b/core/modules/views/tests/src/Kernel/Handler/FieldGroupRowsTest.php index ade02556e005..588d1289897a 100644 --- a/core/modules/views/tests/src/Kernel/Handler/FieldGroupRowsTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/FieldGroupRowsTest.php @@ -23,7 +23,7 @@ class FieldGroupRowsTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'field', 'filter', 'node', diff --git a/core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php b/core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php index faee4e66a6a8..de943e128820 100644 --- a/core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php @@ -16,7 +16,7 @@ */ class FieldKernelTest extends ViewsKernelTestBase { - public static $modules = ['user']; + protected static $modules = ['user']; /** * Views used by this test. diff --git a/core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php b/core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php index 02419f484796..f49d68249254 100644 --- a/core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php @@ -24,7 +24,7 @@ class FieldRenderedEntityTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['entity_test', 'field']; + protected static $modules = ['entity_test', 'field']; /** * Views used by this test. diff --git a/core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php b/core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php index 5c9a29baf118..7c82c0ecdbf5 100644 --- a/core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php @@ -14,7 +14,7 @@ */ class FieldUrlTest extends ViewsKernelTestBase { - public static $modules = ['system']; + protected static $modules = ['system']; /** * Views used by this test. diff --git a/core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorDefaultTest.php b/core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorDefaultTest.php index 7beceb9bd9ea..cf4f1b15a127 100644 --- a/core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorDefaultTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorDefaultTest.php @@ -16,7 +16,7 @@ class FilterBooleanOperatorDefaultTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'views_test_data']; + protected static $modules = ['system', 'views_test_data']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php b/core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php index 325da5106e27..5495ceaa4327 100644 --- a/core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php @@ -19,7 +19,7 @@ class FilterBooleanOperatorStringTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * Views used by this test. diff --git a/core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php b/core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php index 7cdd41f525d1..e653cbbf0e1a 100644 --- a/core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php @@ -18,7 +18,7 @@ class FilterBooleanOperatorTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * Views used by this test. diff --git a/core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php b/core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php index 881ee5bc3f71..3de13681f20e 100644 --- a/core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php @@ -15,7 +15,7 @@ class FilterCombineTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test']; + protected static $modules = ['entity_test']; /** * Views used by this test. diff --git a/core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php b/core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php index 4f8c4961e390..f9476beb9a48 100644 --- a/core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php @@ -12,7 +12,7 @@ */ class FilterEqualityTest extends ViewsKernelTestBase { - public static $modules = ['system']; + protected static $modules = ['system']; /** * Views used by this test. diff --git a/core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php b/core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php index 08ab9cf6b4c8..a528a27f19f2 100644 --- a/core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php @@ -17,7 +17,7 @@ class FilterInOperatorTest extends ViewsKernelTestBase { use StringTranslationTrait; - public static $modules = ['system']; + protected static $modules = ['system']; /** * Views used by this test. diff --git a/core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php b/core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php index bc135bb85b8e..c0243548cf86 100644 --- a/core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php @@ -12,7 +12,7 @@ */ class FilterNumericTest extends ViewsKernelTestBase { - public static $modules = ['system']; + protected static $modules = ['system']; /** * Views used by this test. diff --git a/core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php b/core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php index 900e83bf2a6c..0b80cb63f4a0 100644 --- a/core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php @@ -12,7 +12,7 @@ */ class FilterStringTest extends ViewsKernelTestBase { - public static $modules = ['system']; + protected static $modules = ['system']; /** * Views used by this test. diff --git a/core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php b/core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php index 79da9c74f468..ad6ea6060d29 100644 --- a/core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php @@ -12,7 +12,7 @@ */ class HandlerAliasTest extends ViewsKernelTestBase { - public static $modules = ['user']; + protected static $modules = ['user']; /** * Views used by this test. diff --git a/core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php b/core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php index 4af1065dd897..b6aa0dd12be2 100644 --- a/core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php @@ -19,7 +19,7 @@ class SortTranslationTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'field', 'language', diff --git a/core/modules/views/tests/src/Kernel/ModuleTest.php b/core/modules/views/tests/src/Kernel/ModuleTest.php index db43e96cea25..400786656539 100644 --- a/core/modules/views/tests/src/Kernel/ModuleTest.php +++ b/core/modules/views/tests/src/Kernel/ModuleTest.php @@ -25,7 +25,7 @@ class ModuleTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['field', 'user', 'block']; + protected static $modules = ['field', 'user', 'block']; /** * Stores the last triggered error. diff --git a/core/modules/views/tests/src/Kernel/Plugin/BlockDependenciesTest.php b/core/modules/views/tests/src/Kernel/Plugin/BlockDependenciesTest.php index 5b634afa1c72..82411f63d7c6 100644 --- a/core/modules/views/tests/src/Kernel/Plugin/BlockDependenciesTest.php +++ b/core/modules/views/tests/src/Kernel/Plugin/BlockDependenciesTest.php @@ -24,7 +24,7 @@ class BlockDependenciesTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['node', 'block', 'user', 'field']; + protected static $modules = ['node', 'block', 'user', 'field']; /** * Tests that exposed filter blocks have the correct dependencies. diff --git a/core/modules/views/tests/src/Kernel/Plugin/CacheTest.php b/core/modules/views/tests/src/Kernel/Plugin/CacheTest.php index 8b4ae846081b..653eab4e631a 100644 --- a/core/modules/views/tests/src/Kernel/Plugin/CacheTest.php +++ b/core/modules/views/tests/src/Kernel/Plugin/CacheTest.php @@ -29,7 +29,7 @@ class CacheTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['taxonomy', 'text', 'user', 'node']; + protected static $modules = ['taxonomy', 'text', 'user', 'node']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php b/core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php index 4a044d1ca7a0..8edaa2965bda 100644 --- a/core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php +++ b/core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php @@ -14,7 +14,7 @@ class ViewsMenuLinkTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'menu_ui', 'user', 'views', diff --git a/core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php b/core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php index fc4b4f7b6854..111ae4a2a324 100644 --- a/core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php +++ b/core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php @@ -24,7 +24,7 @@ class DisplayKernelTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['block', 'node', 'field', 'user']; + protected static $modules = ['block', 'node', 'field', 'user']; /** * Views plugin types to test. diff --git a/core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php b/core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php index 07dff07dfd14..ab18fe1f1f28 100644 --- a/core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php +++ b/core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php @@ -31,7 +31,7 @@ class DisplayPageTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['system', 'user', 'field', 'views_test_data']; + protected static $modules = ['system', 'user', 'field', 'views_test_data']; /** * The router dumper to get all routes. diff --git a/core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php b/core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php index 1847861be390..f6459aa6e0f1 100644 --- a/core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php +++ b/core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php @@ -23,7 +23,7 @@ class ExposedFormRenderTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Kernel/Plugin/PagerKernelTest.php b/core/modules/views/tests/src/Kernel/Plugin/PagerKernelTest.php index f6ddcc82246a..d4e53dbc2a6c 100644 --- a/core/modules/views/tests/src/Kernel/Plugin/PagerKernelTest.php +++ b/core/modules/views/tests/src/Kernel/Plugin/PagerKernelTest.php @@ -21,7 +21,7 @@ class PagerKernelTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['user', 'node']; + protected static $modules = ['user', 'node']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php b/core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php index 191024e4701e..ecb90a7f3f3e 100644 --- a/core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php +++ b/core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php @@ -18,7 +18,7 @@ abstract class RelationshipJoinTestBase extends PluginKernelTestBase { * * @var array */ - public static $modules = ['system', 'user', 'field']; + protected static $modules = ['system', 'user', 'field']; /** * @var \Drupal\user\Entity\User diff --git a/core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php b/core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php index 24772b916071..81ec0ac8bb8a 100644 --- a/core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php +++ b/core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php @@ -21,7 +21,7 @@ class RowEntityTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['taxonomy', 'text', 'filter', 'field', 'system', 'node', 'user']; + protected static $modules = ['taxonomy', 'text', 'filter', 'field', 'system', 'node', 'user']; /** * Views used by this test. diff --git a/core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php b/core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php index 3f1a2fbf5b54..a8fdcd3a7055 100644 --- a/core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php +++ b/core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php @@ -24,7 +24,7 @@ class RowRenderCacheTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['user', 'node']; + protected static $modules = ['user', 'node']; /** * Views used by this test. diff --git a/core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php b/core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php index ff701541846a..f2b6ee75809f 100644 --- a/core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php +++ b/core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php @@ -21,7 +21,7 @@ class RssFieldsTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'field', 'text', 'filter']; + protected static $modules = ['node', 'field', 'text', 'filter']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php b/core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php index 2c29a1c92191..4fd1b302a5a0 100644 --- a/core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php +++ b/core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php @@ -19,7 +19,7 @@ class SqlEntityLoadingTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'user']; + protected static $modules = ['node', 'user']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Kernel/Plugin/StyleMappingTest.php b/core/modules/views/tests/src/Kernel/Plugin/StyleMappingTest.php index 353a258bc951..2a359d2c1877 100644 --- a/core/modules/views/tests/src/Kernel/Plugin/StyleMappingTest.php +++ b/core/modules/views/tests/src/Kernel/Plugin/StyleMappingTest.php @@ -13,7 +13,7 @@ */ class StyleMappingTest extends StyleTestBase { - public static $modules = ['system']; + protected static $modules = ['system']; /** * Views used by this test. diff --git a/core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php b/core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php index a6e7ed62563a..12203f70d41e 100644 --- a/core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php +++ b/core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php @@ -19,7 +19,7 @@ class ViewsBlockTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['block', 'block_test_views']; + protected static $modules = ['block', 'block_test_views']; /** * Views used by this test. diff --git a/core/modules/views/tests/src/Kernel/QueryGroupByTest.php b/core/modules/views/tests/src/Kernel/QueryGroupByTest.php index 63d62ba3db1c..49eb1083ec4e 100644 --- a/core/modules/views/tests/src/Kernel/QueryGroupByTest.php +++ b/core/modules/views/tests/src/Kernel/QueryGroupByTest.php @@ -28,7 +28,7 @@ class QueryGroupByTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['entity_test', 'system', 'field', 'user', 'language']; + protected static $modules = ['entity_test', 'system', 'field', 'user', 'language']; /** * The storage for the test entity type. diff --git a/core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php b/core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php index 043dc8c2476c..b4b9c82218c1 100644 --- a/core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php +++ b/core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php @@ -27,7 +27,7 @@ class RenderCacheIntegrationTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test', 'user', 'node']; + protected static $modules = ['entity_test', 'user', 'node']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Kernel/TestViewsTest.php b/core/modules/views/tests/src/Kernel/TestViewsTest.php index dcd1859be345..1b21dfeaf815 100644 --- a/core/modules/views/tests/src/Kernel/TestViewsTest.php +++ b/core/modules/views/tests/src/Kernel/TestViewsTest.php @@ -22,7 +22,7 @@ class TestViewsTest extends KernelTestBase { * * @var array */ - public static $modules = ['views_test_data']; + protected static $modules = ['views_test_data']; /** * Tests default configuration data type. diff --git a/core/modules/views/tests/src/Kernel/TokenReplaceTest.php b/core/modules/views/tests/src/Kernel/TokenReplaceTest.php index c96534744a42..bfb6b42a2a15 100644 --- a/core/modules/views/tests/src/Kernel/TokenReplaceTest.php +++ b/core/modules/views/tests/src/Kernel/TokenReplaceTest.php @@ -13,7 +13,7 @@ */ class TokenReplaceTest extends ViewsKernelTestBase { - public static $modules = ['system']; + protected static $modules = ['system']; /** * Views used by this test. diff --git a/core/modules/views/tests/src/Kernel/ViewExecutableTest.php b/core/modules/views/tests/src/Kernel/ViewExecutableTest.php index 1c32786b8a29..d0169a88a23b 100644 --- a/core/modules/views/tests/src/Kernel/ViewExecutableTest.php +++ b/core/modules/views/tests/src/Kernel/ViewExecutableTest.php @@ -33,7 +33,7 @@ class ViewExecutableTest extends ViewsKernelTestBase { use CommentTestTrait; - public static $modules = ['system', 'node', 'comment', 'user', 'filter', 'field', 'text']; + protected static $modules = ['system', 'node', 'comment', 'user', 'filter', 'field', 'text']; /** * Views used by this test. diff --git a/core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php b/core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php index 54a4739643a7..d70cf79490af 100644 --- a/core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php +++ b/core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php @@ -18,7 +18,7 @@ class ViewsConfigDependenciesIntegrationTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['field', 'file', 'image', 'entity_test', 'user', 'text']; + protected static $modules = ['field', 'file', 'image', 'entity_test', 'user', 'text']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php b/core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php index 3f2cf3bae674..d1a294ac1f1f 100644 --- a/core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php +++ b/core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php @@ -28,7 +28,7 @@ abstract class ViewsKernelTestBase extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['path_alias', 'system', 'views', 'views_test_config', 'views_test_data', 'user']; + protected static $modules = ['path_alias', 'system', 'views', 'views_test_config', 'views_test_data', 'user']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php b/core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php index df2e6e55e641..35d5b62bc9cc 100644 --- a/core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php +++ b/core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php @@ -20,7 +20,7 @@ class ViewsPreprocessTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test', 'user', 'node']; + protected static $modules = ['entity_test', 'user', 'node']; /** * {@inheritdoc} diff --git a/core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php b/core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php index 4cacf73a8f85..b83acbd95a5f 100644 --- a/core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php +++ b/core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php @@ -20,7 +20,7 @@ class WizardPluginBaseKernelTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['language', 'system', 'user', 'views_ui']; + protected static $modules = ['language', 'system', 'user', 'views_ui']; /** * Contains thw wizard plugin manager. diff --git a/core/modules/views_ui/tests/src/Functional/AnalyzeTest.php b/core/modules/views_ui/tests/src/Functional/AnalyzeTest.php index 2ad5adc5f279..2fc462e60ba7 100644 --- a/core/modules/views_ui/tests/src/Functional/AnalyzeTest.php +++ b/core/modules/views_ui/tests/src/Functional/AnalyzeTest.php @@ -14,7 +14,7 @@ class AnalyzeTest extends UITestBase { * * @var array */ - public static $modules = ['views_ui']; + protected static $modules = ['views_ui']; /** * {@inheritdoc} diff --git a/core/modules/views_ui/tests/src/Functional/AreaEntityUITest.php b/core/modules/views_ui/tests/src/Functional/AreaEntityUITest.php index 305315c8027e..2d7b966a6d9e 100644 --- a/core/modules/views_ui/tests/src/Functional/AreaEntityUITest.php +++ b/core/modules/views_ui/tests/src/Functional/AreaEntityUITest.php @@ -17,7 +17,7 @@ class AreaEntityUITest extends UITestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test']; + protected static $modules = ['entity_test']; /** * {@inheritdoc} diff --git a/core/modules/views_ui/tests/src/Functional/DisplayCRUDTest.php b/core/modules/views_ui/tests/src/Functional/DisplayCRUDTest.php index 83e43f9987ed..7bdce08fefe8 100644 --- a/core/modules/views_ui/tests/src/Functional/DisplayCRUDTest.php +++ b/core/modules/views_ui/tests/src/Functional/DisplayCRUDTest.php @@ -23,7 +23,7 @@ class DisplayCRUDTest extends UITestBase { * * @var array */ - public static $modules = ['contextual']; + protected static $modules = ['contextual']; /** * {@inheritdoc} diff --git a/core/modules/views_ui/tests/src/Functional/DisplayFeedTest.php b/core/modules/views_ui/tests/src/Functional/DisplayFeedTest.php index 8394193df06e..1aa4b1dfe45b 100644 --- a/core/modules/views_ui/tests/src/Functional/DisplayFeedTest.php +++ b/core/modules/views_ui/tests/src/Functional/DisplayFeedTest.php @@ -22,7 +22,7 @@ class DisplayFeedTest extends UITestBase { * * @var array */ - public static $modules = ['views_ui', 'aggregator']; + protected static $modules = ['views_ui', 'aggregator']; /** * {@inheritdoc} diff --git a/core/modules/views_ui/tests/src/Functional/DisplayPathTest.php b/core/modules/views_ui/tests/src/Functional/DisplayPathTest.php index 7dc2567a1fcb..991d2af3694f 100644 --- a/core/modules/views_ui/tests/src/Functional/DisplayPathTest.php +++ b/core/modules/views_ui/tests/src/Functional/DisplayPathTest.php @@ -25,7 +25,7 @@ protected function setUp($import_test_views = TRUE): void { /** * {@inheritdoc} */ - public static $modules = ['menu_ui']; + protected static $modules = ['menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/views_ui/tests/src/Functional/DisplayTest.php b/core/modules/views_ui/tests/src/Functional/DisplayTest.php index d2b03327eb0c..de7824a3f332 100644 --- a/core/modules/views_ui/tests/src/Functional/DisplayTest.php +++ b/core/modules/views_ui/tests/src/Functional/DisplayTest.php @@ -25,7 +25,7 @@ class DisplayTest extends UITestBase { * * @var array */ - public static $modules = ['contextual']; + protected static $modules = ['contextual']; /** * {@inheritdoc} diff --git a/core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php b/core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php index ceda35161c19..bdfb2f0bf739 100644 --- a/core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php +++ b/core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php @@ -21,7 +21,7 @@ class ExposedFormUITest extends UITestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'views_ui', 'block', 'taxonomy', 'field_ui', 'datetime']; + protected static $modules = ['node', 'views_ui', 'block', 'taxonomy', 'field_ui', 'datetime']; /** * {@inheritdoc} diff --git a/core/modules/views_ui/tests/src/Functional/FilterUITest.php b/core/modules/views_ui/tests/src/Functional/FilterUITest.php index 0cfc0166ff33..651ede4d2566 100644 --- a/core/modules/views_ui/tests/src/Functional/FilterUITest.php +++ b/core/modules/views_ui/tests/src/Functional/FilterUITest.php @@ -22,7 +22,7 @@ class FilterUITest extends UITestBase { * * @var array */ - public static $modules = ['views_ui', 'node']; + protected static $modules = ['views_ui', 'node']; /** * {@inheritdoc} diff --git a/core/modules/views_ui/tests/src/Functional/HandlerTest.php b/core/modules/views_ui/tests/src/Functional/HandlerTest.php index eae97ec66419..706889eeaa16 100644 --- a/core/modules/views_ui/tests/src/Functional/HandlerTest.php +++ b/core/modules/views_ui/tests/src/Functional/HandlerTest.php @@ -19,7 +19,7 @@ class HandlerTest extends UITestBase { /** * {@inheritdoc} */ - public static $modules = ['node_test_views']; + protected static $modules = ['node_test_views']; /** * {@inheritdoc} diff --git a/core/modules/views_ui/tests/src/Functional/NewViewConfigSchemaTest.php b/core/modules/views_ui/tests/src/Functional/NewViewConfigSchemaTest.php index 58b0bdfdd938..f01ba9d619d0 100644 --- a/core/modules/views_ui/tests/src/Functional/NewViewConfigSchemaTest.php +++ b/core/modules/views_ui/tests/src/Functional/NewViewConfigSchemaTest.php @@ -14,7 +14,7 @@ class NewViewConfigSchemaTest extends UITestBase { * * @var array */ - public static $modules = ['views_ui', 'node', 'comment', 'file', 'taxonomy', 'dblog', 'aggregator']; + protected static $modules = ['views_ui', 'node', 'comment', 'file', 'taxonomy', 'dblog', 'aggregator']; /** * {@inheritdoc} diff --git a/core/modules/views_ui/tests/src/Functional/ReportFieldsTest.php b/core/modules/views_ui/tests/src/Functional/ReportFieldsTest.php index 840e91f62106..6dd8003a1e8b 100644 --- a/core/modules/views_ui/tests/src/Functional/ReportFieldsTest.php +++ b/core/modules/views_ui/tests/src/Functional/ReportFieldsTest.php @@ -25,7 +25,7 @@ class ReportFieldsTest extends UITestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test']; + protected static $modules = ['entity_test']; /** * Tests the Views fields report page. diff --git a/core/modules/views_ui/tests/src/Functional/ReportTest.php b/core/modules/views_ui/tests/src/Functional/ReportTest.php index 5322e0108473..4d2326487b31 100644 --- a/core/modules/views_ui/tests/src/Functional/ReportTest.php +++ b/core/modules/views_ui/tests/src/Functional/ReportTest.php @@ -14,7 +14,7 @@ class ReportTest extends UITestBase { * * @var array */ - public static $modules = ['views', 'views_ui']; + protected static $modules = ['views', 'views_ui']; /** * {@inheritdoc} diff --git a/core/modules/views_ui/tests/src/Functional/StorageTest.php b/core/modules/views_ui/tests/src/Functional/StorageTest.php index 86708a93028a..a7a5b55423c0 100644 --- a/core/modules/views_ui/tests/src/Functional/StorageTest.php +++ b/core/modules/views_ui/tests/src/Functional/StorageTest.php @@ -30,7 +30,7 @@ class StorageTest extends UITestBase { * * @var array */ - public static $modules = ['views_ui', 'language']; + protected static $modules = ['views_ui', 'language']; /** * Tests changing label, description and tag. diff --git a/core/modules/views_ui/tests/src/Functional/TokenizeAreaUITest.php b/core/modules/views_ui/tests/src/Functional/TokenizeAreaUITest.php index 3a8bea6fae07..922c2471770a 100644 --- a/core/modules/views_ui/tests/src/Functional/TokenizeAreaUITest.php +++ b/core/modules/views_ui/tests/src/Functional/TokenizeAreaUITest.php @@ -16,7 +16,7 @@ class TokenizeAreaUITest extends UITestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test']; + protected static $modules = ['entity_test']; /** * {@inheritdoc} diff --git a/core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php b/core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php index dcefdf1bdffc..c99c9b71f960 100644 --- a/core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php +++ b/core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php @@ -16,7 +16,7 @@ class TranslatedViewTest extends UITestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'config_translation', 'views_ui', ]; diff --git a/core/modules/views_ui/tests/src/Functional/UITestBase.php b/core/modules/views_ui/tests/src/Functional/UITestBase.php index 7cbb312ff6f7..9f87ed948d78 100644 --- a/core/modules/views_ui/tests/src/Functional/UITestBase.php +++ b/core/modules/views_ui/tests/src/Functional/UITestBase.php @@ -28,7 +28,7 @@ abstract class UITestBase extends ViewTestBase { * * @var array */ - public static $modules = ['node', 'views_ui', 'block', 'taxonomy']; + protected static $modules = ['node', 'views_ui', 'block', 'taxonomy']; /** * {@inheritdoc} diff --git a/core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php b/core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php index d6f20563c5b0..5a5e4a5b29f5 100644 --- a/core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php +++ b/core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php @@ -31,7 +31,7 @@ class UnsavedPreviewTest extends UITestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'views_ui']; + protected static $modules = ['node', 'views_ui']; /** * Sets up a Drupal site for running functional and integration tests. diff --git a/core/modules/views_ui/tests/src/Functional/ViewsListTest.php b/core/modules/views_ui/tests/src/Functional/ViewsListTest.php index 525700ca4071..63500d0add4f 100644 --- a/core/modules/views_ui/tests/src/Functional/ViewsListTest.php +++ b/core/modules/views_ui/tests/src/Functional/ViewsListTest.php @@ -17,7 +17,7 @@ class ViewsListTest extends UITestBase { * * @var array */ - public static $modules = ['block', 'views_ui']; + protected static $modules = ['block', 'views_ui']; /** * {@inheritdoc} diff --git a/core/modules/views_ui/tests/src/Functional/ViewsUITourTest.php b/core/modules/views_ui/tests/src/Functional/ViewsUITourTest.php index d45b8da04f31..c7b441d4cf1f 100644 --- a/core/modules/views_ui/tests/src/Functional/ViewsUITourTest.php +++ b/core/modules/views_ui/tests/src/Functional/ViewsUITourTest.php @@ -36,7 +36,7 @@ class ViewsUITourTest extends TourTestBase { * * @var array */ - public static $modules = ['views_ui', 'tour', 'language', 'locale']; + protected static $modules = ['views_ui', 'tour', 'language', 'locale']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/views_ui/tests/src/Functional/XssTest.php b/core/modules/views_ui/tests/src/Functional/XssTest.php index 3e7fc34b14e1..e5257d64f416 100644 --- a/core/modules/views_ui/tests/src/Functional/XssTest.php +++ b/core/modules/views_ui/tests/src/Functional/XssTest.php @@ -14,7 +14,7 @@ class XssTest extends UITestBase { * * @var array */ - public static $modules = ['node', 'user', 'views_ui', 'views_ui_test']; + protected static $modules = ['node', 'user', 'views_ui', 'views_ui_test']; /** * {@inheritdoc} diff --git a/core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php b/core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php index 60a776b862df..197ef2c5c561 100644 --- a/core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php +++ b/core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php @@ -19,7 +19,7 @@ class DisplayTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'block', 'contextual', 'node', diff --git a/core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php b/core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php index 298bf1877cf8..190de4fb4126 100644 --- a/core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php +++ b/core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php @@ -14,7 +14,7 @@ class FilterCriteriaTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'views', 'views_ui']; + protected static $modules = ['node', 'views', 'views_ui']; /** * {@inheritdoc} diff --git a/core/modules/views_ui/tests/src/FunctionalJavascript/FilterOptionsTest.php b/core/modules/views_ui/tests/src/FunctionalJavascript/FilterOptionsTest.php index faf573fe64ef..5f18c59660ad 100644 --- a/core/modules/views_ui/tests/src/FunctionalJavascript/FilterOptionsTest.php +++ b/core/modules/views_ui/tests/src/FunctionalJavascript/FilterOptionsTest.php @@ -14,7 +14,7 @@ class FilterOptionsTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'views', 'views_ui', 'views_ui_test_field']; + protected static $modules = ['node', 'views', 'views_ui', 'views_ui_test_field']; /** * {@inheritdoc} diff --git a/core/modules/views_ui/tests/src/FunctionalJavascript/LibraryCachingTest.php b/core/modules/views_ui/tests/src/FunctionalJavascript/LibraryCachingTest.php index c4e14c63cf29..778e0acab299 100644 --- a/core/modules/views_ui/tests/src/FunctionalJavascript/LibraryCachingTest.php +++ b/core/modules/views_ui/tests/src/FunctionalJavascript/LibraryCachingTest.php @@ -14,7 +14,7 @@ class LibraryCachingTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'views', 'views_ui']; + protected static $modules = ['node', 'views', 'views_ui']; /** * {@inheritdoc} diff --git a/core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php b/core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php index 6510a57c06ab..5ea1c6b7626b 100644 --- a/core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php +++ b/core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php @@ -24,7 +24,7 @@ class PreviewTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'views', 'views_ui', diff --git a/core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php b/core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php index 553f768bb767..f82bd4bbc6da 100644 --- a/core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php +++ b/core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php @@ -15,7 +15,7 @@ class ViewsListingTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'views', 'views_ui']; + protected static $modules = ['node', 'views', 'views_ui']; /** * {@inheritdoc} diff --git a/core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php b/core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php index 0e0e68d1f527..78857ea91578 100644 --- a/core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php +++ b/core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php @@ -15,7 +15,7 @@ class ViewsWizardTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'views', 'views_ui', 'block', 'user']; + protected static $modules = ['node', 'views', 'views_ui', 'block', 'user']; /** * {@inheritdoc} diff --git a/core/modules/views_ui/tests/src/Kernel/TagTest.php b/core/modules/views_ui/tests/src/Kernel/TagTest.php index b54ce0617e9f..b9846ec3b707 100644 --- a/core/modules/views_ui/tests/src/Kernel/TagTest.php +++ b/core/modules/views_ui/tests/src/Kernel/TagTest.php @@ -20,7 +20,7 @@ class TagTest extends ViewsKernelTestBase { * * @var array */ - public static $modules = ['views', 'views_ui', 'user']; + protected static $modules = ['views', 'views_ui', 'user']; /** * Tests the views_ui_autocomplete_tag function. diff --git a/core/modules/workflows/tests/src/Functional/Hal/WorkflowHalJsonAnonTest.php b/core/modules/workflows/tests/src/Functional/Hal/WorkflowHalJsonAnonTest.php index 741970775c11..52f416f7aead 100644 --- a/core/modules/workflows/tests/src/Functional/Hal/WorkflowHalJsonAnonTest.php +++ b/core/modules/workflows/tests/src/Functional/Hal/WorkflowHalJsonAnonTest.php @@ -15,7 +15,7 @@ class WorkflowHalJsonAnonTest extends WorkflowResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/modules/workflows/tests/src/Functional/Hal/WorkflowHalJsonBasicAuthTest.php b/core/modules/workflows/tests/src/Functional/Hal/WorkflowHalJsonBasicAuthTest.php index 2a9c18bf165e..c4b15c266966 100644 --- a/core/modules/workflows/tests/src/Functional/Hal/WorkflowHalJsonBasicAuthTest.php +++ b/core/modules/workflows/tests/src/Functional/Hal/WorkflowHalJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class WorkflowHalJsonBasicAuthTest extends WorkflowHalJsonAnonTest { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonBasicAuthTest.php b/core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonBasicAuthTest.php index 0c979d6d6e2f..34648bf96198 100644 --- a/core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonBasicAuthTest.php +++ b/core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class WorkflowJsonBasicAuthTest extends WorkflowResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/workflows/tests/src/Functional/Rest/WorkflowResourceTestBase.php b/core/modules/workflows/tests/src/Functional/Rest/WorkflowResourceTestBase.php index ce796a4f979a..43c0765f76ac 100644 --- a/core/modules/workflows/tests/src/Functional/Rest/WorkflowResourceTestBase.php +++ b/core/modules/workflows/tests/src/Functional/Rest/WorkflowResourceTestBase.php @@ -13,7 +13,7 @@ abstract class WorkflowResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'workflows', 'workflow_type_test', ]; diff --git a/core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php b/core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php index 0f1bbb721915..4c3550b002b0 100644 --- a/core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php +++ b/core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class WorkflowXmlBasicAuthTest extends WorkflowResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php b/core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php index 312c60b535c6..e01b0d044f8b 100644 --- a/core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php +++ b/core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php @@ -15,7 +15,7 @@ class WorkflowCustomStateTransitionAccessTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'workflows', 'workflow_type_test', ]; diff --git a/core/modules/workflows/tests/src/Functional/WorkflowUiNoTypeTest.php b/core/modules/workflows/tests/src/Functional/WorkflowUiNoTypeTest.php index 53d39e1ce970..298c0002c3b4 100644 --- a/core/modules/workflows/tests/src/Functional/WorkflowUiNoTypeTest.php +++ b/core/modules/workflows/tests/src/Functional/WorkflowUiNoTypeTest.php @@ -17,7 +17,7 @@ class WorkflowUiNoTypeTest extends BrowserTestBase { * * @var array */ - public static $modules = ['workflows', 'block']; + protected static $modules = ['workflows', 'block']; /** * {@inheritdoc} diff --git a/core/modules/workflows/tests/src/Functional/WorkflowUiTest.php b/core/modules/workflows/tests/src/Functional/WorkflowUiTest.php index 1271338614da..0b32d35c8e7a 100644 --- a/core/modules/workflows/tests/src/Functional/WorkflowUiTest.php +++ b/core/modules/workflows/tests/src/Functional/WorkflowUiTest.php @@ -18,7 +18,7 @@ class WorkflowUiTest extends BrowserTestBase { * * @var array */ - public static $modules = ['workflows', 'workflow_type_test', 'block']; + protected static $modules = ['workflows', 'workflow_type_test', 'block']; /** * {@inheritdoc} diff --git a/core/modules/workflows/tests/src/Kernel/ComplexWorkflowTypeTest.php b/core/modules/workflows/tests/src/Kernel/ComplexWorkflowTypeTest.php index 15d27286ca20..501675da890a 100644 --- a/core/modules/workflows/tests/src/Kernel/ComplexWorkflowTypeTest.php +++ b/core/modules/workflows/tests/src/Kernel/ComplexWorkflowTypeTest.php @@ -17,7 +17,7 @@ class ComplexWorkflowTypeTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['workflows', 'workflow_type_test']; + protected static $modules = ['workflows', 'workflow_type_test']; /** * @covers \Drupal\workflows\Entity\Workflow::loadMultipleByType diff --git a/core/modules/workflows/tests/src/Kernel/PredefinedWorkflowTypeTest.php b/core/modules/workflows/tests/src/Kernel/PredefinedWorkflowTypeTest.php index f3f0b5768bc2..2f294fd915b9 100644 --- a/core/modules/workflows/tests/src/Kernel/PredefinedWorkflowTypeTest.php +++ b/core/modules/workflows/tests/src/Kernel/PredefinedWorkflowTypeTest.php @@ -15,7 +15,7 @@ class PredefinedWorkflowTypeTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['workflows', 'workflow_type_test']; + protected static $modules = ['workflows', 'workflow_type_test']; /** * Test a predefined workflow type. diff --git a/core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php b/core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php index 0a44e3d9bf40..3116613cc566 100644 --- a/core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php +++ b/core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php @@ -18,7 +18,7 @@ class RequiredStatesTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['workflows', 'workflow_type_test']; + protected static $modules = ['workflows', 'workflow_type_test']; /** * @covers ::getRequiredStates diff --git a/core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php b/core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php index 74d6343aa3ce..6111bac79ca5 100644 --- a/core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php +++ b/core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php @@ -20,7 +20,7 @@ class WorkflowAccessControlHandlerTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'workflows', 'workflow_type_test', 'system', diff --git a/core/modules/workflows/tests/src/Kernel/WorkflowDependenciesTest.php b/core/modules/workflows/tests/src/Kernel/WorkflowDependenciesTest.php index c1070dc53c9a..bc6d270d7026 100644 --- a/core/modules/workflows/tests/src/Kernel/WorkflowDependenciesTest.php +++ b/core/modules/workflows/tests/src/Kernel/WorkflowDependenciesTest.php @@ -17,7 +17,7 @@ class WorkflowDependenciesTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'workflows', 'workflow_type_test', 'workflow_third_party_settings_test']; + protected static $modules = ['system', 'workflows', 'workflow_type_test', 'workflow_third_party_settings_test']; /** * Tests \Drupal\workflows\Entity\Workflow::onDependencyRemoval(). diff --git a/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonBasicAuthTest.php b/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonBasicAuthTest.php index c8721232eb92..29cfca9bd762 100644 --- a/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonBasicAuthTest.php +++ b/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonBasicAuthTest.php @@ -16,7 +16,7 @@ class WorkspaceJsonBasicAuthTest extends WorkspaceResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php b/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php index 0ddbe9960293..031f8c6ae22d 100644 --- a/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php +++ b/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php @@ -14,7 +14,7 @@ abstract class WorkspaceResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['workspaces']; + protected static $modules = ['workspaces']; /** * {@inheritdoc} diff --git a/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlBasicAuthTest.php b/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlBasicAuthTest.php index 8ba105cb82fc..03ba901dfc80 100644 --- a/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlBasicAuthTest.php +++ b/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlBasicAuthTest.php @@ -18,7 +18,7 @@ class WorkspaceXmlBasicAuthTest extends WorkspaceResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/modules/workspaces/tests/src/Functional/WorkspaceBypassTest.php b/core/modules/workspaces/tests/src/Functional/WorkspaceBypassTest.php index ce5aeceeb00e..f8b6bee45697 100644 --- a/core/modules/workspaces/tests/src/Functional/WorkspaceBypassTest.php +++ b/core/modules/workspaces/tests/src/Functional/WorkspaceBypassTest.php @@ -18,7 +18,7 @@ class WorkspaceBypassTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'user', 'block', 'workspaces']; + protected static $modules = ['node', 'user', 'block', 'workspaces']; /** * {@inheritdoc} diff --git a/core/modules/workspaces/tests/src/Functional/WorkspaceCacheContextTest.php b/core/modules/workspaces/tests/src/Functional/WorkspaceCacheContextTest.php index aabffbb7132c..91b3977ffd95 100644 --- a/core/modules/workspaces/tests/src/Functional/WorkspaceCacheContextTest.php +++ b/core/modules/workspaces/tests/src/Functional/WorkspaceCacheContextTest.php @@ -20,7 +20,7 @@ class WorkspaceCacheContextTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['block', 'node', 'workspaces']; + protected static $modules = ['block', 'node', 'workspaces']; /** * {@inheritdoc} diff --git a/core/modules/workspaces/tests/src/Functional/WorkspaceConcurrentEditingTest.php b/core/modules/workspaces/tests/src/Functional/WorkspaceConcurrentEditingTest.php index 6b53ae4109b2..aa8d415b8bb1 100644 --- a/core/modules/workspaces/tests/src/Functional/WorkspaceConcurrentEditingTest.php +++ b/core/modules/workspaces/tests/src/Functional/WorkspaceConcurrentEditingTest.php @@ -16,7 +16,7 @@ class WorkspaceConcurrentEditingTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['block', 'node', 'workspaces']; + protected static $modules = ['block', 'node', 'workspaces']; /** * {@inheritdoc} diff --git a/core/modules/workspaces/tests/src/Functional/WorkspacePermissionsTest.php b/core/modules/workspaces/tests/src/Functional/WorkspacePermissionsTest.php index 99d2b0aaf409..7d0a3175a5df 100644 --- a/core/modules/workspaces/tests/src/Functional/WorkspacePermissionsTest.php +++ b/core/modules/workspaces/tests/src/Functional/WorkspacePermissionsTest.php @@ -17,7 +17,7 @@ class WorkspacePermissionsTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['workspaces']; + protected static $modules = ['workspaces']; /** * {@inheritdoc} diff --git a/core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php b/core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php index e53478809d6e..dab04abc64c2 100644 --- a/core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php +++ b/core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php @@ -18,7 +18,7 @@ class WorkspaceSwitcherTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['block', 'workspaces']; + protected static $modules = ['block', 'workspaces']; /** * {@inheritdoc} diff --git a/core/modules/workspaces/tests/src/Functional/WorkspaceTest.php b/core/modules/workspaces/tests/src/Functional/WorkspaceTest.php index 631f73502f1f..4490d7ee25aa 100644 --- a/core/modules/workspaces/tests/src/Functional/WorkspaceTest.php +++ b/core/modules/workspaces/tests/src/Functional/WorkspaceTest.php @@ -16,7 +16,7 @@ class WorkspaceTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['workspaces', 'toolbar', 'field_ui']; + protected static $modules = ['workspaces', 'toolbar', 'field_ui']; /** * {@inheritdoc} diff --git a/core/modules/workspaces/tests/src/Functional/WorkspaceViewTest.php b/core/modules/workspaces/tests/src/Functional/WorkspaceViewTest.php index 7468511990a2..36e316b68d19 100644 --- a/core/modules/workspaces/tests/src/Functional/WorkspaceViewTest.php +++ b/core/modules/workspaces/tests/src/Functional/WorkspaceViewTest.php @@ -17,7 +17,7 @@ class WorkspaceViewTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['workspaces']; + protected static $modules = ['workspaces']; /** * {@inheritdoc} diff --git a/core/modules/workspaces/tests/src/Functional/WorkspacesUninstallTest.php b/core/modules/workspaces/tests/src/Functional/WorkspacesUninstallTest.php index bc3e069f6676..015a4950b362 100644 --- a/core/modules/workspaces/tests/src/Functional/WorkspacesUninstallTest.php +++ b/core/modules/workspaces/tests/src/Functional/WorkspacesUninstallTest.php @@ -19,7 +19,7 @@ class WorkspacesUninstallTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['workspaces']; + protected static $modules = ['workspaces']; /** * {@inheritdoc} diff --git a/core/modules/workspaces/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php b/core/modules/workspaces/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php index da012072644d..5655fd7b9b8b 100644 --- a/core/modules/workspaces/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php +++ b/core/modules/workspaces/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php @@ -14,7 +14,7 @@ class WorkspaceToolbarIntegrationTest extends OffCanvasTestBase { /** * {@inheritdoc} */ - public static $modules = ['toolbar', 'workspaces']; + protected static $modules = ['toolbar', 'workspaces']; /** * {@inheritdoc} diff --git a/core/modules/workspaces/tests/src/Kernel/WorkspaceCRUDTest.php b/core/modules/workspaces/tests/src/Kernel/WorkspaceCRUDTest.php index d78bd82feeda..75bfdc013556 100644 --- a/core/modules/workspaces/tests/src/Kernel/WorkspaceCRUDTest.php +++ b/core/modules/workspaces/tests/src/Kernel/WorkspaceCRUDTest.php @@ -45,7 +45,7 @@ class WorkspaceCRUDTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'user', 'system', 'workspaces', diff --git a/core/profiles/testing/modules/drupal_system_listing_compatible_test/tests/src/Kernel/SystemListingCrossProfileCompatibleTest.php b/core/profiles/testing/modules/drupal_system_listing_compatible_test/tests/src/Kernel/SystemListingCrossProfileCompatibleTest.php index da6793db65b8..e20f39e2fdf3 100644 --- a/core/profiles/testing/modules/drupal_system_listing_compatible_test/tests/src/Kernel/SystemListingCrossProfileCompatibleTest.php +++ b/core/profiles/testing/modules/drupal_system_listing_compatible_test/tests/src/Kernel/SystemListingCrossProfileCompatibleTest.php @@ -20,7 +20,7 @@ class SystemListingCrossProfileCompatibleTest extends KernelTestBase { * * @var array */ - public static $modules = ['drupal_system_cross_profile_test']; + protected static $modules = ['drupal_system_cross_profile_test']; /** * Use the Minimal profile. diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php index 26e2343601bd..d9716ac948cb 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php @@ -14,7 +14,7 @@ class AjaxCallbacksTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['ajax_forms_test']; + protected static $modules = ['ajax_forms_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php index 00f01d751450..d3283c0778d8 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php @@ -17,7 +17,7 @@ class AjaxFormCacheTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['ajax_test', 'ajax_forms_test']; + protected static $modules = ['ajax_test', 'ajax_forms_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php index 64034733cea4..dbac3213156c 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php @@ -14,7 +14,7 @@ class AjaxFormImageButtonTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['ajax_forms_test']; + protected static $modules = ['ajax_forms_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php index 844e394cd7aa..7cab905c0d10 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php @@ -14,7 +14,7 @@ class AjaxFormPageCacheTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['ajax_test', 'ajax_forms_test']; + protected static $modules = ['ajax_test', 'ajax_forms_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php index c8b784d48c11..253f18e934f3 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php @@ -14,7 +14,7 @@ class AjaxTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['ajax_test']; + protected static $modules = ['ajax_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/BackwardCompatibilityTest.php b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/BackwardCompatibilityTest.php index 4c2b94d9ed6d..b00bf1343f4c 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/BackwardCompatibilityTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/BackwardCompatibilityTest.php @@ -14,7 +14,7 @@ class BackwardCompatibilityTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'js_ajax_test', ]; diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/CommandsTest.php b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/CommandsTest.php index 143c2161be8e..11e318551755 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/CommandsTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/CommandsTest.php @@ -14,7 +14,7 @@ class CommandsTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'ajax_test', 'ajax_forms_test']; + protected static $modules = ['node', 'ajax_test', 'ajax_forms_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/ElementValidationTest.php b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/ElementValidationTest.php index ad85e98b2a09..e2a7898d92e2 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/ElementValidationTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/ElementValidationTest.php @@ -14,7 +14,7 @@ class ElementValidationTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['ajax_test', 'ajax_forms_test']; + protected static $modules = ['ajax_test', 'ajax_forms_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php index 548e067c616a..1ba7b6a60307 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php @@ -14,7 +14,7 @@ class FormValuesTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'ajax_test', 'ajax_forms_test']; + protected static $modules = ['node', 'ajax_test', 'ajax_forms_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/MultiFormTest.php b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/MultiFormTest.php index 54343f1f7a13..e6b525fa3438 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/MultiFormTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/MultiFormTest.php @@ -19,7 +19,7 @@ class MultiFormTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'form_test']; + protected static $modules = ['node', 'form_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/ThrobberTest.php b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/ThrobberTest.php index b7ab84d1e32a..610c00dacafd 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/ThrobberTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/ThrobberTest.php @@ -14,7 +14,7 @@ class ThrobberTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'node', 'views', 'views_ui', diff --git a/core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php b/core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php index c8f2df239199..2372faceb772 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php @@ -17,7 +17,7 @@ class BrowserWithJavascriptTest extends WebDriverTestBase { * * @var array */ - public static $modules = ['test_page_test']; + protected static $modules = ['test_page_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php b/core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php index 6ced6ba51a3d..e4cfcb9bec23 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php @@ -16,7 +16,7 @@ class FormGroupingElementsTest extends WebDriverTestBase { * * @var array */ - public static $modules = ['form_test']; + protected static $modules = ['form_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php b/core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php index cfea77218616..f83bea8afcb0 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php @@ -15,7 +15,7 @@ class JsMessageTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['js_message_test']; + protected static $modules = ['js_message_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php b/core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php index 1f6c16675277..6782a23f8874 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php @@ -19,7 +19,7 @@ class MachineNameTest extends WebDriverTestBase { * * @var array */ - public static $modules = ['node', 'form_test']; + protected static $modules = ['node', 'form_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php b/core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php index 94a4f8f33184..53a54e3c7d22 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php @@ -15,7 +15,7 @@ class SessionTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['menu_link_content', 'block']; + protected static $modules = ['menu_link_content', 'block']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php b/core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php index 280682341a54..bf1f44bc1aae 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php @@ -14,7 +14,7 @@ class DialogPositionTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['block']; + protected static $modules = ['block']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalJavascriptTests/EntityReference/EntityReferenceAutocompleteWidgetTest.php b/core/tests/Drupal/FunctionalJavascriptTests/EntityReference/EntityReferenceAutocompleteWidgetTest.php index 23619cddc85c..d827c2b15d66 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/EntityReference/EntityReferenceAutocompleteWidgetTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/EntityReference/EntityReferenceAutocompleteWidgetTest.php @@ -21,7 +21,7 @@ class EntityReferenceAutocompleteWidgetTest extends WebDriverTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'field_ui']; + protected static $modules = ['node', 'field_ui']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php b/core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php index ff9032427f6e..f7efb0a6c5d3 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php @@ -10,7 +10,7 @@ */ class JavascriptDeprecationTest extends WebDriverTestBase { - public static $modules = ['js_deprecation_test']; + protected static $modules = ['js_deprecation_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php b/core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php index 14deebe63b76..32e5159336fc 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php @@ -18,7 +18,7 @@ class JSWebAssertTest extends WebDriverTestBase { * * @var array */ - public static $modules = ['js_webassert_test']; + protected static $modules = ['js_webassert_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroBlockFilterTest.php b/core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroBlockFilterTest.php index feccf9392633..3e29ae401128 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroBlockFilterTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroBlockFilterTest.php @@ -22,7 +22,7 @@ class ClaroBlockFilterTest extends BlockFilterTest { * * @var string[] */ - public static $modules = ['shortcut']; + protected static $modules = ['shortcut']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php b/core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php index 67c420bd8edb..c672669223d3 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php @@ -22,7 +22,7 @@ class ClaroEntityDisplayTest extends EntityDisplayTest { * * @var string[] */ - public static $modules = ['shortcut']; + protected static $modules = ['shortcut']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php b/core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php index f9b7bff36253..15ebda78b9a3 100644 --- a/core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php +++ b/core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php @@ -38,7 +38,7 @@ class UncaughtExceptionTest extends BrowserTestBase { * * @var array */ - public static $modules = ['error_service_test', 'error_test']; + protected static $modules = ['error_service_test', 'error_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Breadcrumb/Breadcrumb404Test.php b/core/tests/Drupal/FunctionalTests/Breadcrumb/Breadcrumb404Test.php index ef06f3a3fc37..7c069f447341 100644 --- a/core/tests/Drupal/FunctionalTests/Breadcrumb/Breadcrumb404Test.php +++ b/core/tests/Drupal/FunctionalTests/Breadcrumb/Breadcrumb404Test.php @@ -17,7 +17,7 @@ class Breadcrumb404Test extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'block']; + protected static $modules = ['system', 'block']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php b/core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php index de05572d8da7..ab558a998b50 100644 --- a/core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php +++ b/core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php @@ -24,7 +24,7 @@ class BrowserTestBaseTest extends BrowserTestBase { * * @var array */ - public static $modules = ['test_page_test', 'form_test', 'system_test', 'node']; + protected static $modules = ['test_page_test', 'form_test', 'system_test', 'node']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php b/core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php index b0061f4f7bfb..a5ab1e8ae5e6 100644 --- a/core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php +++ b/core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php @@ -17,7 +17,7 @@ class SchemaConfigListenerTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['config_test']; + protected static $modules = ['config_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Core/Test/AssertLegacyTraitDeprecatedTest.php b/core/tests/Drupal/FunctionalTests/Core/Test/AssertLegacyTraitDeprecatedTest.php index 4254711ed256..8bcacec7a7ba 100644 --- a/core/tests/Drupal/FunctionalTests/Core/Test/AssertLegacyTraitDeprecatedTest.php +++ b/core/tests/Drupal/FunctionalTests/Core/Test/AssertLegacyTraitDeprecatedTest.php @@ -17,7 +17,7 @@ class AssertLegacyTraitDeprecatedTest extends BrowserTestBase { * * @var array */ - public static $modules = ['form_test']; + protected static $modules = ['form_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Core/Test/ModuleInstallBatchTest.php b/core/tests/Drupal/FunctionalTests/Core/Test/ModuleInstallBatchTest.php index dc02499d5138..a26b06c14b2a 100644 --- a/core/tests/Drupal/FunctionalTests/Core/Test/ModuleInstallBatchTest.php +++ b/core/tests/Drupal/FunctionalTests/Core/Test/ModuleInstallBatchTest.php @@ -23,7 +23,7 @@ class ModuleInstallBatchTest extends BrowserTestBase { * * @var array */ - public static $modules = ['test_batch_test', 'entity_test']; + protected static $modules = ['test_batch_test', 'entity_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Datetime/TimestampAgoFormatterTest.php b/core/tests/Drupal/FunctionalTests/Datetime/TimestampAgoFormatterTest.php index 23627200785d..09be7ad58ee3 100644 --- a/core/tests/Drupal/FunctionalTests/Datetime/TimestampAgoFormatterTest.php +++ b/core/tests/Drupal/FunctionalTests/Datetime/TimestampAgoFormatterTest.php @@ -39,7 +39,7 @@ class TimestampAgoFormatterTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test', 'field_ui']; + protected static $modules = ['entity_test', 'field_ui']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Datetime/TimestampTest.php b/core/tests/Drupal/FunctionalTests/Datetime/TimestampTest.php index df5685d9b6bc..3428de115186 100644 --- a/core/tests/Drupal/FunctionalTests/Datetime/TimestampTest.php +++ b/core/tests/Drupal/FunctionalTests/Datetime/TimestampTest.php @@ -41,7 +41,7 @@ class TimestampTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'entity_test', 'field_ui']; + protected static $modules = ['node', 'entity_test', 'field_ui']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php b/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php index 440d922bd81b..41bcc2c3492f 100644 --- a/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php +++ b/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php @@ -31,7 +31,7 @@ class ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest extends B /** * {@inheritdoc} */ - public static $modules = ['entity_test']; + protected static $modules = ['entity_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php b/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php index 8962b158a008..bb691d429ea6 100644 --- a/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php +++ b/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php @@ -48,7 +48,7 @@ class ContentEntityFormFieldValidationFilteringTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test', 'field_test', 'file', 'image']; + protected static $modules = ['entity_test', 'field_test', 'file', 'image']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php b/core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php index 7f811d70db37..65fe583cee12 100644 --- a/core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php +++ b/core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php @@ -29,7 +29,7 @@ class DeleteMultipleFormTest extends BrowserTestBase { * * @var array */ - public static $modules = ['entity_test', 'user', 'language']; + protected static $modules = ['entity_test', 'user', 'language']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Entity/EntityBundleListCacheTest.php b/core/tests/Drupal/FunctionalTests/Entity/EntityBundleListCacheTest.php index 74e23e80873c..e71060bc186c 100644 --- a/core/tests/Drupal/FunctionalTests/Entity/EntityBundleListCacheTest.php +++ b/core/tests/Drupal/FunctionalTests/Entity/EntityBundleListCacheTest.php @@ -22,7 +22,7 @@ class EntityBundleListCacheTest extends BrowserTestBase { * * @var array */ - public static $modules = ['cache_test', 'entity_test']; + protected static $modules = ['cache_test', 'entity_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/FolderTest.php b/core/tests/Drupal/FunctionalTests/FolderTest.php index c977672d3bf6..a8196ebd9255 100644 --- a/core/tests/Drupal/FunctionalTests/FolderTest.php +++ b/core/tests/Drupal/FunctionalTests/FolderTest.php @@ -18,7 +18,7 @@ class FolderTest extends BrowserTestBase { * * @var array */ - public static $modules = ['image']; + protected static $modules = ['image']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Hal/BaseFieldOverrideHalJsonAnonTest.php b/core/tests/Drupal/FunctionalTests/Hal/BaseFieldOverrideHalJsonAnonTest.php index 254103a087a1..1b781ea49104 100644 --- a/core/tests/Drupal/FunctionalTests/Hal/BaseFieldOverrideHalJsonAnonTest.php +++ b/core/tests/Drupal/FunctionalTests/Hal/BaseFieldOverrideHalJsonAnonTest.php @@ -15,7 +15,7 @@ class BaseFieldOverrideHalJsonAnonTest extends BaseFieldOverrideResourceTestBase /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Hal/BaseFieldOverrideHalJsonBasicAuthTest.php b/core/tests/Drupal/FunctionalTests/Hal/BaseFieldOverrideHalJsonBasicAuthTest.php index 3ebdd19b4d3e..4c50b393ddc8 100644 --- a/core/tests/Drupal/FunctionalTests/Hal/BaseFieldOverrideHalJsonBasicAuthTest.php +++ b/core/tests/Drupal/FunctionalTests/Hal/BaseFieldOverrideHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class BaseFieldOverrideHalJsonBasicAuthTest extends BaseFieldOverrideResourceTes /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Hal/BaseFieldOverrideHalJsonCookieTest.php b/core/tests/Drupal/FunctionalTests/Hal/BaseFieldOverrideHalJsonCookieTest.php index c119372abe0c..afa7bfdbe4ea 100644 --- a/core/tests/Drupal/FunctionalTests/Hal/BaseFieldOverrideHalJsonCookieTest.php +++ b/core/tests/Drupal/FunctionalTests/Hal/BaseFieldOverrideHalJsonCookieTest.php @@ -15,7 +15,7 @@ class BaseFieldOverrideHalJsonCookieTest extends BaseFieldOverrideResourceTestBa /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Hal/DateFormatHalJsonAnonTest.php b/core/tests/Drupal/FunctionalTests/Hal/DateFormatHalJsonAnonTest.php index 06bea1c955b1..4b30531c9ed3 100644 --- a/core/tests/Drupal/FunctionalTests/Hal/DateFormatHalJsonAnonTest.php +++ b/core/tests/Drupal/FunctionalTests/Hal/DateFormatHalJsonAnonTest.php @@ -15,7 +15,7 @@ class DateFormatHalJsonAnonTest extends DateFormatResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Hal/DateFormatHalJsonBasicAuthTest.php b/core/tests/Drupal/FunctionalTests/Hal/DateFormatHalJsonBasicAuthTest.php index 106cc6877398..ce1799f6cb6d 100644 --- a/core/tests/Drupal/FunctionalTests/Hal/DateFormatHalJsonBasicAuthTest.php +++ b/core/tests/Drupal/FunctionalTests/Hal/DateFormatHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class DateFormatHalJsonBasicAuthTest extends DateFormatResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Hal/DateFormatHalJsonCookieTest.php b/core/tests/Drupal/FunctionalTests/Hal/DateFormatHalJsonCookieTest.php index 17e01a7f7537..cab859896c5a 100644 --- a/core/tests/Drupal/FunctionalTests/Hal/DateFormatHalJsonCookieTest.php +++ b/core/tests/Drupal/FunctionalTests/Hal/DateFormatHalJsonCookieTest.php @@ -15,7 +15,7 @@ class DateFormatHalJsonCookieTest extends DateFormatResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Hal/EntityFormDisplayHalJsonAnonTest.php b/core/tests/Drupal/FunctionalTests/Hal/EntityFormDisplayHalJsonAnonTest.php index 726971df204c..97aa324e89e1 100644 --- a/core/tests/Drupal/FunctionalTests/Hal/EntityFormDisplayHalJsonAnonTest.php +++ b/core/tests/Drupal/FunctionalTests/Hal/EntityFormDisplayHalJsonAnonTest.php @@ -15,7 +15,7 @@ class EntityFormDisplayHalJsonAnonTest extends EntityFormDisplayResourceTestBase /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Hal/EntityFormDisplayHalJsonBasicAuthTest.php b/core/tests/Drupal/FunctionalTests/Hal/EntityFormDisplayHalJsonBasicAuthTest.php index 4a051751c921..78f5539f3863 100644 --- a/core/tests/Drupal/FunctionalTests/Hal/EntityFormDisplayHalJsonBasicAuthTest.php +++ b/core/tests/Drupal/FunctionalTests/Hal/EntityFormDisplayHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class EntityFormDisplayHalJsonBasicAuthTest extends EntityFormDisplayResourceTes /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Hal/EntityFormDisplayHalJsonCookieTest.php b/core/tests/Drupal/FunctionalTests/Hal/EntityFormDisplayHalJsonCookieTest.php index 1a7aa235fef5..8ff466c05549 100644 --- a/core/tests/Drupal/FunctionalTests/Hal/EntityFormDisplayHalJsonCookieTest.php +++ b/core/tests/Drupal/FunctionalTests/Hal/EntityFormDisplayHalJsonCookieTest.php @@ -15,7 +15,7 @@ class EntityFormDisplayHalJsonCookieTest extends EntityFormDisplayResourceTestBa /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Hal/EntityFormModeHalJsonAnonTest.php b/core/tests/Drupal/FunctionalTests/Hal/EntityFormModeHalJsonAnonTest.php index fb729e522304..2ae1c8e08dd1 100644 --- a/core/tests/Drupal/FunctionalTests/Hal/EntityFormModeHalJsonAnonTest.php +++ b/core/tests/Drupal/FunctionalTests/Hal/EntityFormModeHalJsonAnonTest.php @@ -15,7 +15,7 @@ class EntityFormModeHalJsonAnonTest extends EntityFormModeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Hal/EntityFormModeHalJsonBasicAuthTest.php b/core/tests/Drupal/FunctionalTests/Hal/EntityFormModeHalJsonBasicAuthTest.php index 7cc7e85f91c7..a5500ce4a4a3 100644 --- a/core/tests/Drupal/FunctionalTests/Hal/EntityFormModeHalJsonBasicAuthTest.php +++ b/core/tests/Drupal/FunctionalTests/Hal/EntityFormModeHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class EntityFormModeHalJsonBasicAuthTest extends EntityFormModeResourceTestBase /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Hal/EntityFormModeHalJsonCookieTest.php b/core/tests/Drupal/FunctionalTests/Hal/EntityFormModeHalJsonCookieTest.php index 4c471c829458..298785506d7f 100644 --- a/core/tests/Drupal/FunctionalTests/Hal/EntityFormModeHalJsonCookieTest.php +++ b/core/tests/Drupal/FunctionalTests/Hal/EntityFormModeHalJsonCookieTest.php @@ -15,7 +15,7 @@ class EntityFormModeHalJsonCookieTest extends EntityFormModeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Hal/EntityViewDisplayHalJsonAnonTest.php b/core/tests/Drupal/FunctionalTests/Hal/EntityViewDisplayHalJsonAnonTest.php index 0edefde3636a..8daea2ecdb1e 100644 --- a/core/tests/Drupal/FunctionalTests/Hal/EntityViewDisplayHalJsonAnonTest.php +++ b/core/tests/Drupal/FunctionalTests/Hal/EntityViewDisplayHalJsonAnonTest.php @@ -15,7 +15,7 @@ class EntityViewDisplayHalJsonAnonTest extends EntityViewDisplayResourceTestBase /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Hal/EntityViewDisplayHalJsonBasicAuthTest.php b/core/tests/Drupal/FunctionalTests/Hal/EntityViewDisplayHalJsonBasicAuthTest.php index 841ec8e3b9d7..a269c032d747 100644 --- a/core/tests/Drupal/FunctionalTests/Hal/EntityViewDisplayHalJsonBasicAuthTest.php +++ b/core/tests/Drupal/FunctionalTests/Hal/EntityViewDisplayHalJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class EntityViewDisplayHalJsonBasicAuthTest extends EntityViewDisplayHalJsonAnon /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Hal/EntityViewModeHalJsonAnonTest.php b/core/tests/Drupal/FunctionalTests/Hal/EntityViewModeHalJsonAnonTest.php index 5ec8cddab685..f7bdd7356abf 100644 --- a/core/tests/Drupal/FunctionalTests/Hal/EntityViewModeHalJsonAnonTest.php +++ b/core/tests/Drupal/FunctionalTests/Hal/EntityViewModeHalJsonAnonTest.php @@ -15,7 +15,7 @@ class EntityViewModeHalJsonAnonTest extends EntityViewModeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Hal/EntityViewModeHalJsonBasicAuthTest.php b/core/tests/Drupal/FunctionalTests/Hal/EntityViewModeHalJsonBasicAuthTest.php index 5d7b1b90fdde..1b829376c9f8 100644 --- a/core/tests/Drupal/FunctionalTests/Hal/EntityViewModeHalJsonBasicAuthTest.php +++ b/core/tests/Drupal/FunctionalTests/Hal/EntityViewModeHalJsonBasicAuthTest.php @@ -15,7 +15,7 @@ class EntityViewModeHalJsonBasicAuthTest extends EntityViewModeResourceTestBase /** * {@inheritdoc} */ - public static $modules = ['hal', 'basic_auth']; + protected static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Hal/EntityViewModeHalJsonCookieTest.php b/core/tests/Drupal/FunctionalTests/Hal/EntityViewModeHalJsonCookieTest.php index 2f883089ad45..55c72de5c38c 100644 --- a/core/tests/Drupal/FunctionalTests/Hal/EntityViewModeHalJsonCookieTest.php +++ b/core/tests/Drupal/FunctionalTests/Hal/EntityViewModeHalJsonCookieTest.php @@ -15,7 +15,7 @@ class EntityViewModeHalJsonCookieTest extends EntityViewModeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['hal']; + protected static $modules = ['hal']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/HttpKernel/CorsIntegrationTest.php b/core/tests/Drupal/FunctionalTests/HttpKernel/CorsIntegrationTest.php index 75ba6fc2296b..cc00d2f3133c 100644 --- a/core/tests/Drupal/FunctionalTests/HttpKernel/CorsIntegrationTest.php +++ b/core/tests/Drupal/FunctionalTests/HttpKernel/CorsIntegrationTest.php @@ -19,7 +19,7 @@ class CorsIntegrationTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'test_page_test', 'page_cache']; + protected static $modules = ['system', 'test_page_test', 'page_cache']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Image/ToolkitSetupFormTest.php b/core/tests/Drupal/FunctionalTests/Image/ToolkitSetupFormTest.php index a33bf6dbc73c..af1673318c99 100644 --- a/core/tests/Drupal/FunctionalTests/Image/ToolkitSetupFormTest.php +++ b/core/tests/Drupal/FunctionalTests/Image/ToolkitSetupFormTest.php @@ -23,7 +23,7 @@ class ToolkitSetupFormTest extends BrowserTestBase { * * @var array */ - public static $modules = ['system', 'image_test']; + protected static $modules = ['system', 'image_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php b/core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php index 4e2f5decbeac..7dc0abe9698b 100644 --- a/core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php +++ b/core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php @@ -19,7 +19,7 @@ abstract class ToolkitTestBase extends BrowserTestBase { * * @var array */ - public static $modules = ['image_test']; + protected static $modules = ['image_test']; /** * The URI for the file. diff --git a/core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideJsonBasicAuthTest.php b/core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideJsonBasicAuthTest.php index c922c8d6d1a6..fc87e3660bd0 100644 --- a/core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideJsonBasicAuthTest.php +++ b/core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class BaseFieldOverrideJsonBasicAuthTest extends BaseFieldOverrideResourceTestBa /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideResourceTestBase.php b/core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideResourceTestBase.php index dbd499730097..4a361bfb73a8 100644 --- a/core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideResourceTestBase.php +++ b/core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideResourceTestBase.php @@ -11,7 +11,7 @@ abstract class BaseFieldOverrideResourceTestBase extends EntityResourceTestBase /** * {@inheritdoc} */ - public static $modules = ['field', 'node']; + protected static $modules = ['field', 'node']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlBasicAuthTest.php b/core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlBasicAuthTest.php index 3a3f08bf5719..25e997731b43 100644 --- a/core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlBasicAuthTest.php +++ b/core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class BaseFieldOverrideXmlBasicAuthTest extends BaseFieldOverrideResourceTestBas /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php b/core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php index 0ae83504a45f..a73ce98a69f9 100644 --- a/core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php +++ b/core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class DateFormatJsonBasicAuthTest extends DateFormatResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php b/core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php index 30cc347e5d3d..aea62d4d1798 100644 --- a/core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php +++ b/core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php @@ -13,7 +13,7 @@ abstract class DateFormatResourceTestBase extends EntityResourceTestBase { /** * {@inheritdoc} */ - public static $modules = []; + protected static $modules = []; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlBasicAuthTest.php b/core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlBasicAuthTest.php index 8a09a33a8422..1aaa843590f6 100644 --- a/core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlBasicAuthTest.php +++ b/core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class DateFormatXmlBasicAuthTest extends DateFormatResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonBasicAuthTest.php b/core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonBasicAuthTest.php index a3871c845599..97347836b75b 100644 --- a/core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonBasicAuthTest.php +++ b/core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class EntityFormDisplayJsonBasicAuthTest extends EntityFormDisplayResourceTestBa /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php b/core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php index e3ab4aa4a96f..5ccd9ad5d1f1 100644 --- a/core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php +++ b/core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php @@ -11,7 +11,7 @@ abstract class EntityFormDisplayResourceTestBase extends EntityResourceTestBase /** * {@inheritdoc} */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlBasicAuthTest.php b/core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlBasicAuthTest.php index ba89d79e1f45..380127efd0c1 100644 --- a/core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlBasicAuthTest.php +++ b/core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class EntityFormDisplayXmlBasicAuthTest extends EntityFormDisplayResourceTestBas /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonBasicAuthTest.php b/core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonBasicAuthTest.php index a813e1a2de36..5f5a1a0694fe 100644 --- a/core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonBasicAuthTest.php +++ b/core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class EntityFormModeJsonBasicAuthTest extends EntityFormModeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php b/core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php index e03710ab41c7..362006ed1b48 100644 --- a/core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php +++ b/core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php @@ -12,7 +12,7 @@ abstract class EntityFormModeResourceTestBase extends EntityResourceTestBase { * * @todo: Remove 'field_ui' when https://www.drupal.org/node/2867266. */ - public static $modules = ['user', 'field_ui']; + protected static $modules = ['user', 'field_ui']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php b/core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php index 64ce5a08311f..04f0ec53b2f6 100644 --- a/core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php +++ b/core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class EntityFormModeXmlBasicAuthTest extends EntityFormModeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonBasicAuthTest.php b/core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonBasicAuthTest.php index efd558c9f6f8..9a2f11915f7f 100644 --- a/core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonBasicAuthTest.php +++ b/core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class EntityViewDisplayJsonBasicAuthTest extends EntityViewDisplayResourceTestBa /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php b/core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php index 3495e37187d3..50f6f3b6f3e3 100644 --- a/core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php +++ b/core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php @@ -11,7 +11,7 @@ abstract class EntityViewDisplayResourceTestBase extends EntityResourceTestBase /** * {@inheritdoc} */ - public static $modules = ['node']; + protected static $modules = ['node']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlBasicAuthTest.php b/core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlBasicAuthTest.php index be597c534ce5..33e0c288ba14 100644 --- a/core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlBasicAuthTest.php +++ b/core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class EntityViewDisplayXmlBasicAuthTest extends EntityViewDisplayResourceTestBas /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Rest/EntityViewModeJsonBasicAuthTest.php b/core/tests/Drupal/FunctionalTests/Rest/EntityViewModeJsonBasicAuthTest.php index 70f5271ea5fd..ca333234d359 100644 --- a/core/tests/Drupal/FunctionalTests/Rest/EntityViewModeJsonBasicAuthTest.php +++ b/core/tests/Drupal/FunctionalTests/Rest/EntityViewModeJsonBasicAuthTest.php @@ -14,7 +14,7 @@ class EntityViewModeJsonBasicAuthTest extends EntityViewModeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Rest/EntityViewModeResourceTestBase.php b/core/tests/Drupal/FunctionalTests/Rest/EntityViewModeResourceTestBase.php index b20ce6368fb0..67b5046d5217 100644 --- a/core/tests/Drupal/FunctionalTests/Rest/EntityViewModeResourceTestBase.php +++ b/core/tests/Drupal/FunctionalTests/Rest/EntityViewModeResourceTestBase.php @@ -12,7 +12,7 @@ abstract class EntityViewModeResourceTestBase extends EntityResourceTestBase { * * @todo: Remove 'field_ui' when https://www.drupal.org/node/2867266. */ - public static $modules = ['user', 'field_ui']; + protected static $modules = ['user', 'field_ui']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlBasicAuthTest.php b/core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlBasicAuthTest.php index 510ef4dea7b7..9699ef43acfd 100644 --- a/core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlBasicAuthTest.php +++ b/core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlBasicAuthTest.php @@ -16,7 +16,7 @@ class EntityViewModeXmlBasicAuthTest extends EntityViewModeResourceTestBase { /** * {@inheritdoc} */ - public static $modules = ['basic_auth']; + protected static $modules = ['basic_auth']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php b/core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php index 3c240d26101b..7d35ecb43c30 100644 --- a/core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php +++ b/core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php @@ -14,7 +14,7 @@ class CaseInsensitivePathTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'views', 'node', 'system_test']; + protected static $modules = ['system', 'views', 'node', 'system_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Routing/DefaultFormatTest.php b/core/tests/Drupal/FunctionalTests/Routing/DefaultFormatTest.php index 6a6f63f33ca8..c0f3d88409fd 100644 --- a/core/tests/Drupal/FunctionalTests/Routing/DefaultFormatTest.php +++ b/core/tests/Drupal/FunctionalTests/Routing/DefaultFormatTest.php @@ -12,7 +12,7 @@ class DefaultFormatTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'default_format_test']; + protected static $modules = ['system', 'default_format_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Routing/PathEncodedTest.php b/core/tests/Drupal/FunctionalTests/Routing/PathEncodedTest.php index 9962b993890e..e079606c3bde 100644 --- a/core/tests/Drupal/FunctionalTests/Routing/PathEncodedTest.php +++ b/core/tests/Drupal/FunctionalTests/Routing/PathEncodedTest.php @@ -19,7 +19,7 @@ class PathEncodedTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'path_encoded_test']; + protected static $modules = ['system', 'path_encoded_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php b/core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php index a94837549c13..760bcaf310f7 100644 --- a/core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php +++ b/core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php @@ -20,7 +20,7 @@ class RouteCachingLanguageTest extends BrowserTestBase { * * @var array */ - public static $modules = ['path', 'node', 'content_translation', 'link', 'block']; + protected static $modules = ['path', 'node', 'content_translation', 'link', 'block']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php b/core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php index 6c7d7c008dd2..a054d40091fc 100644 --- a/core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php +++ b/core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php @@ -21,7 +21,7 @@ class RouteCachingNonPathLanguageNegotiationTest extends BrowserTestBase { * * @var array */ - public static $modules = ['language', 'block']; + protected static $modules = ['language', 'block']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Theme/ClaroLayoutBuilderTest.php b/core/tests/Drupal/FunctionalTests/Theme/ClaroLayoutBuilderTest.php index 1522fad5c0eb..be51a9774fd6 100644 --- a/core/tests/Drupal/FunctionalTests/Theme/ClaroLayoutBuilderTest.php +++ b/core/tests/Drupal/FunctionalTests/Theme/ClaroLayoutBuilderTest.php @@ -19,7 +19,7 @@ class ClaroLayoutBuilderTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'views', 'layout_builder', 'layout_builder_views_test', diff --git a/core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php b/core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php index 8ac05f4ad65e..33b4d61ba386 100644 --- a/core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php +++ b/core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php @@ -20,7 +20,7 @@ class ClaroTest extends BrowserTestBase { * * @var string[] */ - public static $modules = ['shortcut']; + protected static $modules = ['shortcut']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/FunctionalTests/Theme/SevenLayoutBuilderTest.php b/core/tests/Drupal/FunctionalTests/Theme/SevenLayoutBuilderTest.php index bc9047a33e33..9ebb499ab99d 100644 --- a/core/tests/Drupal/FunctionalTests/Theme/SevenLayoutBuilderTest.php +++ b/core/tests/Drupal/FunctionalTests/Theme/SevenLayoutBuilderTest.php @@ -19,7 +19,7 @@ class SevenLayoutBuilderTest extends BrowserTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'views', 'layout_builder', 'layout_builder_views_test', diff --git a/core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php b/core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php index 92761baed63c..cc77f70864d0 100644 --- a/core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php +++ b/core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php @@ -16,7 +16,7 @@ class FormattableMarkupKernelTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php b/core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php index 17006fc3e388..f0da2a736b02 100644 --- a/core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php +++ b/core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php @@ -28,7 +28,7 @@ class DefaultConfigTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'user', 'path_alias']; + protected static $modules = ['system', 'user', 'path_alias']; /** * The following config entries are changed on module install. diff --git a/core/tests/Drupal/KernelTests/Config/TypedConfigTest.php b/core/tests/Drupal/KernelTests/Config/TypedConfigTest.php index 6cce2bab0ed7..9c4fcd557bb3 100644 --- a/core/tests/Drupal/KernelTests/Config/TypedConfigTest.php +++ b/core/tests/Drupal/KernelTests/Config/TypedConfigTest.php @@ -21,7 +21,7 @@ class TypedConfigTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['config_test']; + protected static $modules = ['config_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Action/DeleteActionTest.php b/core/tests/Drupal/KernelTests/Core/Action/DeleteActionTest.php index 01fc6e287322..11cb3708b00f 100644 --- a/core/tests/Drupal/KernelTests/Core/Action/DeleteActionTest.php +++ b/core/tests/Drupal/KernelTests/Core/Action/DeleteActionTest.php @@ -18,7 +18,7 @@ class DeleteActionTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'entity_test', 'user']; + protected static $modules = ['system', 'entity_test', 'user']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Action/EmailActionTest.php b/core/tests/Drupal/KernelTests/Core/Action/EmailActionTest.php index 6a2f621c1512..ae69854fa982 100644 --- a/core/tests/Drupal/KernelTests/Core/Action/EmailActionTest.php +++ b/core/tests/Drupal/KernelTests/Core/Action/EmailActionTest.php @@ -16,7 +16,7 @@ class EmailActionTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'user', 'dblog']; + protected static $modules = ['system', 'user', 'dblog']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Action/PublishActionTest.php b/core/tests/Drupal/KernelTests/Core/Action/PublishActionTest.php index 41898209de6e..0b76d7eea088 100644 --- a/core/tests/Drupal/KernelTests/Core/Action/PublishActionTest.php +++ b/core/tests/Drupal/KernelTests/Core/Action/PublishActionTest.php @@ -15,7 +15,7 @@ class PublishActionTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'entity_test', 'user']; + protected static $modules = ['system', 'entity_test', 'user']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php b/core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php index ae85ee97d3d7..903164e1c141 100644 --- a/core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php +++ b/core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php @@ -15,7 +15,7 @@ class SaveActionTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'entity_test', 'user']; + protected static $modules = ['system', 'entity_test', 'user']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php b/core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php index 6d5b531e1ed3..630771c15c04 100644 --- a/core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php +++ b/core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php @@ -20,7 +20,7 @@ class CommandsTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'node', 'ajax_test', 'ajax_forms_test']; + protected static $modules = ['system', 'node', 'ajax_test', 'ajax_forms_test']; /** * Regression test: Settings command exists regardless of JS aggregation. diff --git a/core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php b/core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php index 15713bdac952..3beccb97c2c2 100644 --- a/core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php +++ b/core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php @@ -38,7 +38,7 @@ class AttachedAssetsTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['language', 'common_test', 'system']; + protected static $modules = ['language', 'common_test', 'system']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php b/core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php index 52cf8494f28c..7a2e28de2019 100644 --- a/core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php +++ b/core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php @@ -86,7 +86,7 @@ class ResolvedLibraryDefinitionsFilesMatchTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'user', 'path_alias']; + protected static $modules = ['system', 'user', 'path_alias']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php b/core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php index 2fbe025acfe9..140621fc033f 100644 --- a/core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php +++ b/core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php @@ -15,7 +15,7 @@ class MultipleBlockFormTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'block', 'block_test']; + protected static $modules = ['system', 'block', 'block_test']; /** * Tests that blocks can have multiple forms. diff --git a/core/tests/Drupal/KernelTests/Core/Bootstrap/GetFilenameTest.php b/core/tests/Drupal/KernelTests/Core/Bootstrap/GetFilenameTest.php index 4772366c1150..0a063d12e111 100644 --- a/core/tests/Drupal/KernelTests/Core/Bootstrap/GetFilenameTest.php +++ b/core/tests/Drupal/KernelTests/Core/Bootstrap/GetFilenameTest.php @@ -15,7 +15,7 @@ class GetFilenameTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php b/core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php index af9d53a8bb52..4bdceb4bb481 100644 --- a/core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php +++ b/core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php @@ -20,7 +20,7 @@ class CacheContextOptimizationTest extends KernelTestBase { * * @var string[] */ - public static $modules = ['user', 'system']; + protected static $modules = ['user', 'system']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTagTest.php b/core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTagTest.php index 912fddf71a7a..eaa8a5a780cc 100644 --- a/core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTagTest.php +++ b/core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTagTest.php @@ -20,7 +20,7 @@ class DatabaseBackendTagTest extends KernelTestBase { * * @var array */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php b/core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php index 358b92530c6f..4563bfe2d87f 100644 --- a/core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php +++ b/core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php @@ -23,7 +23,7 @@ class DatabaseBackendTest extends GenericCacheBackendUnitTestBase { * * @var array */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * Creates a new instance of DatabaseBackend. diff --git a/core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php b/core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php index 46ab7020e420..7ff31796d4bf 100644 --- a/core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php +++ b/core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php @@ -20,7 +20,7 @@ class EndOfTransactionQueriesTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'delay_cache_tags_invalidation', 'entity_test', 'system', diff --git a/core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php b/core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php index 7fafa6a6bfb9..4517264e0047 100644 --- a/core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php +++ b/core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php @@ -25,7 +25,7 @@ class DbDumpTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'config', 'dblog', 'menu_link_content', 'link', 'block_content', 'file', 'path_alias', 'user']; + protected static $modules = ['system', 'config', 'dblog', 'menu_link_content', 'link', 'block_content', 'file', 'path_alias', 'user']; /** * Test data to write into config. diff --git a/core/tests/Drupal/KernelTests/Core/Common/XssUnitTest.php b/core/tests/Drupal/KernelTests/Core/Common/XssUnitTest.php index 04bf69cf6b09..599ab8d93f6a 100644 --- a/core/tests/Drupal/KernelTests/Core/Common/XssUnitTest.php +++ b/core/tests/Drupal/KernelTests/Core/Common/XssUnitTest.php @@ -18,7 +18,7 @@ class XssUnitTest extends KernelTestBase { * * @var array */ - public static $modules = ['filter', 'system']; + protected static $modules = ['filter', 'system']; protected function setUp(): void { parent::setUp(); diff --git a/core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php b/core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php index 5ae4df2e144d..87533290118c 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php @@ -15,7 +15,7 @@ class CacheabilityMetadataConfigOverrideTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'block', 'block_content', 'config', diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php b/core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php index 52269c0dfe5f..23068f2d7a57 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php @@ -33,7 +33,7 @@ class ConfigCRUDTest extends KernelTestBase { * * @var array */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * Tests CRUD operations. diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php b/core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php index 63e3b8fd01db..98693a7b223c 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php @@ -21,7 +21,7 @@ class ConfigDependencyTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['config_test', 'entity_test', 'user']; + protected static $modules = ['config_test', 'entity_test', 'user']; /** * Tests that calculating dependencies for system module. diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigDiffTest.php b/core/tests/Drupal/KernelTests/Core/Config/ConfigDiffTest.php index f29b88acd141..279817671594 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ConfigDiffTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ConfigDiffTest.php @@ -16,7 +16,7 @@ class ConfigDiffTest extends KernelTestBase { * * @var array */ - public static $modules = ['config_test', 'system']; + protected static $modules = ['config_test', 'system']; /** * Tests calculating the difference between two sets of configuration. diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php b/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php index 1d97bb82b07b..f4e7a50f5053 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php @@ -16,7 +16,7 @@ class ConfigEntityNormalizeTest extends KernelTestBase { * * @var array */ - public static $modules = ['config_test']; + protected static $modules = ['config_test']; protected function setUp(): void { parent::setUp(); diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php b/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php index beb7413ad5ec..af8654d105f2 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php @@ -17,7 +17,7 @@ class ConfigEntityStaticCacheTest extends KernelTestBase { * * @var array */ - public static $modules = ['config_test', 'config_entity_static_cache_test']; + protected static $modules = ['config_test', 'config_entity_static_cache_test']; /** * The type ID of the entity under test. diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStatusTest.php b/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStatusTest.php index 4f6d51c10cc4..044b9eb4ae1a 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStatusTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStatusTest.php @@ -16,7 +16,7 @@ class ConfigEntityStatusTest extends KernelTestBase { * * @var array */ - public static $modules = ['config_test']; + protected static $modules = ['config_test']; /** * Tests the enabling/disabling of entities. diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStorageTest.php b/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStorageTest.php index cf5ba3154a0d..eff4d4c4eadd 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStorageTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStorageTest.php @@ -19,7 +19,7 @@ class ConfigEntityStorageTest extends KernelTestBase { * * @var array */ - public static $modules = ['config_test']; + protected static $modules = ['config_test']; /** * Tests creating configuration entities with changed UUIDs. diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityUnitTest.php b/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityUnitTest.php index 755bd2d25d93..08c96a8a657f 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityUnitTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityUnitTest.php @@ -25,7 +25,7 @@ class ConfigEntityUnitTest extends KernelTestBase { * * @var array */ - public static $modules = ['config_test']; + protected static $modules = ['config_test']; /** * The config_test entity storage. diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigEventsTest.php b/core/tests/Drupal/KernelTests/Core/Config/ConfigEventsTest.php index 74bb7984e660..851fd6a8c0de 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ConfigEventsTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ConfigEventsTest.php @@ -18,7 +18,7 @@ class ConfigEventsTest extends KernelTestBase { * * @var array */ - public static $modules = ['config_events_test']; + protected static $modules = ['config_events_test']; /** * Tests configuration events. diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigExportStorageTest.php b/core/tests/Drupal/KernelTests/Core/Config/ConfigExportStorageTest.php index cd893957384e..0a36dd2eefbc 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ConfigExportStorageTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ConfigExportStorageTest.php @@ -16,7 +16,7 @@ class ConfigExportStorageTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'config_test']; + protected static $modules = ['system', 'config_test']; protected function setUp(): void { parent::setUp(); diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php b/core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php index ec70fdb83ac0..34a0b4247f48 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php @@ -26,7 +26,7 @@ class ConfigImportRecreateTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'field', 'text', 'user', 'node']; + protected static $modules = ['system', 'field', 'text', 'user', 'node']; protected function setUp(): void { parent::setUp(); diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php b/core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php index dfb241c57a34..d3f80fafddda 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php @@ -29,7 +29,7 @@ class ConfigImportRenameValidationTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'user', 'node', 'field', 'text', 'config_test']; + protected static $modules = ['system', 'user', 'node', 'field', 'text', 'config_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php b/core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php index 90ef675cc46b..6ce15b7e82b4 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php @@ -26,7 +26,7 @@ class ConfigImporterMissingContentTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'user', 'entity_test', 'config_test', 'config_import_test']; + protected static $modules = ['system', 'user', 'entity_test', 'config_test', 'config_import_test']; protected function setUp(): void { parent::setUp(); diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php b/core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php index be8a2c6be746..1aa8c9dd80f2 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php @@ -33,7 +33,7 @@ class ConfigImporterTest extends KernelTestBase { * * @var array */ - public static $modules = ['config_test', 'system', 'config_import_test']; + protected static $modules = ['config_test', 'system', 'config_import_test']; protected function setUp(): void { parent::setUp(); diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php b/core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php index 6cc63212c070..ed514aa93754 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php @@ -19,7 +19,7 @@ class ConfigInstallTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php b/core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php index 619e62624bde..64a6e3c5e535 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php @@ -17,7 +17,7 @@ class ConfigLanguageOverrideTest extends KernelTestBase { * * @var array */ - public static $modules = ['user', 'language', 'config_test', 'system', 'field']; + protected static $modules = ['user', 'language', 'config_test', 'system', 'field']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php b/core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php index a94123d4cb98..d88ab6ade135 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php @@ -16,7 +16,7 @@ class ConfigModuleOverridesTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'config', 'config_override_test']; + protected static $modules = ['system', 'config', 'config_override_test']; public function testSimpleModuleOverrides() { $GLOBALS['config_test_run_module_overrides'] = TRUE; diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php b/core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php index 989967fd24b2..3a9a289512bb 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php @@ -16,7 +16,7 @@ class ConfigOverrideTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'config_test']; + protected static $modules = ['system', 'config_test']; protected function setUp(): void { parent::setUp(); diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php b/core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php index 6c568b8417f7..67c280c27737 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php @@ -18,7 +18,7 @@ class ConfigOverridesPriorityTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'config', 'config_override_test', 'language']; + protected static $modules = ['system', 'config', 'config_override_test', 'language']; public function testOverridePriorities() { $GLOBALS['config_test_run_module_overrides'] = FALSE; diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php b/core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php index 42b9bb556e6d..5567ef9baa2e 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php @@ -25,7 +25,7 @@ class ConfigSchemaTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'language', 'field', 'image', 'config_test', 'config_schema_test']; + protected static $modules = ['system', 'language', 'field', 'image', 'config_test', 'config_schema_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php b/core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php index c001d755dfc3..717b014928eb 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php @@ -17,7 +17,7 @@ class ConfigSnapshotTest extends KernelTestBase { * * @var array */ - public static $modules = ['config_test', 'system']; + protected static $modules = ['config_test', 'system']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Config/DefaultConfigTest.php b/core/tests/Drupal/KernelTests/Core/Config/DefaultConfigTest.php index 6053f1adcbb2..df8a41e797ed 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/DefaultConfigTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/DefaultConfigTest.php @@ -23,7 +23,7 @@ class DefaultConfigTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'config_test']; + protected static $modules = ['system', 'config_test']; /** * Themes which provide default configuration and need enabling. diff --git a/core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php b/core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php index 313e58b45762..c03a8a400d2d 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php @@ -19,7 +19,7 @@ class ConfigEntityUpdaterTest extends KernelTestBase { * * @var array */ - public static $modules = ['config_test']; + protected static $modules = ['config_test']; /** * @covers ::update diff --git a/core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php b/core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php index 0d79f12dff20..cf7c726577c7 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php @@ -26,7 +26,7 @@ class SchemaCheckTraitTest extends KernelTestBase { * * @var array */ - public static $modules = ['config_test', 'config_schema_test']; + protected static $modules = ['config_test', 'config_schema_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php b/core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php index 4a5a8fa4746e..9db357f18dd5 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php @@ -17,7 +17,7 @@ class SchemaConfigListenerTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['config_test']; + protected static $modules = ['config_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Database/DatabaseTestBase.php b/core/tests/Drupal/KernelTests/Core/Database/DatabaseTestBase.php index dc1151297072..9ac9c6beded9 100644 --- a/core/tests/Drupal/KernelTests/Core/Database/DatabaseTestBase.php +++ b/core/tests/Drupal/KernelTests/Core/Database/DatabaseTestBase.php @@ -13,7 +13,7 @@ */ abstract class DatabaseTestBase extends KernelTestBase { - public static $modules = ['database_test']; + protected static $modules = ['database_test']; /** * The database connection for testing. diff --git a/core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php b/core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php index 02ae9abb629d..56dcabf4eb1b 100644 --- a/core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php +++ b/core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php @@ -14,7 +14,7 @@ class NextIdTest extends DatabaseTestBase { * * @var array */ - public static $modules = ['database_test', 'system']; + protected static $modules = ['database_test', 'system']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php b/core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php index 5b501d95b477..60fa090b6731 100644 --- a/core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php +++ b/core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php @@ -14,7 +14,7 @@ class RegressionTest extends DatabaseTestBase { * * @var array */ - public static $modules = ['node', 'user']; + protected static $modules = ['node', 'user']; /** * Ensures that non-ASCII UTF-8 data is stored in the database properly. diff --git a/core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php b/core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php index c4a2f349cf33..73b48a1cf33f 100644 --- a/core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php +++ b/core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php @@ -20,7 +20,7 @@ class SelectComplexTest extends DatabaseTestBase { * * @var array */ - public static $modules = ['system', 'user', 'node_access_test', 'field']; + protected static $modules = ['system', 'user', 'node_access_test', 'field']; /** * Tests simple JOIN statements. diff --git a/core/tests/Drupal/KernelTests/Core/Datetime/DateFormatterTest.php b/core/tests/Drupal/KernelTests/Core/Datetime/DateFormatterTest.php index 7784058d7acc..8f87a6de9bfd 100644 --- a/core/tests/Drupal/KernelTests/Core/Datetime/DateFormatterTest.php +++ b/core/tests/Drupal/KernelTests/Core/Datetime/DateFormatterTest.php @@ -16,7 +16,7 @@ class DateFormatterTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['language', 'system']; + protected static $modules = ['language', 'system']; /** * Arbitrary langcode for a custom language. diff --git a/core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php b/core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php index 4a0cfd65128d..23682d094b6c 100644 --- a/core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php +++ b/core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php @@ -26,7 +26,7 @@ class DatetimeElementFormTest extends KernelTestBase implements FormInterface { * * @var array */ - public static $modules = ['datetime', 'system']; + protected static $modules = ['datetime', 'system']; /** * Sets up the test. diff --git a/core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php b/core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php index 7bf8ebc26c83..0e790af4c866 100644 --- a/core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php +++ b/core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php @@ -24,7 +24,7 @@ class TimezoneTest extends EntityKernelTestBase implements FormInterface { /** * {@inheritdoc} */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * The date used in tests. diff --git a/core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php b/core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php index a7334e851b26..c67cc11f1242 100644 --- a/core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php +++ b/core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php @@ -30,7 +30,7 @@ class PathElementFormTest extends KernelTestBase implements FormInterface { * * @var array */ - public static $modules = ['system', 'user']; + protected static $modules = ['system', 'user']; /** * Sets up the test. diff --git a/core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php b/core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php index 996dc1babcff..f2421d995abe 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php @@ -19,7 +19,7 @@ class BundleConstraintValidatorTest extends KernelTestBase { */ protected $typedData; - public static $modules = ['node', 'field', 'text', 'user']; + protected static $modules = ['node', 'field', 'text', 'user']; protected function setUp(): void { parent::setUp(); diff --git a/core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php b/core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php index 5ad38473709c..277a1165fff8 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @@ -23,7 +23,7 @@ class ConfigEntityAdapterTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['config_test']; + protected static $modules = ['config_test']; /** * The config entity. diff --git a/core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php b/core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php index 1daec2506812..53a80abc7ca9 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php @@ -19,7 +19,7 @@ class ConfigEntityQueryTest extends KernelTestBase { * * @var array */ - public static $modules = ['config_test']; + protected static $modules = ['config_test']; /** * Stores the search results for alter comparison. diff --git a/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php b/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php index 11a36e6c52ab..eb4927fba118 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php @@ -18,7 +18,7 @@ class ContentEntityChangedTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['language', 'user', 'system', 'field', 'text', 'filter', 'entity_test']; + protected static $modules = ['language', 'user', 'system', 'field', 'text', 'filter', 'entity_test']; /** * The EntityTestMulChanged entity type storage. diff --git a/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php b/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php index 044e8f62a5bf..2b53f0c71bcc 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php @@ -17,7 +17,7 @@ class ContentEntityCloneTest extends EntityKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['language', 'entity_test']; + protected static $modules = ['language', 'entity_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php b/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php index deb610e8b69e..4ba8305e0caf 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php @@ -16,7 +16,7 @@ class ContentEntityFieldMethodInvocationOrderTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['language', 'system', 'entity_test']; + protected static $modules = ['language', 'system', 'entity_test']; /** * The EntityTest entity type storage. diff --git a/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php b/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php index ab534287d60a..9f582cd1d819 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php @@ -22,7 +22,7 @@ class ContentEntityHasChangesTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'user', 'entity_test']; + protected static $modules = ['system', 'user', 'entity_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php b/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php index ae937dc3e569..92dfd589dbb6 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php @@ -21,7 +21,7 @@ class ContentEntityNonRevisionableFieldTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['language']; + protected static $modules = ['language']; /** * The EntityTestMulRev entity type storage. diff --git a/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php b/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php index 188e9d1a495f..83baf006f085 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php @@ -22,7 +22,7 @@ class ContentEntityNullStorageTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'contact', 'user']; + protected static $modules = ['system', 'contact', 'user']; /** * Tests using entity query with ContentEntityNullStorage. diff --git a/core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php b/core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php index cee66622396a..199ff1af738b 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php @@ -25,7 +25,7 @@ class CreateSampleEntityTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['path_alias', 'system', 'field', 'filter', 'text', 'file', 'user', 'node', 'comment', 'taxonomy']; + protected static $modules = ['path_alias', 'system', 'field', 'filter', 'text', 'file', 'user', 'node', 'comment', 'taxonomy']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php b/core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php index 1c61caa6063c..21fc13228909 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php @@ -29,7 +29,7 @@ class DefaultTableMappingIntegrationTest extends EntityKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test_extra']; + protected static $modules = ['entity_test_extra']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php index ada797d90327..7379aa641703 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php @@ -14,7 +14,7 @@ class EntityBundleFieldTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['entity_schema_test', 'entity_test_update']; + protected static $modules = ['entity_schema_test', 'entity_test_update']; /** * The module handler. diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php index 354aae4174cc..e71f7ff40bec 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php @@ -40,7 +40,7 @@ class EntityCrudHookTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['block', 'block_test', 'entity_crud_hook_test', 'file', 'taxonomy', 'node', 'comment']; + protected static $modules = ['block', 'block_test', 'entity_crud_hook_test', 'file', 'taxonomy', 'node', 'comment']; protected $ids = []; diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php index 639181039796..a5bcc73fda17 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php @@ -22,7 +22,7 @@ class EntityDecoupledTranslationRevisionsTest extends EntityKernelTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'system', 'entity_test', 'language', diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php index a030258f2857..1d95a657f8f3 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php @@ -56,7 +56,7 @@ class EntityDefinitionUpdateTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['entity_test_update']; + protected static $modules = ['entity_test_update']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php index 6e04bfcecfeb..cdee2f30f721 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php @@ -26,7 +26,7 @@ class EntityDeriverTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'system', 'field', 'user', diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php index 9374e2a128ff..c359fc875511 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php @@ -18,7 +18,7 @@ class EntityDisplayBaseTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test', 'entity_test_third_party', 'field', 'system', 'comment', 'user']; + protected static $modules = ['entity_test', 'entity_test_third_party', 'field', 'system', 'comment', 'user']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php index 4ef44f473fbf..1c0b40dfc1a2 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php @@ -17,7 +17,7 @@ class EntityDisplayFormBaseTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test']; + protected static $modules = ['entity_test']; /** * @covers ::copyFormValuesToEntity diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php index 0f151650daff..efbf3b3fc986 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php @@ -17,7 +17,7 @@ class EntityDisplayRepositoryTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['user']; + protected static $modules = ['user']; /** * The entity display repository under test. diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php index cf85d85382b7..439183b2f231 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php @@ -36,7 +36,7 @@ class EntityFieldTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['filter', 'text', 'node', 'user', 'field_test']; + protected static $modules = ['filter', 'text', 'node', 'user', 'field_test']; /** * @var string diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityHasFieldConstraintValidatorTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityHasFieldConstraintValidatorTest.php index 0e63d3ebe622..ce60e6cdb810 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityHasFieldConstraintValidatorTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityHasFieldConstraintValidatorTest.php @@ -15,7 +15,7 @@ class EntityHasFieldConstraintValidatorTest extends EntityKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test_constraints']; + protected static $modules = ['entity_test_constraints']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php index 33f53031d784..11d1f3214693 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php @@ -25,7 +25,7 @@ abstract class EntityKernelTestBase extends KernelTestBase { * * @var array */ - public static $modules = ['user', 'system', 'field', 'text', 'filter', 'entity_test']; + protected static $modules = ['user', 'system', 'field', 'text', 'filter', 'entity_test']; /** * The entity type manager service. diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php index d76c3c17f8a0..36ab8d3e7ae9 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php @@ -39,7 +39,7 @@ abstract class EntityLanguageTestBase extends EntityKernelTestBase { */ protected $untranslatableFieldName; - public static $modules = ['language', 'entity_test']; + protected static $modules = ['language', 'entity_test']; protected function setUp() { parent::setUp(); diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php index ce049316effe..d3ce80dce9ff 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php @@ -15,7 +15,7 @@ class EntityNonRevisionableTranslatableFieldTest extends EntityKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test', 'language', 'content_translation']; + protected static $modules = ['entity_test', 'language', 'content_translation']; protected function setUp(): void { parent::setUp(); diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php index 6852f49dfaca..6b88d40af08a 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php @@ -18,7 +18,7 @@ class EntityQueryAggregateTest extends EntityKernelTestBase { * * @var array */ - public static $modules = []; + protected static $modules = []; /** * The entity_test storage to create the test entities. diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php index 7971d66e0ab6..c63a718035f6 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php @@ -22,7 +22,7 @@ class EntityQueryRelationshipTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['taxonomy']; + protected static $modules = ['taxonomy']; /** * Term entities. diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php index 3a74b80e29b3..254b81979e6c 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php @@ -27,7 +27,7 @@ class EntityQueryTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['field_test', 'language']; + protected static $modules = ['field_test', 'language']; /** * @var array diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceFieldTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceFieldTest.php index f46cbfed905c..3c7faa510e46 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceFieldTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceFieldTest.php @@ -59,7 +59,7 @@ class EntityReferenceFieldTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['entity_reference_test', 'entity_test_update']; + protected static $modules = ['entity_reference_test', 'entity_test_update']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php index c231ca140d23..997af8c2cd2e 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php @@ -21,7 +21,7 @@ class EntityReferenceSelectionSortTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['node']; + protected static $modules = ['node']; protected function setUp(): void { parent::setUp(); diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityRepositoryTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityRepositoryTest.php index 6907dcd0b0a7..637dafc1b290 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityRepositoryTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityRepositoryTest.php @@ -24,7 +24,7 @@ class EntityRepositoryTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'entity_test', 'user', 'language', diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php index fdcc2ef7f7f4..53d99a939544 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php @@ -16,7 +16,7 @@ class EntityRevisionTranslationTest extends EntityKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['language']; + protected static $modules = ['language']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php index 15a27a3b76aa..1d9b8d9a6881 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php @@ -19,7 +19,7 @@ class EntityRevisionsTest extends EntityKernelTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'system', 'entity_test', 'language', diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php index 6def0edc568b..0e655446334a 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php @@ -21,7 +21,7 @@ class EntitySchemaTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['entity_test_update']; + protected static $modules = ['entity_test_update']; /** * The database connection used. diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintValidatorTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintValidatorTest.php index 14ef87e03fa6..8404ddc686e1 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintValidatorTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintValidatorTest.php @@ -18,7 +18,7 @@ class EntityTypeConstraintValidatorTest extends EntityKernelTestBase { */ protected $typedData; - public static $modules = ['node', 'field', 'user']; + protected static $modules = ['node', 'field', 'user']; protected function setUp(): void { parent::setUp(); diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php index e24de1b63769..6da1cf93e99a 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php @@ -35,7 +35,7 @@ class EntityTypedDataDefinitionTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'filter', 'text', 'node', 'user']; + protected static $modules = ['system', 'filter', 'text', 'node', 'user']; protected function setUp(): void { parent::setup(); diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php index f20510b4224c..095748057054 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php @@ -17,7 +17,7 @@ class EntityValidationTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['filter', 'text', 'language']; + protected static $modules = ['filter', 'text', 'language']; /** * @var string diff --git a/core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php b/core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php index bc3f822b190c..822198606b1d 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php @@ -22,7 +22,7 @@ class FieldSqlStorageTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['field', 'field_test', 'text', 'entity_test']; + protected static $modules = ['field', 'field_test', 'text', 'entity_test']; /** * The name of the created field. diff --git a/core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php b/core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php index d9d36e89e3c5..2bb0e8b4eaf5 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php @@ -15,7 +15,7 @@ */ class FieldWidgetConstraintValidatorTest extends KernelTestBase { - public static $modules = ['entity_test', 'field', 'field_test', 'user', 'system']; + protected static $modules = ['entity_test', 'field', 'field_test', 'user', 'system']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php b/core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php index c885519a39e2..7c54b1e8a0a1 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php @@ -80,7 +80,7 @@ class FieldableEntityDefinitionUpdateTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['content_translation', 'entity_test_update', 'language']; + protected static $modules = ['content_translation', 'entity_test_update', 'language']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php b/core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php index 051bee148dfe..8a8143149c67 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php @@ -23,7 +23,7 @@ class RevisionableContentEntityBaseTest extends EntityKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test_revlog', 'system', 'user']; + protected static $modules = ['entity_test_revlog', 'system', 'user']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php b/core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php index ea3073c1a948..f1665b999ba9 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php @@ -23,7 +23,7 @@ class RouteProviderTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test', 'user', 'system']; + protected static $modules = ['entity_test', 'user', 'system']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php b/core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php index de3b9c354f83..281acded0c45 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php @@ -33,7 +33,7 @@ class ValidReferenceConstraintValidatorTest extends EntityKernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['field', 'node', 'user']; + protected static $modules = ['field', 'node', 'user']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Extension/ModuleConfigureRouteTest.php b/core/tests/Drupal/KernelTests/Core/Extension/ModuleConfigureRouteTest.php index bdae70b90281..656e964d9563 100644 --- a/core/tests/Drupal/KernelTests/Core/Extension/ModuleConfigureRouteTest.php +++ b/core/tests/Drupal/KernelTests/Core/Extension/ModuleConfigureRouteTest.php @@ -18,7 +18,7 @@ class ModuleConfigureRouteTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'user', 'path_alias']; + protected static $modules = ['system', 'user', 'path_alias']; /** * @var \Drupal\Core\Routing\RouteProviderInterface diff --git a/core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php b/core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php index 7d29a26124d5..7eb3a3c642d0 100644 --- a/core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php +++ b/core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php @@ -14,7 +14,7 @@ class ModuleImplementsAlterTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * Tests hook_module_implements_alter() adding an implementation. diff --git a/core/tests/Drupal/KernelTests/Core/Field/Entity/BaseFieldOverrideTest.php b/core/tests/Drupal/KernelTests/Core/Field/Entity/BaseFieldOverrideTest.php index d09cb0880f98..39ee9a6aee29 100644 --- a/core/tests/Drupal/KernelTests/Core/Field/Entity/BaseFieldOverrideTest.php +++ b/core/tests/Drupal/KernelTests/Core/Field/Entity/BaseFieldOverrideTest.php @@ -19,7 +19,7 @@ class BaseFieldOverrideTest extends KernelTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'system', 'user', 'entity_test', diff --git a/core/tests/Drupal/KernelTests/Core/Field/FieldAccessTest.php b/core/tests/Drupal/KernelTests/Core/Field/FieldAccessTest.php index 3a25280063a5..e289a339942d 100644 --- a/core/tests/Drupal/KernelTests/Core/Field/FieldAccessTest.php +++ b/core/tests/Drupal/KernelTests/Core/Field/FieldAccessTest.php @@ -19,7 +19,7 @@ class FieldAccessTest extends KernelTestBase { * * @var array */ - public static $modules = ['entity_test', 'field', 'system', 'text', 'filter', 'user']; + protected static $modules = ['entity_test', 'field', 'system', 'text', 'filter', 'user']; /** * Holds the currently active global user ID that initiated the test run. diff --git a/core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php b/core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php index 9229a60b0b5c..51ee2f8251b7 100644 --- a/core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php +++ b/core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php @@ -19,7 +19,7 @@ class FieldSettingsTest extends EntityKernelTestBase { * * @var array */ - public static $modules = ['field', 'field_test']; + protected static $modules = ['field', 'field_test']; /** * @covers \Drupal\Core\Field\BaseFieldDefinition::getSettings diff --git a/core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php b/core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php index 8b8bed2f71ad..7047c1f09bdb 100644 --- a/core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php +++ b/core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php @@ -20,7 +20,7 @@ class DirectoryTest extends FileTestBase { * * @var array */ - public static $modules = ['system']; + protected static $modules = ['system']; protected function setUp(): void { parent::setUp(); diff --git a/core/tests/Drupal/KernelTests/Core/File/FileSystemRequirementsTest.php b/core/tests/Drupal/KernelTests/Core/File/FileSystemRequirementsTest.php index c5b28330f4b6..5de5688769cd 100644 --- a/core/tests/Drupal/KernelTests/Core/File/FileSystemRequirementsTest.php +++ b/core/tests/Drupal/KernelTests/Core/File/FileSystemRequirementsTest.php @@ -15,7 +15,7 @@ class FileSystemRequirementsTest extends KernelTestBase { * * @var array */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/File/FileSystemTempDirectoryTest.php b/core/tests/Drupal/KernelTests/Core/File/FileSystemTempDirectoryTest.php index ea65750f5580..bfa8503b229b 100644 --- a/core/tests/Drupal/KernelTests/Core/File/FileSystemTempDirectoryTest.php +++ b/core/tests/Drupal/KernelTests/Core/File/FileSystemTempDirectoryTest.php @@ -19,7 +19,7 @@ class FileSystemTempDirectoryTest extends KernelTestBase { * * @var array */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * The file system under test. diff --git a/core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php b/core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php index 3f655e4f677d..153f992d7744 100644 --- a/core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php +++ b/core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php @@ -25,7 +25,7 @@ class FileSystemTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/File/FileTestBase.php b/core/tests/Drupal/KernelTests/Core/File/FileTestBase.php index c22a5bce0143..58ed88bb7971 100644 --- a/core/tests/Drupal/KernelTests/Core/File/FileTestBase.php +++ b/core/tests/Drupal/KernelTests/Core/File/FileTestBase.php @@ -16,7 +16,7 @@ abstract class FileTestBase extends KernelTestBase { * * @var array */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * A stream wrapper scheme to register for the test. diff --git a/core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php b/core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php index c959166850c4..40f278b2b99f 100644 --- a/core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php +++ b/core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php @@ -16,7 +16,7 @@ class MimeTypeTest extends FileTestBase { * * @var array */ - public static $modules = ['file_test']; + protected static $modules = ['file_test']; /** * Test mapping of mimetypes from filenames. diff --git a/core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php b/core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php index cb9e49153094..9749e73d45a2 100644 --- a/core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php +++ b/core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php @@ -14,7 +14,7 @@ class RemoteFileDeleteRecursiveTest extends FileDeleteRecursiveTest { * * @var array */ - public static $modules = ['file_test']; + protected static $modules = ['file_test']; /** * A stream wrapper scheme to register for the test. diff --git a/core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php b/core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php index 1eb53229b830..9cda8b07569d 100644 --- a/core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php +++ b/core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php @@ -14,7 +14,7 @@ class RemoteFileDeleteTest extends FileDeleteTest { * * @var array */ - public static $modules = ['file_test']; + protected static $modules = ['file_test']; /** * A stream wrapper scheme to register for the test. diff --git a/core/tests/Drupal/KernelTests/Core/File/RemoteFileDirectoryTest.php b/core/tests/Drupal/KernelTests/Core/File/RemoteFileDirectoryTest.php index af95d4ec4ab2..83b1210eb037 100644 --- a/core/tests/Drupal/KernelTests/Core/File/RemoteFileDirectoryTest.php +++ b/core/tests/Drupal/KernelTests/Core/File/RemoteFileDirectoryTest.php @@ -14,7 +14,7 @@ class RemoteFileDirectoryTest extends DirectoryTest { * * @var array */ - public static $modules = ['file_test']; + protected static $modules = ['file_test']; /** * A stream wrapper scheme to register for the test. diff --git a/core/tests/Drupal/KernelTests/Core/File/RemoteFileMoveTest.php b/core/tests/Drupal/KernelTests/Core/File/RemoteFileMoveTest.php index df27b9c7dc9d..4a366c63d043 100644 --- a/core/tests/Drupal/KernelTests/Core/File/RemoteFileMoveTest.php +++ b/core/tests/Drupal/KernelTests/Core/File/RemoteFileMoveTest.php @@ -14,7 +14,7 @@ class RemoteFileMoveTest extends FileMoveTest { * * @var array */ - public static $modules = ['file_test']; + protected static $modules = ['file_test']; /** * A stream wrapper scheme to register for the test. diff --git a/core/tests/Drupal/KernelTests/Core/File/RemoteFileSaveDataTest.php b/core/tests/Drupal/KernelTests/Core/File/RemoteFileSaveDataTest.php index 5ffb67a6ad94..3b9ea35a1ed8 100644 --- a/core/tests/Drupal/KernelTests/Core/File/RemoteFileSaveDataTest.php +++ b/core/tests/Drupal/KernelTests/Core/File/RemoteFileSaveDataTest.php @@ -14,7 +14,7 @@ class RemoteFileSaveDataTest extends FileSaveDataTest { * * @var array */ - public static $modules = ['file_test']; + protected static $modules = ['file_test']; /** * A stream wrapper scheme to register for the test. diff --git a/core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php b/core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php index e7e709ee1029..b8d6fc25b5e6 100644 --- a/core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php +++ b/core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php @@ -15,7 +15,7 @@ class RemoteFileScanDirectoryTest extends ScanDirectoryTest { * * @var array */ - public static $modules = ['file_test']; + protected static $modules = ['file_test']; /** * A stream wrapper scheme to register for the test. diff --git a/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php b/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php index 8e546b8581f3..c49e36294b63 100644 --- a/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php +++ b/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php @@ -14,7 +14,7 @@ class RemoteFileUnmanagedCopyTest extends FileCopyTest { * * @var array */ - public static $modules = ['file_test']; + protected static $modules = ['file_test']; /** * A stream wrapper scheme to register for the test. diff --git a/core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php b/core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php index d9876bae5c46..d1eb0c7cfc96 100644 --- a/core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php +++ b/core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php @@ -15,7 +15,7 @@ class ScanDirectoryTest extends FileTestBase { * * @var array */ - public static $modules = ['file_test']; + protected static $modules = ['file_test']; /** * @var string diff --git a/core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php b/core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php index cc77f4bbefd2..80ef0c0cef40 100644 --- a/core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php +++ b/core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php @@ -20,7 +20,7 @@ class StreamWrapperTest extends FileTestBase { * * @var array */ - public static $modules = ['file_test']; + protected static $modules = ['file_test']; /** * A stream wrapper scheme to register for the test. diff --git a/core/tests/Drupal/KernelTests/Core/File/UrlRewritingTest.php b/core/tests/Drupal/KernelTests/Core/File/UrlRewritingTest.php index d5ad4e891512..a0fcdb78d9f5 100644 --- a/core/tests/Drupal/KernelTests/Core/File/UrlRewritingTest.php +++ b/core/tests/Drupal/KernelTests/Core/File/UrlRewritingTest.php @@ -16,7 +16,7 @@ class UrlRewritingTest extends FileTestBase { * * @var array */ - public static $modules = ['file_test']; + protected static $modules = ['file_test']; /** * Tests the rewriting of shipped file URLs by hook_file_url_alter(). diff --git a/core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php b/core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php index 6614b2d5b4eb..a7a8f3e596d7 100644 --- a/core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php +++ b/core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php @@ -12,7 +12,7 @@ */ class UrlTransformRelativeTest extends KernelTestBase { - public static $modules = ['file_test']; + protected static $modules = ['file_test']; /** * Tests file_url_transform_relative function. diff --git a/core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php b/core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php index 8d97983a8e5d..dd610abf7cb8 100644 --- a/core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php +++ b/core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php @@ -18,7 +18,7 @@ class ExternalFormUrlTest extends KernelTestBase implements FormInterface { /** * {@inheritdoc} */ - public static $modules = ['user', 'system']; + protected static $modules = ['user', 'system']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Form/FormCacheTest.php b/core/tests/Drupal/KernelTests/Core/Form/FormCacheTest.php index f3189fef8ab3..c80cd979ba13 100644 --- a/core/tests/Drupal/KernelTests/Core/Form/FormCacheTest.php +++ b/core/tests/Drupal/KernelTests/Core/Form/FormCacheTest.php @@ -21,7 +21,7 @@ class FormCacheTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'user']; + protected static $modules = ['system', 'user']; /** * @var string diff --git a/core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php b/core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php index 3acd7b359fb4..e38aa5705d4e 100644 --- a/core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php +++ b/core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php @@ -19,7 +19,7 @@ class FormDefaultHandlersTest extends KernelTestBase implements FormInterface { * * @var array */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php b/core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php index fa5d24ff5614..4a7f87088549 100644 --- a/core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php +++ b/core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php @@ -19,7 +19,7 @@ class StackKernelIntegrationTest extends KernelTestBase { * * @var array */ - public static $modules = ['httpkernel_test', 'system']; + protected static $modules = ['httpkernel_test', 'system']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php b/core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php index a71a2f1c40f4..08b4d91e813e 100644 --- a/core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php +++ b/core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php @@ -43,7 +43,7 @@ class ToolkitGdTest extends KernelTestBase { * * @var array */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageExpirableTest.php b/core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageExpirableTest.php index a2d45f5fd51c..42d43058a59e 100644 --- a/core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageExpirableTest.php +++ b/core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageExpirableTest.php @@ -17,7 +17,7 @@ class DatabaseStorageExpirableTest extends StorageTestBase { * * @var array */ - public static $modules = ['system']; + protected static $modules = ['system']; protected function setUp(): void { parent::setUp(); diff --git a/core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageTest.php b/core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageTest.php index 9a758f6be560..b70fa69fa92b 100644 --- a/core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageTest.php +++ b/core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageTest.php @@ -17,7 +17,7 @@ class DatabaseStorageTest extends StorageTestBase { * * @var array */ - public static $modules = ['system']; + protected static $modules = ['system']; protected function setUp(): void { parent::setUp(); diff --git a/core/tests/Drupal/KernelTests/Core/KeyValueStore/GarbageCollectionTest.php b/core/tests/Drupal/KernelTests/Core/KeyValueStore/GarbageCollectionTest.php index 59d00079d419..bbf927f6a2b4 100644 --- a/core/tests/Drupal/KernelTests/Core/KeyValueStore/GarbageCollectionTest.php +++ b/core/tests/Drupal/KernelTests/Core/KeyValueStore/GarbageCollectionTest.php @@ -19,7 +19,7 @@ class GarbageCollectionTest extends KernelTestBase { * * @var array */ - public static $modules = ['system']; + protected static $modules = ['system']; protected function setUp(): void { parent::setUp(); diff --git a/core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php b/core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php index c36e9a11b2f1..2dae852f3687 100644 --- a/core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php +++ b/core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php @@ -19,7 +19,7 @@ class KeyValueContentEntityStorageTest extends KernelTestBase { * * @var array */ - public static $modules = ['user', 'entity_test', 'keyvalue_test']; + protected static $modules = ['user', 'entity_test', 'keyvalue_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Menu/LocalActionManagerTest.php b/core/tests/Drupal/KernelTests/Core/Menu/LocalActionManagerTest.php index 13acd8b982b9..c43118f73944 100644 --- a/core/tests/Drupal/KernelTests/Core/Menu/LocalActionManagerTest.php +++ b/core/tests/Drupal/KernelTests/Core/Menu/LocalActionManagerTest.php @@ -15,7 +15,7 @@ class LocalActionManagerTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['menu_test', 'user', 'system']; + protected static $modules = ['menu_test', 'user', 'system']; /** * Tests the cacheability of local actions. diff --git a/core/tests/Drupal/KernelTests/Core/Menu/MenuLinkDefaultIntegrationTest.php b/core/tests/Drupal/KernelTests/Core/Menu/MenuLinkDefaultIntegrationTest.php index d0da9130a69e..47fbe2bb933a 100644 --- a/core/tests/Drupal/KernelTests/Core/Menu/MenuLinkDefaultIntegrationTest.php +++ b/core/tests/Drupal/KernelTests/Core/Menu/MenuLinkDefaultIntegrationTest.php @@ -17,7 +17,7 @@ class MenuLinkDefaultIntegrationTest extends KernelTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'menu_test', ]; diff --git a/core/tests/Drupal/KernelTests/Core/Menu/MenuLinkTreeTest.php b/core/tests/Drupal/KernelTests/Core/Menu/MenuLinkTreeTest.php index cf99daf9d4c1..f792faa9fa3e 100644 --- a/core/tests/Drupal/KernelTests/Core/Menu/MenuLinkTreeTest.php +++ b/core/tests/Drupal/KernelTests/Core/Menu/MenuLinkTreeTest.php @@ -35,7 +35,7 @@ class MenuLinkTreeTest extends KernelTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'system', 'menu_test', 'menu_link_content', diff --git a/core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php b/core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php index f8bbeaa7caf5..5af86b2ad84c 100644 --- a/core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php +++ b/core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php @@ -23,7 +23,7 @@ class EntityConverterLatestRevisionTest extends KernelTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'entity_test', 'user', 'language', diff --git a/core/tests/Drupal/KernelTests/Core/Path/PathValidatorTest.php b/core/tests/Drupal/KernelTests/Core/Path/PathValidatorTest.php index ff0a39792493..a656671567f2 100644 --- a/core/tests/Drupal/KernelTests/Core/Path/PathValidatorTest.php +++ b/core/tests/Drupal/KernelTests/Core/Path/PathValidatorTest.php @@ -22,7 +22,7 @@ class PathValidatorTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['path', 'entity_test', 'system', 'user']; + protected static $modules = ['path', 'entity_test', 'system', 'user']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Path/UrlAlterTest.php b/core/tests/Drupal/KernelTests/Core/Path/UrlAlterTest.php index 37ac65ae8e88..ae5f631c5f65 100644 --- a/core/tests/Drupal/KernelTests/Core/Path/UrlAlterTest.php +++ b/core/tests/Drupal/KernelTests/Core/Path/UrlAlterTest.php @@ -17,7 +17,7 @@ class UrlAlterTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['path', 'url_alter_test', 'user']; + protected static $modules = ['path', 'url_alter_test', 'user']; public function testUrlWithQueryString() { // Test outbound query string altering. diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php b/core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php index 0d4de7037d52..e96f650cde08 100644 --- a/core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php +++ b/core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php @@ -30,7 +30,7 @@ class ConditionTestDualUserTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'user', 'condition_test']; + protected static $modules = ['system', 'user', 'condition_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php b/core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php index a4fb3fef1a52..c30349d48613 100644 --- a/core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php +++ b/core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php @@ -15,7 +15,7 @@ class CurrentThemeConditionTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'theme_test']; + protected static $modules = ['system', 'theme_test']; /** * Tests the current theme condition. diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/Condition/OptionalContextConditionTest.php b/core/tests/Drupal/KernelTests/Core/Plugin/Condition/OptionalContextConditionTest.php index e0a4a09952e2..b735d0c2692a 100644 --- a/core/tests/Drupal/KernelTests/Core/Plugin/Condition/OptionalContextConditionTest.php +++ b/core/tests/Drupal/KernelTests/Core/Plugin/Condition/OptionalContextConditionTest.php @@ -19,7 +19,7 @@ class OptionalContextConditionTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'user', 'condition_test', 'node']; + protected static $modules = ['system', 'user', 'condition_test', 'node']; /** * Tests with both contexts mapped to the same user. diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php b/core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php index 076426db97cb..753c140248b7 100644 --- a/core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php +++ b/core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php @@ -42,7 +42,7 @@ class RequestPathTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'user', 'field', 'path']; + protected static $modules = ['system', 'user', 'field', 'path']; /** * The current path. diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/ContextDefinitionTest.php b/core/tests/Drupal/KernelTests/Core/Plugin/ContextDefinitionTest.php index 9194c096f625..7e10996b5bb9 100644 --- a/core/tests/Drupal/KernelTests/Core/Plugin/ContextDefinitionTest.php +++ b/core/tests/Drupal/KernelTests/Core/Plugin/ContextDefinitionTest.php @@ -16,7 +16,7 @@ class ContextDefinitionTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['entity_test', 'user']; + protected static $modules = ['entity_test', 'user']; /** * @covers ::isSatisfiedBy diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/ContextPluginTest.php b/core/tests/Drupal/KernelTests/Core/Plugin/ContextPluginTest.php index 52458247878c..a9c3bd6595e2 100644 --- a/core/tests/Drupal/KernelTests/Core/Plugin/ContextPluginTest.php +++ b/core/tests/Drupal/KernelTests/Core/Plugin/ContextPluginTest.php @@ -17,7 +17,7 @@ */ class ContextPluginTest extends KernelTestBase { - public static $modules = ['system', 'user', 'node', 'field', 'filter', 'text']; + protected static $modules = ['system', 'user', 'node', 'field', 'filter', 'text']; /** * Tests basic context definition and value getters and setters. diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/DerivativeTest.php b/core/tests/Drupal/KernelTests/Core/Plugin/DerivativeTest.php index 519d7373c591..e80ce22b8b2f 100644 --- a/core/tests/Drupal/KernelTests/Core/Plugin/DerivativeTest.php +++ b/core/tests/Drupal/KernelTests/Core/Plugin/DerivativeTest.php @@ -12,7 +12,7 @@ class DerivativeTest extends PluginTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'user']; + protected static $modules = ['node', 'user']; /** * Tests getDefinitions() and getDefinition() with a derivativeDecorator. diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php b/core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php index ed7792982e6c..0178bb546ab0 100644 --- a/core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php +++ b/core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php @@ -14,7 +14,7 @@ class FactoryTest extends PluginTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'user']; + protected static $modules = ['node', 'user']; /** * Test that DefaultFactory can create a plugin instance. diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/InspectionTest.php b/core/tests/Drupal/KernelTests/Core/Plugin/InspectionTest.php index 20ba65c1bf01..a737d9a5ef88 100644 --- a/core/tests/Drupal/KernelTests/Core/Plugin/InspectionTest.php +++ b/core/tests/Drupal/KernelTests/Core/Plugin/InspectionTest.php @@ -12,7 +12,7 @@ class InspectionTest extends PluginTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'user']; + protected static $modules = ['node', 'user']; /** * Ensure the test plugins correctly implement getPluginId() and getPluginDefinition(). diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php b/core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php index 9c065d48bee0..a8df05585ce5 100644 --- a/core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php +++ b/core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php @@ -20,7 +20,7 @@ abstract class PluginTestBase extends KernelTestBase { * * @var array */ - public static $modules = ['plugin_test']; + protected static $modules = ['plugin_test']; protected $testPluginManager; protected $testPluginExpectedDefinitions; diff --git a/core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php b/core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php index bc1f8ed6bcc4..fe6d8a423033 100644 --- a/core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php +++ b/core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php @@ -30,7 +30,7 @@ class QueueSerializationTest extends KernelTestBase implements FormInterface { * * @var array */ - public static $modules = ['system', 'user', 'aggregator']; + protected static $modules = ['system', 'user', 'aggregator']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Render/Element/ActionsTest.php b/core/tests/Drupal/KernelTests/Core/Render/Element/ActionsTest.php index 135c7aabb192..70081bca9b27 100644 --- a/core/tests/Drupal/KernelTests/Core/Render/Element/ActionsTest.php +++ b/core/tests/Drupal/KernelTests/Core/Render/Element/ActionsTest.php @@ -15,7 +15,7 @@ class ActionsTest extends KernelTestBase implements FormInterface { /** * {@inheritdoc} */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php b/core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php index 409cd4d9a2b3..8ff094ca964a 100644 --- a/core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php +++ b/core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php @@ -18,7 +18,7 @@ class RenderElementTypesTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'router_test']; + protected static $modules = ['system', 'router_test']; protected function setUp(): void { parent::setUp(); diff --git a/core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php b/core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php index f32b490d5bf3..a7dc9fc4957c 100644 --- a/core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php +++ b/core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php @@ -16,7 +16,7 @@ class TableTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'form_test']; + protected static $modules = ['system', 'form_test']; /** * Tableheader.js provides 'sticky' table headers, and is included by default. diff --git a/core/tests/Drupal/KernelTests/Core/Render/RenderCacheTest.php b/core/tests/Drupal/KernelTests/Core/Render/RenderCacheTest.php index 395d96f65404..a258de007349 100644 --- a/core/tests/Drupal/KernelTests/Core/Render/RenderCacheTest.php +++ b/core/tests/Drupal/KernelTests/Core/Render/RenderCacheTest.php @@ -19,7 +19,7 @@ class RenderCacheTest extends KernelTestBase { * * @var array */ - public static $modules = ['user', 'system']; + protected static $modules = ['user', 'system']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Render/RenderTest.php b/core/tests/Drupal/KernelTests/Core/Render/RenderTest.php index 043aae4445ce..b0e3d8094a27 100644 --- a/core/tests/Drupal/KernelTests/Core/Render/RenderTest.php +++ b/core/tests/Drupal/KernelTests/Core/Render/RenderTest.php @@ -16,7 +16,7 @@ class RenderTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'common_test', 'theme_test']; + protected static $modules = ['system', 'common_test', 'theme_test']; /** * Tests theme preprocess functions being able to attach assets. diff --git a/core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php b/core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php index 8114a0fa4641..922eefa25b5e 100644 --- a/core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php +++ b/core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php @@ -22,7 +22,7 @@ class RouteNoneTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * The URL generator. diff --git a/core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteProcessorCurrentIntegrationTest.php b/core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteProcessorCurrentIntegrationTest.php index e29fa68a7dcd..235af6e144f4 100644 --- a/core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteProcessorCurrentIntegrationTest.php +++ b/core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteProcessorCurrentIntegrationTest.php @@ -21,7 +21,7 @@ class RouteProcessorCurrentIntegrationTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * The URL generator. diff --git a/core/tests/Drupal/KernelTests/Core/Routing/ContentNegotiationRoutingTest.php b/core/tests/Drupal/KernelTests/Core/Routing/ContentNegotiationRoutingTest.php index 202971cb0036..b6a0738d09c7 100644 --- a/core/tests/Drupal/KernelTests/Core/Routing/ContentNegotiationRoutingTest.php +++ b/core/tests/Drupal/KernelTests/Core/Routing/ContentNegotiationRoutingTest.php @@ -20,7 +20,7 @@ class ContentNegotiationRoutingTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['conneg_test', 'path_alias']; + protected static $modules = ['conneg_test', 'path_alias']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php b/core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php index 7132efba64b0..877376eb2730 100644 --- a/core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php +++ b/core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php @@ -18,7 +18,7 @@ class ExceptionHandlingTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'router_test']; + protected static $modules = ['system', 'router_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php b/core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php index 0c1b5f78dbe7..f4d8d374ed90 100644 --- a/core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php +++ b/core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php @@ -38,7 +38,7 @@ class RouteProviderTest extends KernelTestBase { /** * Modules to enable. */ - public static $modules = ['url_alter_test', 'system', 'language', 'path_alias']; + protected static $modules = ['url_alter_test', 'system', 'language', 'path_alias']; /** * A collection of shared fixture data for tests. diff --git a/core/tests/Drupal/KernelTests/Core/Routing/UrlIntegrationTest.php b/core/tests/Drupal/KernelTests/Core/Routing/UrlIntegrationTest.php index 053db792cbb8..82138006769f 100644 --- a/core/tests/Drupal/KernelTests/Core/Routing/UrlIntegrationTest.php +++ b/core/tests/Drupal/KernelTests/Core/Routing/UrlIntegrationTest.php @@ -19,7 +19,7 @@ class UrlIntegrationTest extends KernelTestBase { * * @var array */ - public static $modules = ['user', 'router_test', 'system']; + protected static $modules = ['user', 'router_test', 'system']; /** * Ensures that the access() method on \Drupal\Core\Url objects works. diff --git a/core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php b/core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php index 970ea0486dd5..0411f5f83ca5 100644 --- a/core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php +++ b/core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php @@ -16,7 +16,7 @@ class ServiceProviderTest extends KernelTestBase { * * @var array */ - public static $modules = ['file', 'service_provider_test', 'system']; + protected static $modules = ['file', 'service_provider_test', 'system']; /** * Tests that services provided by module service providers get registered to the DIC. diff --git a/core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php b/core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php index 43bbe99acdd7..2cc2ee5a4022 100644 --- a/core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php +++ b/core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php @@ -21,7 +21,7 @@ class StreamWrapperManagerTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/StringTranslation/TranslationStringTest.php b/core/tests/Drupal/KernelTests/Core/StringTranslation/TranslationStringTest.php index f6c89ad4c0c2..77e37755f3c6 100644 --- a/core/tests/Drupal/KernelTests/Core/StringTranslation/TranslationStringTest.php +++ b/core/tests/Drupal/KernelTests/Core/StringTranslation/TranslationStringTest.php @@ -18,7 +18,7 @@ class TranslationStringTest extends KernelTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'language', ]; diff --git a/core/tests/Drupal/KernelTests/Core/TempStore/AnonymousPrivateTempStoreTest.php b/core/tests/Drupal/KernelTests/Core/TempStore/AnonymousPrivateTempStoreTest.php index 37632dc106ca..e96549e38f2c 100644 --- a/core/tests/Drupal/KernelTests/Core/TempStore/AnonymousPrivateTempStoreTest.php +++ b/core/tests/Drupal/KernelTests/Core/TempStore/AnonymousPrivateTempStoreTest.php @@ -17,7 +17,7 @@ class AnonymousPrivateTempStoreTest extends KernelTestBase { * * @var array */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * The private temp store. diff --git a/core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php b/core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php index cd50cc6851ea..cb7eb1bbdfd6 100644 --- a/core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php +++ b/core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php @@ -21,7 +21,7 @@ class TempStoreDatabaseTest extends KernelTestBase { * * @var array */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * A key/value store factory. diff --git a/core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php b/core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php index d82a37b90698..2942eaace9f5 100644 --- a/core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php +++ b/core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php @@ -13,7 +13,7 @@ */ class PhpUnitBridgeTest extends KernelTestBase { - public static $modules = ['deprecation_test']; + protected static $modules = ['deprecation_test']; /** * @expectedDeprecation Drupal\deprecation_test\Deprecation\FixtureDeprecatedClass is deprecated. diff --git a/core/tests/Drupal/KernelTests/Core/Theme/BaseThemeMissingTest.php b/core/tests/Drupal/KernelTests/Core/Theme/BaseThemeMissingTest.php index 91cdb1567909..68c7cff2f5a8 100644 --- a/core/tests/Drupal/KernelTests/Core/Theme/BaseThemeMissingTest.php +++ b/core/tests/Drupal/KernelTests/Core/Theme/BaseThemeMissingTest.php @@ -21,7 +21,7 @@ class BaseThemeMissingTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * The theme installer. diff --git a/core/tests/Drupal/KernelTests/Core/Theme/BaseThemeRequiredTest.php b/core/tests/Drupal/KernelTests/Core/Theme/BaseThemeRequiredTest.php index 298a7b1e3571..13734db774c7 100644 --- a/core/tests/Drupal/KernelTests/Core/Theme/BaseThemeRequiredTest.php +++ b/core/tests/Drupal/KernelTests/Core/Theme/BaseThemeRequiredTest.php @@ -14,7 +14,7 @@ class BaseThemeRequiredTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * The theme installer. diff --git a/core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php b/core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php index 119093958085..f93f61a019cb 100644 --- a/core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php +++ b/core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php @@ -17,7 +17,7 @@ class ImageTest extends KernelTestBase { * * @var array */ - public static $modules = ['system']; + protected static $modules = ['system']; /* * The images to test with. diff --git a/core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php b/core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php index 6e594f358ef5..d6df9261f2a8 100644 --- a/core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php +++ b/core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php @@ -14,7 +14,7 @@ class MessageTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * Tests setting messages output. diff --git a/core/tests/Drupal/KernelTests/Core/Theme/RegistryLegacyTest.php b/core/tests/Drupal/KernelTests/Core/Theme/RegistryLegacyTest.php index 3c30360533a7..350f2accb445 100644 --- a/core/tests/Drupal/KernelTests/Core/Theme/RegistryLegacyTest.php +++ b/core/tests/Drupal/KernelTests/Core/Theme/RegistryLegacyTest.php @@ -20,7 +20,7 @@ class RegistryLegacyTest extends KernelTestBase { * * @var array */ - public static $modules = ['theme_test', 'system']; + protected static $modules = ['theme_test', 'system']; protected $profile = 'testing'; diff --git a/core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php b/core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php index bfc693f32d68..baaaeb471eb5 100644 --- a/core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php +++ b/core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php @@ -21,7 +21,7 @@ class RegistryTest extends KernelTestBase { * * @var array */ - public static $modules = ['theme_test', 'system']; + protected static $modules = ['theme_test', 'system']; protected $profile = 'testing'; diff --git a/core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php b/core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php index debde6ef0623..7ace13dd81f4 100644 --- a/core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php +++ b/core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php @@ -49,7 +49,7 @@ class Stable9LibraryOverrideTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'user', 'path_alias']; + protected static $modules = ['system', 'user', 'path_alias']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php b/core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php index e34478796c08..22fc6515859c 100644 --- a/core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php +++ b/core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php @@ -15,7 +15,7 @@ class Stable9TemplateOverrideTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'user']; + protected static $modules = ['system', 'user']; /** * An array of template names to skip, without the extension. diff --git a/core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php b/core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php index 159bd090c2c7..e291cbe44f36 100644 --- a/core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php +++ b/core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php @@ -49,7 +49,7 @@ class StableLibraryOverrideTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'user', 'path_alias']; + protected static $modules = ['system', 'user', 'path_alias']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php b/core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php index 8d873d003856..6534baa635e5 100644 --- a/core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php +++ b/core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php @@ -15,7 +15,7 @@ class StableTemplateOverrideTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'user']; + protected static $modules = ['system', 'user']; /** * An array of template names to skip, without the extension. diff --git a/core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php b/core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php index c6532acced91..504946aa071e 100644 --- a/core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php +++ b/core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php @@ -21,7 +21,7 @@ class ThemeInstallerTest extends KernelTestBase { * * @var array */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php b/core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php index 7d57e893c0b7..5a06ef8f7968 100644 --- a/core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php +++ b/core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php @@ -25,7 +25,7 @@ class ThemeRenderAndAutoescapeTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php b/core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php index f0862ccceaf4..c9e915f89baa 100644 --- a/core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php +++ b/core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php @@ -18,7 +18,7 @@ class ThemeSettingsTest extends KernelTestBase { * * @var array */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * List of discovered themes. diff --git a/core/tests/Drupal/KernelTests/Core/Theme/TwigEnvironmentTest.php b/core/tests/Drupal/KernelTests/Core/Theme/TwigEnvironmentTest.php index 65f80c4054ad..f39db0cec2bf 100644 --- a/core/tests/Drupal/KernelTests/Core/Theme/TwigEnvironmentTest.php +++ b/core/tests/Drupal/KernelTests/Core/Theme/TwigEnvironmentTest.php @@ -25,7 +25,7 @@ class TwigEnvironmentTest extends KernelTestBase { * * @var array */ - public static $modules = ['system']; + protected static $modules = ['system']; /** * Tests inline templates. diff --git a/core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php b/core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php index 826ac047cb5b..3948062f2b5c 100644 --- a/core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php +++ b/core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php @@ -29,7 +29,7 @@ class TwigMarkupInterfaceTest extends KernelTestBase { * * @var array */ - public static $modules = [ + protected static $modules = [ 'language', ]; diff --git a/core/tests/Drupal/KernelTests/Core/Theme/TwigWhiteListTest.php b/core/tests/Drupal/KernelTests/Core/Theme/TwigWhiteListTest.php index 5eabdf5c796d..03edb5e6ad02 100644 --- a/core/tests/Drupal/KernelTests/Core/Theme/TwigWhiteListTest.php +++ b/core/tests/Drupal/KernelTests/Core/Theme/TwigWhiteListTest.php @@ -35,7 +35,7 @@ class TwigWhiteListTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['node', 'taxonomy', 'user', 'system', 'text', 'field', 'entity_reference']; + protected static $modules = ['node', 'taxonomy', 'user', 'system', 'text', 'field', 'entity_reference']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/Core/TypedData/RecursiveContextualValidatorTest.php b/core/tests/Drupal/KernelTests/Core/TypedData/RecursiveContextualValidatorTest.php index 0130e27cedbf..8ba4784807b4 100644 --- a/core/tests/Drupal/KernelTests/Core/TypedData/RecursiveContextualValidatorTest.php +++ b/core/tests/Drupal/KernelTests/Core/TypedData/RecursiveContextualValidatorTest.php @@ -16,7 +16,7 @@ class RecursiveContextualValidatorTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = [ + protected static $modules = [ 'entity_test', 'user', ]; diff --git a/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php b/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php index 8087ca043e95..f84c6acddcda 100644 --- a/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php +++ b/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php @@ -38,7 +38,7 @@ class TypedDataTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'field', 'file', 'user']; + protected static $modules = ['system', 'field', 'file', 'user']; protected function setUp(): void { parent::setup(); diff --git a/core/tests/Drupal/KernelTests/Core/Update/CompatibilityFixTest.php b/core/tests/Drupal/KernelTests/Core/Update/CompatibilityFixTest.php index a0678524bf4a..eb51f496898b 100644 --- a/core/tests/Drupal/KernelTests/Core/Update/CompatibilityFixTest.php +++ b/core/tests/Drupal/KernelTests/Core/Update/CompatibilityFixTest.php @@ -15,7 +15,7 @@ class CompatibilityFixTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system']; + protected static $modules = ['system']; protected function setUp(): void { parent::setUp(); diff --git a/core/tests/Drupal/KernelTests/Core/Url/LinkGenerationTest.php b/core/tests/Drupal/KernelTests/Core/Url/LinkGenerationTest.php index 610dc303dfbc..de76242ca0e7 100644 --- a/core/tests/Drupal/KernelTests/Core/Url/LinkGenerationTest.php +++ b/core/tests/Drupal/KernelTests/Core/Url/LinkGenerationTest.php @@ -14,7 +14,7 @@ */ class LinkGenerationTest extends KernelTestBase { - public static $modules = ['link_generation_test']; + protected static $modules = ['link_generation_test']; /** * Tests how hook_link_alter() can affect escaping of the link text. diff --git a/core/tests/Drupal/KernelTests/Core/Validation/ConstraintsTest.php b/core/tests/Drupal/KernelTests/Core/Validation/ConstraintsTest.php index fedb9adbc738..a53b2232766e 100644 --- a/core/tests/Drupal/KernelTests/Core/Validation/ConstraintsTest.php +++ b/core/tests/Drupal/KernelTests/Core/Validation/ConstraintsTest.php @@ -14,7 +14,7 @@ class ConstraintsTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['config_test']; + protected static $modules = ['config_test']; /** * {@inheritdoc} diff --git a/core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php b/core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php index 7fbefdc17577..6e84bea1c108 100644 --- a/core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php +++ b/core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php @@ -16,7 +16,7 @@ class RedirectOnExceptionTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'test_page_test']; + protected static $modules = ['system', 'test_page_test']; /** * {@inheritdoc} -- GitLab