pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/drupal8



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Tue Dec 11 09:45:54 UTC 2018

Modified Files:
        pkgsrc/www/drupal8: Makefile PLIST distinfo

Log Message:
Update drupal8 to 8.6.4

Many bug fixes including:
- Breadcrumbs disappears when starting with front-page after cache rebuild
- Adding a display mode to a content type using layout, and disabling
  layout on that new display mode removes the layout_builder__layout
  field and breaks layout in already configured display modes
- Clearing the persistent entity cache every time we switch between
  workspaces is super wasteful

For full list, see:
- https://www.drupal.org/project/drupal/releases/8.6.3
- https://www.drupal.org/project/drupal/releases/8.6.4


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/drupal8/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/drupal8/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/drupal8/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/drupal8/Makefile
diff -u pkgsrc/www/drupal8/Makefile:1.12 pkgsrc/www/drupal8/Makefile:1.13
--- pkgsrc/www/drupal8/Makefile:1.12    Thu Oct 18 14:39:38 2018
+++ pkgsrc/www/drupal8/Makefile Tue Dec 11 09:45:54 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2018/10/18 14:39:38 taca Exp $
+# $NetBSD: Makefile,v 1.13 2018/12/11 09:45:54 prlw1 Exp $
 
-DISTNAME=      drupal-8.6.2
+DISTNAME=      drupal-8.6.4
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  http://ftp.drupal.org/files/projects/

Index: pkgsrc/www/drupal8/PLIST
diff -u pkgsrc/www/drupal8/PLIST:1.10 pkgsrc/www/drupal8/PLIST:1.11
--- pkgsrc/www/drupal8/PLIST:1.10       Thu Oct 18 14:39:38 2018
+++ pkgsrc/www/drupal8/PLIST    Tue Dec 11 09:45:54 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2018/10/18 14:39:38 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2018/12/11 09:45:54 prlw1 Exp $
 share/drupal/.csslintrc
 share/drupal/.editorconfig
 share/drupal/.eslintignore
@@ -926,6 +926,7 @@ share/drupal/core/lib/Drupal/Component/U
 share/drupal/core/lib/Drupal/Component/Utility/Html.php
 share/drupal/core/lib/Drupal/Component/Utility/Image.php
 share/drupal/core/lib/Drupal/Component/Utility/LICENSE.txt
+share/drupal/core/lib/Drupal/Component/Utility/Mail.php
 share/drupal/core/lib/Drupal/Component/Utility/NestedArray.php
 share/drupal/core/lib/Drupal/Component/Utility/Number.php
 share/drupal/core/lib/Drupal/Component/Utility/OpCodeCache.php
@@ -2191,6 +2192,7 @@ share/drupal/core/lib/Drupal/Core/Render
 share/drupal/core/lib/Drupal/Core/Render/PlaceholderGeneratorInterface.php
 share/drupal/core/lib/Drupal/Core/Render/PlaceholderingRenderCache.php
 share/drupal/core/lib/Drupal/Core/Render/Plugin/DisplayVariant/SimplePageVariant.php
+share/drupal/core/lib/Drupal/Core/Render/PreviewFallbackInterface.php
 share/drupal/core/lib/Drupal/Core/Render/RenderCache.php
 share/drupal/core/lib/Drupal/Core/Render/RenderCacheInterface.php
 share/drupal/core/lib/Drupal/Core/Render/RenderContext.php
@@ -2925,6 +2927,7 @@ share/drupal/core/modules/block/src/Plug
 share/drupal/core/modules/block/src/Plugin/migrate/process/BlockVisibility.php
 share/drupal/core/modules/block/src/Plugin/migrate/source/Block.php
 share/drupal/core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php
+share/drupal/core/modules/block/src/Plugin/migrate/source/d7/BlockTranslation.php
 share/drupal/core/modules/block/src/Tests/BlockTestBase.php
 share/drupal/core/modules/block/src/Theme/AdminDemoNegotiator.php
 share/drupal/core/modules/block/templates/block.html.twig
@@ -3003,9 +3006,11 @@ share/drupal/core/modules/block/tests/sr
 share/drupal/core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php
 share/drupal/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockContentTranslationTest.php
 share/drupal/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php
+share/drupal/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockContentTranslationTest.php
 share/drupal/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php
 share/drupal/core/modules/block/tests/src/Kernel/Plugin/migrate/source/BlockTest.php
 share/drupal/core/modules/block/tests/src/Kernel/Plugin/migrate/source/d6/BlockTranslationTest.php
+share/drupal/core/modules/block/tests/src/Kernel/Plugin/migrate/source/d7/BlockTranslationTest.php
 share/drupal/core/modules/block/tests/src/Traits/BlockCreationTrait.php
 share/drupal/core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php
 share/drupal/core/modules/block/tests/src/Unit/BlockFormTest.php
@@ -3064,6 +3069,7 @@ share/drupal/core/modules/block_content/
 share/drupal/core/modules/block_content/src/Plugin/migrate/source/d6/Box.php
 share/drupal/core/modules/block_content/src/Plugin/migrate/source/d6/BoxTranslation.php
 share/drupal/core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php
+share/drupal/core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php
 share/drupal/core/modules/block_content/src/Plugin/views/area/ListingEmpty.php
 share/drupal/core/modules/block_content/src/Plugin/views/wizard/BlockContent.php
 share/drupal/core/modules/block_content/src/Tests/BlockContentTestBase.php
@@ -3137,10 +3143,12 @@ share/drupal/core/modules/block_content/
 share/drupal/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.php
 share/drupal/core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateBlockContentTest.php
 share/drupal/core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php
+share/drupal/core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php
 share/drupal/core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php
 share/drupal/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d6/BoxTest.php
 share/drupal/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d6/BoxTranslationTest.php
 share/drupal/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTest.php
+share/drupal/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTranslationTest.php
 share/drupal/core/modules/block_content/tests/src/Unit/Access/AccessGroupAndTest.php
 share/drupal/core/modules/block_content/tests/src/Unit/Access/AccessibleTestingTrait.php
 share/drupal/core/modules/block_content/tests/src/Unit/Access/DependentAccessTest.php
@@ -3464,6 +3472,7 @@ share/drupal/core/modules/comment/src/Pl
 share/drupal/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php
 share/drupal/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php
 share/drupal/core/modules/comment/src/Plugin/migrate/source/d7/Comment.php
+share/drupal/core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php
 share/drupal/core/modules/comment/src/Plugin/migrate/source/d7/CommentType.php
 share/drupal/core/modules/comment/src/Plugin/views/argument/UserUid.php
 share/drupal/core/modules/comment/src/Plugin/views/field/CommentBulkForm.php
@@ -3600,6 +3609,7 @@ share/drupal/core/modules/comment/tests/
 share/drupal/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariablePerCommentTypeTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariableTest.php
+share/drupal/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTypeTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php
@@ -3783,12 +3793,19 @@ share/drupal/core/modules/config_transla
 share/drupal/core/modules/config_translation/config_translation.routing.yml
 share/drupal/core/modules/config_translation/config_translation.services.yml
 share/drupal/core/modules/config_translation/css/config_translation.admin.css
+share/drupal/core/modules/config_translation/migrations/d6_field_instance_label_description_translation.yml
+share/drupal/core/modules/config_translation/migrations/d6_field_instance_option_translation.yml
+share/drupal/core/modules/config_translation/migrations/d6_field_option_translation.yml
 share/drupal/core/modules/config_translation/migrations/d6_system_maintenance_translation.yml
 share/drupal/core/modules/config_translation/migrations/d6_system_site_translation.yml
 share/drupal/core/modules/config_translation/migrations/d6_taxonomy_vocabulary_translation.yml
 share/drupal/core/modules/config_translation/migrations/d6_user_mail_translation.yml
 share/drupal/core/modules/config_translation/migrations/d6_user_profile_field_instance_translation.yml
 share/drupal/core/modules/config_translation/migrations/d6_user_settings_translation.yml
+share/drupal/core/modules/config_translation/migrations/d7_system_maintenance_translation.yml
+share/drupal/core/modules/config_translation/migrations/d7_system_site_translation.yml
+share/drupal/core/modules/config_translation/migrations/d7_user_mail_translation.yml
+share/drupal/core/modules/config_translation/migrations/d7_user_settings_translation.yml
 share/drupal/core/modules/config_translation/src/Access/ConfigTranslationFormAccess.php
 share/drupal/core/modules/config_translation/src/Access/ConfigTranslationOverviewAccess.php
 share/drupal/core/modules/config_translation/src/ConfigEntityMapper.php
@@ -3850,6 +3867,9 @@ share/drupal/core/modules/config_transla
 share/drupal/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemSiteTranslationTest.php
 share/drupal/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserConfigsTranslationTest.php
 share/drupal/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserProfileFieldInstanceTranslationTest.php
+share/drupal/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateSystemMaintenanceTranslationTest.php
+share/drupal/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateSystemSiteTranslationTest.php
+share/drupal/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateUserConfigsTranslationTest.php
 share/drupal/core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/I18nProfileFieldTest.php
 share/drupal/core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php
 share/drupal/core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php
@@ -4015,6 +4035,7 @@ share/drupal/core/modules/content_modera
 share/drupal/core/modules/content_moderation/tests/src/Functional/DefaultContentModerationStateRevisionUpdateTest.php
 share/drupal/core/modules/content_moderation/tests/src/Functional/ModeratedContentViewTest.php
 share/drupal/core/modules/content_moderation/tests/src/Functional/ModerationActionsTest.php
+share/drupal/core/modules/content_moderation/tests/src/Functional/ModerationContentTranslationTest.php
 share/drupal/core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php
 share/drupal/core/modules/content_moderation/tests/src/Functional/ModerationLocaleTest.php
 share/drupal/core/modules/content_moderation/tests/src/Functional/ModerationRevisionRevertTest.php
@@ -4070,10 +4091,16 @@ share/drupal/core/modules/content_transl
 share/drupal/core/modules/content_translation/migrations/d6_entity_reference_translation.yml
 share/drupal/core/modules/content_translation/migrations/d6_menu_links_translation.yml
 share/drupal/core/modules/content_translation/migrations/d6_node_translation.yml
+share/drupal/core/modules/content_translation/migrations/d6_taxonomy_term_localized_translation.yml
 share/drupal/core/modules/content_translation/migrations/d6_taxonomy_term_translation.yml
+share/drupal/core/modules/content_translation/migrations/d7_block_translation.yml
+share/drupal/core/modules/content_translation/migrations/d7_comment_entity_translation.yml
+share/drupal/core/modules/content_translation/migrations/d7_custom_block_translation.yml
 share/drupal/core/modules/content_translation/migrations/d7_entity_reference_translation.yml
 share/drupal/core/modules/content_translation/migrations/d7_entity_translation_settings.yml
+share/drupal/core/modules/content_translation/migrations/d7_node_entity_translation.yml
 share/drupal/core/modules/content_translation/migrations/d7_node_translation.yml
+share/drupal/core/modules/content_translation/migrations/d7_taxonomy_term_entity_translation.yml
 share/drupal/core/modules/content_translation/migrations/d7_user_entity_translation.yml
 share/drupal/core/modules/content_translation/migrations/node_translation_menu_links.yml
 share/drupal/core/modules/content_translation/migrations/statistics_node_translation_counter.yml
@@ -4097,6 +4124,7 @@ share/drupal/core/modules/content_transl
 share/drupal/core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php
 share/drupal/core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php
 share/drupal/core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php
+share/drupal/core/modules/content_translation/src/Plugin/migrate/source/I18nQueryTrait.php
 share/drupal/core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php
 share/drupal/core/modules/content_translation/src/Plugin/views/field/TranslationLink.php
 share/drupal/core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php
@@ -4227,6 +4255,7 @@ share/drupal/core/modules/datetime/tests
 share/drupal/core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_sort_datetime.yml
 share/drupal/core/modules/datetime/tests/src/Functional/DateTestBase.php
 share/drupal/core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
+share/drupal/core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php
 share/drupal/core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDateonlyTest.php
 share/drupal/core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php
 share/drupal/core/modules/datetime/tests/src/Kernel/DateTimeFormInjectionTest.php
@@ -4259,10 +4288,13 @@ share/drupal/core/modules/datetime_range
 share/drupal/core/modules/datetime_range/tests/fixtures/update/field.field.node.page.field_range.yml
 share/drupal/core/modules/datetime_range/tests/fixtures/update/field.storage.node.field_range.yml
 share/drupal/core/modules/datetime_range/tests/fixtures/update/views.view.test_datetime_range_filter_values.yml
+share/drupal/core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.info.yml
+share/drupal/core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.module
 share/drupal/core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
 share/drupal/core/modules/datetime_range/tests/src/Functional/Update/DatetimeRangeViewUpdateTest.php
 share/drupal/core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php
 share/drupal/core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php
+share/drupal/core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php
 share/drupal/core/modules/datetime_range/tests/src/Kernel/Views/FilterDateTest.php
 share/drupal/core/modules/dblog/config/install/dblog.settings.yml
 share/drupal/core/modules/dblog/config/optional/views.view.watchdog.yml
@@ -4306,6 +4338,7 @@ share/drupal/core/modules/dblog/tests/sr
 share/drupal/core/modules/dblog/tests/src/Functional/Update/DblogRecentLogsUsingViewsUpdateTest.php
 share/drupal/core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php
 share/drupal/core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php
+share/drupal/core/modules/dblog/tests/src/Kernel/DbLogTest.php
 share/drupal/core/modules/dblog/tests/src/Kernel/Migrate/d6/MigrateDblogConfigsTest.php
 share/drupal/core/modules/dblog/tests/src/Kernel/Migrate/d7/MigrateDblogConfigsTest.php
 share/drupal/core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php
@@ -4432,8 +4465,10 @@ share/drupal/core/modules/field/src/Plug
 share/drupal/core/modules/field/src/Plugin/migrate/process/ProcessField.php
 share/drupal/core/modules/field/src/Plugin/migrate/process/d6/FieldFormatterSettingsDefaults.php
 share/drupal/core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceDefaults.php
+share/drupal/core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceOptionTranslation.php
 share/drupal/core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceSettings.php
 share/drupal/core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceWidgetSettings.php
+share/drupal/core/modules/field/src/Plugin/migrate/process/d6/FieldOptionTranslation.php
 share/drupal/core/modules/field/src/Plugin/migrate/process/d6/FieldSettings.php
 share/drupal/core/modules/field/src/Plugin/migrate/process/d6/FieldTypeDefaults.php
 share/drupal/core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceDefaults.php
@@ -4442,15 +4477,17 @@ share/drupal/core/modules/field/src/Plug
 share/drupal/core/modules/field/src/Plugin/migrate/process/d7/FieldTypeDefaults.php
 share/drupal/core/modules/field/src/Plugin/migrate/source/d6/Field.php
 share/drupal/core/modules/field/src/Plugin/migrate/source/d6/FieldInstance.php
+share/drupal/core/modules/field/src/Plugin/migrate/source/d6/FieldInstanceOptionTranslation.php
 share/drupal/core/modules/field/src/Plugin/migrate/source/d6/FieldInstancePerFormDisplay.php
 share/drupal/core/modules/field/src/Plugin/migrate/source/d6/FieldInstancePerViewMode.php
+share/drupal/core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php
+share/drupal/core/modules/field/src/Plugin/migrate/source/d6/FieldOptionTranslation.php
 share/drupal/core/modules/field/src/Plugin/migrate/source/d7/Field.php
 share/drupal/core/modules/field/src/Plugin/migrate/source/d7/FieldInstance.php
 share/drupal/core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerFormDisplay.php
 share/drupal/core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerViewMode.php
 share/drupal/core/modules/field/src/Plugin/migrate/source/d7/ViewMode.php
 share/drupal/core/modules/field/src/ProxyClass/FieldUninstallValidator.php
-share/drupal/core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php
 share/drupal/core/modules/field/src/Tests/EntityReference/EntityReferenceTestTrait.php
 share/drupal/core/modules/field/src/Tests/FieldTestBase.php
 share/drupal/core/modules/field/src/Tests/Views/FieldTestBase.php
@@ -4518,6 +4555,7 @@ share/drupal/core/modules/field/tests/mo
 share/drupal/core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php
 share/drupal/core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php
 share/drupal/core/modules/field/tests/src/Functional/Email/EmailFieldTest.php
+share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php
 share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAutoCreateTest.php
 share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php
 share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
@@ -4563,6 +4601,7 @@ share/drupal/core/modules/field/tests/sr
 share/drupal/core/modules/field/tests/src/Functional/Views/HandlerFieldFieldTest.php
 share/drupal/core/modules/field/tests/src/Functional/reEnableModuleFieldTest.php
 share/drupal/core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php
+share/drupal/core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php
 share/drupal/core/modules/field/tests/src/FunctionalJavascript/FormJSAddMoreTest.php
 share/drupal/core/modules/field/tests/src/FunctionalJavascript/Number/NumberFieldTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php
@@ -4592,7 +4631,10 @@ share/drupal/core/modules/field/tests/sr
 share/drupal/core/modules/field/tests/src/Kernel/FieldValidationTest.php
 share/drupal/core/modules/field/tests/src/Kernel/FormatterPluginManagerTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldFormatterSettingsTest.php
+share/drupal/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceLabelDescriptionTest.php
+share/drupal/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceOptionTranslationTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceTest.php
+share/drupal/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldOptionTranslationTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldWidgetSettingsTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldFormatterSettingsTest.php
@@ -4604,9 +4646,12 @@ share/drupal/core/modules/field/tests/sr
 share/drupal/core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Migrate/d7/RollbackViewModesTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Number/NumberItemTest.php
+share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceLabelDescriptionTranslationTest.php
+share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceOptionTranslationTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstancePerFormDisplayTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstancePerViewModeTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceTest.php
+share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerFormDisplayTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerViewModeTest.php
@@ -4626,6 +4671,7 @@ share/drupal/core/modules/field/tests/sr
 share/drupal/core/modules/field/tests/src/Kernel/TranslationTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Uri/UriItemTest.php
 share/drupal/core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php
+share/drupal/core/modules/field/tests/src/Traits/EntityReferenceTestTrait.php
 share/drupal/core/modules/field/tests/src/Unit/FieldConfigAccessControlHandlerTest.php
 share/drupal/core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php
 share/drupal/core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php
@@ -4659,6 +4705,7 @@ share/drupal/core/modules/field_layout/t
 share/drupal/core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php
 share/drupal/core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php
 share/drupal/core/modules/field_layout/tests/src/Kernel/FieldLayoutEntityDisplayTest.php
+share/drupal/core/modules/field_layout/tests/src/Kernel/FieldLayoutUninstallTest.php
 share/drupal/core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php
 share/drupal/core/modules/field_ui/config/install/field_ui.settings.yml
 share/drupal/core/modules/field_ui/config/schema/field_ui.schema.yml
@@ -4702,21 +4749,22 @@ share/drupal/core/modules/field_ui/src/P
 share/drupal/core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php
 share/drupal/core/modules/field_ui/src/Routing/FieldUiRouteEnhancer.php
 share/drupal/core/modules/field_ui/src/Routing/RouteSubscriber.php
-share/drupal/core/modules/field_ui/src/Tests/FieldUIDeleteTest.php
 share/drupal/core/modules/field_ui/src/Tests/FieldUiTestTrait.php
 share/drupal/core/modules/field_ui/src/Tests/ManageDisplayTest.php
-share/drupal/core/modules/field_ui/src/Tests/ManageFieldsTest.php
 share/drupal/core/modules/field_ui/templates/field-ui-table.html.twig
 share/drupal/core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.info.yml
 share/drupal/core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.module
 share/drupal/core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php
 share/drupal/core/modules/field_ui/tests/src/Functional/EntityDisplayTest.php
+share/drupal/core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php
 share/drupal/core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php
 share/drupal/core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php
+share/drupal/core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
 share/drupal/core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php
 share/drupal/core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php
 share/drupal/core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php
 share/drupal/core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php
+share/drupal/core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php
 share/drupal/core/modules/field_ui/tests/src/Unit/FieldUiTest.php
 share/drupal/core/modules/file/config/install/file.settings.yml
 share/drupal/core/modules/file/config/optional/views.view.files.yml
@@ -4804,7 +4852,6 @@ share/drupal/core/modules/file/src/Plugi
 share/drupal/core/modules/file/src/Plugin/views/wizard/File.php
 share/drupal/core/modules/file/src/Tests/FileFieldTestBase.php
 share/drupal/core/modules/file/src/Tests/FileFieldWidgetTest.php
-share/drupal/core/modules/file/src/Tests/FileManagedFileElementTest.php
 share/drupal/core/modules/file/src/Tests/FileManagedTestBase.php
 share/drupal/core/modules/file/templates/file-audio.html.twig
 share/drupal/core/modules/file/templates/file-link.html.twig
@@ -4847,6 +4894,7 @@ share/drupal/core/modules/file/tests/src
 share/drupal/core/modules/file/tests/src/Functional/FileFieldValidateTest.php
 share/drupal/core/modules/file/tests/src/Functional/FileListingTest.php
 share/drupal/core/modules/file/tests/src/Functional/FileManagedAccessTest.php
+share/drupal/core/modules/file/tests/src/Functional/FileManagedFileElementTest.php
 share/drupal/core/modules/file/tests/src/Functional/FileManagedTestBase.php
 share/drupal/core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php
 share/drupal/core/modules/file/tests/src/Functional/FilePrivateTest.php
@@ -4862,6 +4910,7 @@ share/drupal/core/modules/file/tests/src
 share/drupal/core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonBasicAuthTest.php
 share/drupal/core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonCookieTest.php
 share/drupal/core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonTestBase.php
+share/drupal/core/modules/file/tests/src/Functional/MultipleFileUploadTest.php
 share/drupal/core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php
 share/drupal/core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php
 share/drupal/core/modules/file/tests/src/Functional/Rest/FileJsonAnonTest.php
@@ -4877,6 +4926,7 @@ share/drupal/core/modules/file/tests/src
 share/drupal/core/modules/file/tests/src/Functional/Update/FileUsageTemporaryDeletionConfigurationUpdateTest.php
 share/drupal/core/modules/file/tests/src/Functional/Views/RelationshipUserFileDataTest.php
 share/drupal/core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php
+share/drupal/core/modules/file/tests/src/FunctionalJavascript/FileManagedFileElementTest.php
 share/drupal/core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php
 share/drupal/core/modules/file/tests/src/Kernel/AccessTest.php
 share/drupal/core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php
@@ -5405,6 +5455,7 @@ share/drupal/core/modules/language/langu
 share/drupal/core/modules/language/language.services.yml
 share/drupal/core/modules/language/migrations/d6_language_content_menu_settings.yml
 share/drupal/core/modules/language/migrations/d6_language_content_settings.yml
+share/drupal/core/modules/language/migrations/d6_language_content_taxonomy_vocabulary_settings.yml
 share/drupal/core/modules/language/migrations/d6_language_negotiation_settings.yml
 share/drupal/core/modules/language/migrations/d6_language_types.yml
 share/drupal/core/modules/language/migrations/d7_language_content_settings.yml
@@ -5471,6 +5522,7 @@ share/drupal/core/modules/language/src/P
 share/drupal/core/modules/language/src/Plugin/migrate/process/LanguageTypes.php
 share/drupal/core/modules/language/src/Plugin/migrate/source/Language.php
 share/drupal/core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettings.php
+share/drupal/core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettingsTaxonomyVocabulary.php
 share/drupal/core/modules/language/src/Plugin/migrate/source/d7/LanguageContentSettings.php
 share/drupal/core/modules/language/src/ProxyClass/LanguageConverter.php
 share/drupal/core/modules/language/templates/language-content-settings-table.html.twig
@@ -5490,6 +5542,7 @@ share/drupal/core/modules/language/tests
 share/drupal/core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTest.php
 share/drupal/core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php
 share/drupal/core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php
+share/drupal/core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php
 share/drupal/core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php
 share/drupal/core/modules/language/tests/src/Functional/Hal/ConfigurableLanguageHalJsonAnonTest.php
 share/drupal/core/modules/language/tests/src/Functional/Hal/ConfigurableLanguageHalJsonBasicAuthTest.php
@@ -5547,12 +5600,14 @@ share/drupal/core/modules/language/tests
 share/drupal/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateDefaultLanguageTest.php
 share/drupal/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentMenuSettingsTest.php
 share/drupal/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentSettingsTest.php
+share/drupal/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentTaxonomyVocabularySettingsTest.php
 share/drupal/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageNegotiationSettingsTest.php
 share/drupal/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateDefaultLanguageTest.php
 share/drupal/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentSettingsTest.php
 share/drupal/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php
 share/drupal/core/modules/language/tests/src/Kernel/Plugin/migrate/source/LanguageTest.php
 share/drupal/core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentSettingsTest.php
+share/drupal/core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentTaxonomyVocabularySettingsTest.php
 share/drupal/core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentSettingsTest.php
 share/drupal/core/modules/language/tests/src/Kernel/Views/ArgumentLanguageTest.php
 share/drupal/core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php
@@ -5633,6 +5688,7 @@ share/drupal/core/modules/layout_builder
 share/drupal/core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php
 share/drupal/core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
 share/drupal/core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php
+share/drupal/core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageLocalTaskProviderInterface.php
 share/drupal/core/modules/layout_builder/src/Routing/LayoutBuilderRouteEnhancer.php
 share/drupal/core/modules/layout_builder/src/Routing/LayoutBuilderRoutes.php
 share/drupal/core/modules/layout_builder/src/Routing/LayoutBuilderRoutesTrait.php
@@ -5649,6 +5705,9 @@ share/drupal/core/modules/layout_builder
 share/drupal/core/modules/layout_builder/tests/fixtures/update/layout-builder-extra.php
 share/drupal/core/modules/layout_builder/tests/fixtures/update/layout-builder.php
 share/drupal/core/modules/layout_builder/tests/fixtures/update/section-dependencies.php
+share/drupal/core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/config/schema/layout_builder_fieldblock_test.schema.yml
+share/drupal/core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/layout_builder_fieldblock_test.info.yml
+share/drupal/core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/src/Plugin/Block/FieldBlock.php
 share/drupal/core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.info.yml
 share/drupal/core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.module
 share/drupal/core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/TestAjaxBlock.php
@@ -5659,6 +5718,7 @@ share/drupal/core/modules/layout_builder
 share/drupal/core/modules/layout_builder/tests/modules/no_transitions_css/no_transitions_css.libraries.yml
 share/drupal/core/modules/layout_builder/tests/modules/no_transitions_css/no_transitions_css.module
 share/drupal/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/LayoutDisplayTest.php
 share/drupal/core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php
 share/drupal/core/modules/layout_builder/tests/src/Functional/Update/ExtraFieldUpdatePathTest.php
 share/drupal/core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderEnableUpdatePathTest.php
@@ -5670,6 +5730,7 @@ share/drupal/core/modules/layout_builder
 share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php
 share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php
 share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderOptInTest.php
+share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php
 share/drupal/core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php
 share/drupal/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php
 share/drupal/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php
@@ -5679,6 +5740,7 @@ share/drupal/core/modules/layout_builder
 share/drupal/core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php
 share/drupal/core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php
 share/drupal/core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php
+share/drupal/core/modules/layout_builder/tests/src/Unit/InlineBlockUsageTest.php
 share/drupal/core/modules/layout_builder/tests/src/Unit/LayoutBuilderRouteEnhancerTest.php
 share/drupal/core/modules/layout_builder/tests/src/Unit/LayoutBuilderRoutesTest.php
 share/drupal/core/modules/layout_builder/tests/src/Unit/LayoutTempstoreParamConverterTest.php
@@ -5732,7 +5794,6 @@ share/drupal/core/modules/link/src/Plugi
 share/drupal/core/modules/link/src/Plugin/migrate/process/FieldLink.php
 share/drupal/core/modules/link/src/Plugin/migrate/process/d6/CckLink.php
 share/drupal/core/modules/link/src/Plugin/migrate/process/d6/FieldLink.php
-share/drupal/core/modules/link/src/Tests/Views/LinkViewsTokensTest.php
 share/drupal/core/modules/link/templates/link-formatter-link-separate.html.twig
 share/drupal/core/modules/link/tests/modules/link_test_base_field/link_test_base_field.info.yml
 share/drupal/core/modules/link/tests/modules/link_test_base_field/link_test_base_field.module
@@ -5740,6 +5801,7 @@ share/drupal/core/modules/link/tests/mod
 share/drupal/core/modules/link/tests/modules/link_test_views/test_views/views.view.test_link_tokens.yml
 share/drupal/core/modules/link/tests/src/Functional/LinkFieldTest.php
 share/drupal/core/modules/link/tests/src/Functional/LinkFieldUITest.php
+share/drupal/core/modules/link/tests/src/Functional/Views/LinkViewsTokensTest.php
 share/drupal/core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php
 share/drupal/core/modules/link/tests/src/Kernel/LinkItemTest.php
 share/drupal/core/modules/link/tests/src/Kernel/Plugin/migrate/cckfield/d7/LinkCckDeprecationTest.php
@@ -5942,6 +6004,7 @@ share/drupal/core/modules/media/src/OEmb
 share/drupal/core/modules/media/src/OEmbed/ResourceFetcherInterface.php
 share/drupal/core/modules/media/src/OEmbed/UrlResolver.php
 share/drupal/core/modules/media/src/OEmbed/UrlResolverInterface.php
+share/drupal/core/modules/media/src/Plugin/EntityReferenceSelection/MediaSelection.php
 share/drupal/core/modules/media/src/Plugin/Field/FieldFormatter/MediaThumbnailFormatter.php
 share/drupal/core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php
 share/drupal/core/modules/media/src/Plugin/Field/FieldWidget/OEmbedWidget.php
@@ -6012,6 +6075,7 @@ share/drupal/core/modules/media/tests/sr
 share/drupal/core/modules/media/tests/src/Functional/MediaSettingsTest.php
 share/drupal/core/modules/media/tests/src/Functional/MediaSourceFileTest.php
 share/drupal/core/modules/media/tests/src/Functional/MediaTemplateSuggestionsTest.php
+share/drupal/core/modules/media/tests/src/Functional/MediaTranslationUITest.php
 share/drupal/core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php
 share/drupal/core/modules/media/tests/src/Functional/ProviderRepositoryTest.php
 share/drupal/core/modules/media/tests/src/Functional/ResourceFetcherTest.php
@@ -6171,6 +6235,7 @@ share/drupal/core/modules/menu_link_cont
 share/drupal/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php
 share/drupal/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/MenuLinkTest.php
 share/drupal/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d6/MenuLinkTranslationTest.php
+share/drupal/core/modules/menu_link_content/tests/src/Unit/MenuLinkPluginTest.php
 share/drupal/core/modules/menu_ui/config/install/menu_ui.settings.yml
 share/drupal/core/modules/menu_ui/config/schema/menu_ui.schema.yml
 share/drupal/core/modules/menu_ui/css/menu_ui.admin.css
@@ -6453,9 +6518,11 @@ share/drupal/core/modules/migrate_drupal
 share/drupal/core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php
 share/drupal/core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php
 share/drupal/core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php
+share/drupal/core/modules/migrate_drupal/src/Plugin/migrate/source/d6/D6VariableTranslation.php
 share/drupal/core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php
 share/drupal/core/modules/migrate_drupal/src/Plugin/migrate/source/d6/i18nVariable.php
 share/drupal/core/modules/migrate_drupal/src/Plugin/migrate/source/d7/FieldableEntity.php
+share/drupal/core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php
 share/drupal/core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php
 share/drupal/core/modules/migrate_drupal/src/Tests/StubTestTrait.php
 share/drupal/core/modules/migrate_drupal/tests/fixtures/drupal6.php
@@ -6479,6 +6546,7 @@ share/drupal/core/modules/migrate_drupal
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableMultiRowTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d6/i18nVariableTest.php
+share/drupal/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d7/VariableTranslationTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d8/ConfigTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/d6/FollowUpMigrationsTest.php
@@ -6580,7 +6648,6 @@ share/drupal/core/modules/node/migration
 share/drupal/core/modules/node/migrations/d6_node_type.yml
 share/drupal/core/modules/node/migrations/d6_view_modes.yml
 share/drupal/core/modules/node/migrations/d7_node.yml
-share/drupal/core/modules/node/migrations/d7_node_entity_translation.yml
 share/drupal/core/modules/node/migrations/d7_node_revision.yml
 share/drupal/core/modules/node/migrations/d7_node_settings.yml
 share/drupal/core/modules/node/migrations/d7_node_title_label.yml
@@ -7066,6 +7133,7 @@ share/drupal/core/modules/quickedit/test
 share/drupal/core/modules/quickedit/tests/modules/src/MockQuickEditEntityFieldAccessCheck.php
 share/drupal/core/modules/quickedit/tests/modules/src/Plugin/InPlaceEditor/WysiwygEditor.php
 share/drupal/core/modules/quickedit/tests/src/FunctionalJavascript/FieldTest.php
+share/drupal/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditFileTest.php
 share/drupal/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php
 share/drupal/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditJavascriptTestBase.php
 share/drupal/core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php
@@ -7144,7 +7212,6 @@ share/drupal/core/modules/responsive_ima
 share/drupal/core/modules/responsive_image/src/ResponsiveImageStyleForm.php
 share/drupal/core/modules/responsive_image/src/ResponsiveImageStyleInterface.php
 share/drupal/core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php
-share/drupal/core/modules/responsive_image/src/Tests/ResponsiveImageFieldDisplayTest.php
 share/drupal/core/modules/responsive_image/src/Tests/ResponsiveImageFieldUiTest.php
 share/drupal/core/modules/responsive_image/templates/responsive-image-formatter.html.twig
 share/drupal/core/modules/responsive_image/templates/responsive-image.html.twig
@@ -7156,6 +7223,7 @@ share/drupal/core/modules/responsive_ima
 share/drupal/core/modules/responsive_image/tests/src/Functional/Hal/ResponsiveImageStyleHalJsonBasicAuthTest.php
 share/drupal/core/modules/responsive_image/tests/src/Functional/Hal/ResponsiveImageStyleHalJsonCookieTest.php
 share/drupal/core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php
+share/drupal/core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php
 share/drupal/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonAnonTest.php
 share/drupal/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonBasicAuthTest.php
 share/drupal/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonCookieTest.php
@@ -7233,6 +7301,8 @@ share/drupal/core/modules/rest/tests/mod
 share/drupal/core/modules/rest/tests/modules/rest_test/src/Authentication/Provider/TestAuth.php
 share/drupal/core/modules/rest/tests/modules/rest_test/src/Authentication/Provider/TestAuthGlobal.php
 share/drupal/core/modules/rest/tests/modules/rest_test/src/PageCache/RequestPolicy/DenyTestAuthRequests.php
+share/drupal/core/modules/rest/tests/modules/rest_test/src/Plugin/Validation/Constraint/RestTestConstraint.php
+share/drupal/core/modules/rest/tests/modules/rest_test/src/Plugin/Validation/Constraint/RestTestConstraintValidator.php
 share/drupal/core/modules/rest/tests/modules/rest_test/src/Plugin/rest/resource/NoSerializationClassTestResource.php
 share/drupal/core/modules/rest/tests/modules/rest_test_views/rest_test_views.info.yml
 share/drupal/core/modules/rest/tests/modules/rest_test_views/rest_test_views.module
@@ -7283,6 +7353,13 @@ share/drupal/core/modules/rest/tests/src
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Menu/MenuResourceTestBase.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/MenuLinkContent/MenuLinkContentResourceTestBase.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Message/MessageResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeJsonAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeJsonBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeJsonCookieTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeResourceTestBase.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/NodeType/NodeTypeResourceTestBase.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/RdfMapping/RdfMappingResourceTestBase.php
@@ -7750,7 +7827,6 @@ share/drupal/core/modules/statistics/src
 share/drupal/core/modules/statistics/src/StatisticsStorageInterface.php
 share/drupal/core/modules/statistics/src/StatisticsViewsResult.php
 share/drupal/core/modules/statistics/src/Tests/StatisticsTestBase.php
-share/drupal/core/modules/statistics/src/Tests/Views/IntegrationTest.php
 share/drupal/core/modules/statistics/statistics.es6.js
 share/drupal/core/modules/statistics/statistics.info.yml
 share/drupal/core/modules/statistics/statistics.install
@@ -7772,6 +7848,7 @@ share/drupal/core/modules/statistics/tes
 share/drupal/core/modules/statistics/tests/src/Functional/StatisticsReportsTest.php
 share/drupal/core/modules/statistics/tests/src/Functional/StatisticsTestBase.php
 share/drupal/core/modules/statistics/tests/src/Functional/StatisticsTokenReplaceTest.php
+share/drupal/core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php
 share/drupal/core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php
 share/drupal/core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php
 share/drupal/core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateStatisticsConfigsTest.php
@@ -7968,46 +8045,26 @@ share/drupal/core/modules/system/src/Sys
 share/drupal/core/modules/system/src/SystemManager.php
 share/drupal/core/modules/system/src/SystemRequirements.php
 share/drupal/core/modules/system/src/Tests/Ajax/AjaxTestBase.php
-share/drupal/core/modules/system/src/Tests/Ajax/CommandsTest.php
-share/drupal/core/modules/system/src/Tests/Ajax/DialogTest.php
-share/drupal/core/modules/system/src/Tests/Ajax/ElementValidationTest.php
-share/drupal/core/modules/system/src/Tests/Ajax/FormValuesTest.php
-share/drupal/core/modules/system/src/Tests/Ajax/FrameworkTest.php
-share/drupal/core/modules/system/src/Tests/Ajax/MultiFormTest.php
 share/drupal/core/modules/system/src/Tests/Cache/AssertPageCacheContextsAndTagsTrait.php
 share/drupal/core/modules/system/src/Tests/Cache/CacheTestBase.php
 share/drupal/core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
 share/drupal/core/modules/system/src/Tests/Cache/PageCacheTagsTestBase.php
-share/drupal/core/modules/system/src/Tests/Condition/ConditionFormTest.php
 share/drupal/core/modules/system/src/Tests/Database/DatabaseWebTestBase.php
 share/drupal/core/modules/system/src/Tests/Database/FakeRecord.php
 share/drupal/core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php
 share/drupal/core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php
 share/drupal/core/modules/system/src/Tests/Entity/EntityUnitTestBase.php
 share/drupal/core/modules/system/src/Tests/Entity/EntityWithUriCacheTagsTestBase.php
-share/drupal/core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
-share/drupal/core/modules/system/src/Tests/Form/RebuildTest.php
-share/drupal/core/modules/system/src/Tests/Form/StorageTest.php
-share/drupal/core/modules/system/src/Tests/Form/TriggeringElementTest.php
 share/drupal/core/modules/system/src/Tests/Image/ToolkitTestBase.php
 share/drupal/core/modules/system/src/Tests/Installer/ConfigAfterInstallerTestBase.php
 share/drupal/core/modules/system/src/Tests/Menu/AssertBreadcrumbTrait.php
 share/drupal/core/modules/system/src/Tests/Menu/AssertMenuActiveTrailTrait.php
 share/drupal/core/modules/system/src/Tests/Menu/MenuTestBase.php
 share/drupal/core/modules/system/src/Tests/Module/ModuleTestBase.php
-share/drupal/core/modules/system/src/Tests/Page/DefaultMetatagsTest.php
-share/drupal/core/modules/system/src/Tests/Pager/PagerTest.php
 share/drupal/core/modules/system/src/Tests/Path/UrlAliasFixtures.php
-share/drupal/core/modules/system/src/Tests/Render/HtmlResponseAttachmentsTest.php
-share/drupal/core/modules/system/src/Tests/Render/UrlBubbleableMetadataBubblingTest.php
-share/drupal/core/modules/system/src/Tests/Routing/DestinationTest.php
 share/drupal/core/modules/system/src/Tests/Routing/MockAliasManager.php
 share/drupal/core/modules/system/src/Tests/Routing/MockRouteProvider.php
-share/drupal/core/modules/system/src/Tests/Routing/RouterTest.php
-share/drupal/core/modules/system/src/Tests/Session/SessionAuthenticationTest.php
 share/drupal/core/modules/system/src/Tests/Session/SessionHttpsTest.php
-share/drupal/core/modules/system/src/Tests/Session/SessionTest.php
-share/drupal/core/modules/system/src/Tests/Session/StackSessionHandlerIntegrationTest.php
 share/drupal/core/modules/system/src/Tests/System/ErrorHandlerTest.php
 share/drupal/core/modules/system/src/Tests/System/SystemConfigFormTestBase.php
 share/drupal/core/modules/system/src/Tests/Update/DbUpdatesTrait.php
@@ -8525,6 +8582,7 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php
 share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php
 share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php
+share/drupal/core/modules/system/tests/modules/form_test/src/Form/JavascriptStatesForm.php
 share/drupal/core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php
 share/drupal/core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php
 share/drupal/core/modules/system/tests/modules/form_test/src/FormTestAutocompleteForm.php
@@ -8589,6 +8647,9 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/lazy_route_provider_install_test/src/PluginManager.php
 share/drupal/core/modules/system/tests/modules/link_generation_test/link_generation_test.info.yml
 share/drupal/core/modules/system/tests/modules/link_generation_test/link_generation_test.module
+share/drupal/core/modules/system/tests/modules/mail_html_test/mail_html_test.info.yml
+share/drupal/core/modules/system/tests/modules/mail_html_test/mail_html_test.module
+share/drupal/core/modules/system/tests/modules/mail_html_test/src/Plugin/Mail/TestHtmlMailCollector.php
 share/drupal/core/modules/system/tests/modules/menu_test/config/install/language/nl/menu_test.menu_item.yml
 share/drupal/core/modules/system/tests/modules/menu_test/config/install/menu_test.links.action.yml
 share/drupal/core/modules/system/tests/modules/menu_test/config/install/menu_test.menu_item.yml
@@ -8859,6 +8920,7 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/url_alter_test/url_alter_test.info.yml
 share/drupal/core/modules/system/tests/modules/url_alter_test/url_alter_test.install
 share/drupal/core/modules/system/tests/modules/url_alter_test/url_alter_test.services.yml
+share/drupal/core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php
 share/drupal/core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php
 share/drupal/core/modules/system/tests/src/Functional/Batch/PageTest.php
 share/drupal/core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
@@ -8874,6 +8936,7 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Functional/Common/NoJavaScriptAnonymousTest.php
 share/drupal/core/modules/system/tests/src/Functional/Common/RenderWebTest.php
 share/drupal/core/modules/system/tests/src/Functional/Common/UrlTest.php
+share/drupal/core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php
 share/drupal/core/modules/system/tests/src/Functional/CsrfRequestHeaderTest.php
 share/drupal/core/modules/system/tests/src/Functional/Database/DatabaseTestBase.php
 share/drupal/core/modules/system/tests/src/Functional/Database/FakeRecord.php
@@ -8917,6 +8980,7 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Functional/Form/ElementsAccessTest.php
 share/drupal/core/modules/system/tests/src/Functional/Form/ElementsContainerTest.php
 share/drupal/core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php
+share/drupal/core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
 share/drupal/core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php
 share/drupal/core/modules/system/tests/src/Functional/Form/EmailTest.php
 share/drupal/core/modules/system/tests/src/Functional/Form/FormObjectTest.php
@@ -8924,10 +8988,12 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Functional/Form/FormTest.php
 share/drupal/core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php
 share/drupal/core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php
+share/drupal/core/modules/system/tests/src/Functional/Form/RebuildTest.php
 share/drupal/core/modules/system/tests/src/Functional/Form/RedirectTest.php
 share/drupal/core/modules/system/tests/src/Functional/Form/ResponseTest.php
 share/drupal/core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php
 share/drupal/core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php
+share/drupal/core/modules/system/tests/src/Functional/Form/StorageTest.php
 share/drupal/core/modules/system/tests/src/Functional/Form/StubForm.php
 share/drupal/core/modules/system/tests/src/Functional/Form/SystemConfigFormTest.php
 share/drupal/core/modules/system/tests/src/Functional/Form/UrlTest.php
@@ -8943,6 +9009,7 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Functional/Mail/MailTest.php
 share/drupal/core/modules/system/tests/src/Functional/Menu/AssertBreadcrumbTrait.php
 share/drupal/core/modules/system/tests/src/Functional/Menu/AssertMenuActiveTrailTrait.php
+share/drupal/core/modules/system/tests/src/Functional/Menu/BreadcrumbFrontCacheContextsTest.php
 share/drupal/core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php
 share/drupal/core/modules/system/tests/src/Functional/Menu/LocalActionTest.php
 share/drupal/core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php
@@ -8959,12 +9026,16 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php
 share/drupal/core/modules/system/tests/src/Functional/Module/UninstallTest.php
 share/drupal/core/modules/system/tests/src/Functional/Module/VersionTest.php
+share/drupal/core/modules/system/tests/src/Functional/Page/DefaultMetatagsTest.php
+share/drupal/core/modules/system/tests/src/Functional/Pager/PagerTest.php
 share/drupal/core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php
 share/drupal/core/modules/system/tests/src/Functional/Path/UrlAlterFunctionalTest.php
 share/drupal/core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php
 share/drupal/core/modules/system/tests/src/Functional/Render/DisplayVariantTest.php
+share/drupal/core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php
 share/drupal/core/modules/system/tests/src/Functional/Render/PlaceholderMessageTest.php
 share/drupal/core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php
+share/drupal/core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php
 share/drupal/core/modules/system/tests/src/Functional/Rest/ActionJsonAnonTest.php
 share/drupal/core/modules/system/tests/src/Functional/Rest/ActionJsonBasicAuthTest.php
 share/drupal/core/modules/system/tests/src/Functional/Rest/ActionJsonCookieTest.php
@@ -8979,9 +9050,14 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Functional/Rest/MenuXmlAnonTest.php
 share/drupal/core/modules/system/tests/src/Functional/Rest/MenuXmlBasicAuthTest.php
 share/drupal/core/modules/system/tests/src/Functional/Rest/MenuXmlCookieTest.php
+share/drupal/core/modules/system/tests/src/Functional/Routing/DestinationTest.php
 share/drupal/core/modules/system/tests/src/Functional/Routing/MockMatcher.php
 share/drupal/core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php
+share/drupal/core/modules/system/tests/src/Functional/Routing/RouterTest.php
 share/drupal/core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php
+share/drupal/core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php
+share/drupal/core/modules/system/tests/src/Functional/Session/SessionTest.php
+share/drupal/core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/AccessDeniedTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/AdminMetaTagTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/AdminTest.php
@@ -9062,6 +9138,10 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Functional/Update/UpdateSchemaTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/UpdateScriptTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/UpdatesWith7xTest.php
+share/drupal/core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php
+share/drupal/core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php
+share/drupal/core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php
+share/drupal/core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php
 share/drupal/core/modules/system/tests/src/FunctionalJavascript/ModalRendererTest.php
 share/drupal/core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php
 share/drupal/core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php
@@ -9079,7 +9159,7 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Kernel/Form/FormElementMaxlengthTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Form/FormObjectTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Form/ProgrammaticTest.php
-share/drupal/core/modules/system/tests/src/Kernel/Installer/InstallerMissingDependenciesTest.php
+share/drupal/core/modules/system/tests/src/Kernel/Installer/InstallerDependenciesResolutionTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php
 share/drupal/core/modules/system/tests/src/Kernel/MenuAccessControlHandlerTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateDateFormatTest.php
@@ -9226,12 +9306,14 @@ share/drupal/core/modules/taxonomy/src/P
 share/drupal/core/modules/taxonomy/src/Plugin/migrate/process/ForumVocabulary.php
 share/drupal/core/modules/taxonomy/src/Plugin/migrate/source/Term.php
 share/drupal/core/modules/taxonomy/src/Plugin/migrate/source/d6/Term.php
+share/drupal/core/modules/taxonomy/src/Plugin/migrate/source/d6/TermLocalizedTranslation.php
 share/drupal/core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNode.php
 share/drupal/core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNodeRevision.php
 share/drupal/core/modules/taxonomy/src/Plugin/migrate/source/d6/Vocabulary.php
 share/drupal/core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyPerType.php
 share/drupal/core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyTranslation.php
 share/drupal/core/modules/taxonomy/src/Plugin/migrate/source/d7/Term.php
+share/drupal/core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php
 share/drupal/core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php
 share/drupal/core/modules/taxonomy/src/Plugin/views/argument/IndexTid.php
 share/drupal/core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php
@@ -9258,14 +9340,9 @@ share/drupal/core/modules/taxonomy/src/T
 share/drupal/core/modules/taxonomy/src/TermTranslationHandler.php
 share/drupal/core/modules/taxonomy/src/TermViewBuilder.php
 share/drupal/core/modules/taxonomy/src/TermViewsData.php
-share/drupal/core/modules/taxonomy/src/Tests/RssTest.php
-share/drupal/core/modules/taxonomy/src/Tests/TaxonomyTermIndentationTest.php
 share/drupal/core/modules/taxonomy/src/Tests/TaxonomyTestBase.php
 share/drupal/core/modules/taxonomy/src/Tests/TaxonomyTestTrait.php
 share/drupal/core/modules/taxonomy/src/Tests/TaxonomyTranslationTestTrait.php
-share/drupal/core/modules/taxonomy/src/Tests/TermAutocompleteTest.php
-share/drupal/core/modules/taxonomy/src/Tests/TermTest.php
-share/drupal/core/modules/taxonomy/src/Tests/TermTranslationTest.php
 share/drupal/core/modules/taxonomy/src/VocabularyAccessControlHandler.php
 share/drupal/core/modules/taxonomy/src/VocabularyForm.php
 share/drupal/core/modules/taxonomy/src/VocabularyInterface.php
@@ -9342,19 +9419,24 @@ share/drupal/core/modules/taxonomy/tests
 share/drupal/core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlAnonTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlBasicAuthTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlCookieTest.php
+share/drupal/core/modules/taxonomy/tests/src/Functional/RssTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TaxonomyQueryAlterTest.php
+share/drupal/core/modules/taxonomy/tests/src/Functional/TaxonomyTermIndentationTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TaxonomyTermPagerTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TaxonomyTestBase.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TaxonomyTestTrait.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TermAccessTest.php
+share/drupal/core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TermCacheTagsTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TermEntityReferenceTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TermIndexTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php
+share/drupal/core/modules/taxonomy/tests/src/Functional/TermTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php
+share/drupal/core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/ThemeTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TokenReplaceTest.php
@@ -9388,6 +9470,7 @@ share/drupal/core/modules/taxonomy/tests
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTranslationTest.php
+share/drupal/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermLocalizedTranslationTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php
@@ -9398,12 +9481,14 @@ share/drupal/core/modules/taxonomy/tests
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php
+share/drupal/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermLocalizedTranslationTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermNodeTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermSourceWithVocabularyFilterTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTranslationTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTranslationTest.php
+share/drupal/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermEntityTranslationTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermSourceWithVocabularyFilterTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTest.php
@@ -9832,14 +9917,7 @@ share/drupal/core/modules/user/src/RoleS
 share/drupal/core/modules/user/src/SharedTempStore.php
 share/drupal/core/modules/user/src/SharedTempStoreFactory.php
 share/drupal/core/modules/user/src/StatusItem.php
-share/drupal/core/modules/user/src/Tests/Functional/UserPasswordResetTest.php
-share/drupal/core/modules/user/src/Tests/FunctionalJavascript/UserPasswordResetTest.php
 share/drupal/core/modules/user/src/Tests/RestRegisterUserTest.php
-share/drupal/core/modules/user/src/Tests/UserAdminLanguageTest.php
-share/drupal/core/modules/user/src/Tests/UserAdminSettingsFormTest.php
-share/drupal/core/modules/user/src/Tests/UserBlocksTest.php
-share/drupal/core/modules/user/src/Tests/UserCreateTest.php
-share/drupal/core/modules/user/src/Tests/UserRegistrationTest.php
 share/drupal/core/modules/user/src/Tests/UserResetEmailTestTrait.php
 share/drupal/core/modules/user/src/Theme/AdminNegotiator.php
 share/drupal/core/modules/user/src/TimeZoneItem.php
@@ -9916,11 +9994,14 @@ share/drupal/core/modules/user/tests/src
 share/drupal/core/modules/user/tests/src/Functional/Update/UserUpdateEmailToken.php
 share/drupal/core/modules/user/tests/src/Functional/Update/UserUpdateOrderPermissionsTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserAccountLinksTest.php
+share/drupal/core/modules/user/tests/src/Functional/UserAdminLanguageTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserAdminListingTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserAdminTest.php
+share/drupal/core/modules/user/tests/src/Functional/UserBlocksTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserCacheTagsTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserCancelTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserCreateFailMailTest.php
+share/drupal/core/modules/user/tests/src/Functional/UserCreateTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserDeleteTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserEditTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserEditedOwnAccountTest.php
@@ -9930,8 +10011,10 @@ share/drupal/core/modules/user/tests/src
 share/drupal/core/modules/user/tests/src/Functional/UserLoginHttpTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserLoginTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserMailNotifyTest.php
+share/drupal/core/modules/user/tests/src/Functional/UserPasswordResetTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserPermissionsTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserPictureTest.php
+share/drupal/core/modules/user/tests/src/Functional/UserRegistrationTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserRoleAdminTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserRolesAssignmentTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserSaveTest.php
@@ -9958,6 +10041,7 @@ share/drupal/core/modules/user/tests/src
 share/drupal/core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php
 share/drupal/core/modules/user/tests/src/Functional/Views/UserTestBase.php
 share/drupal/core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php
+share/drupal/core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php
 share/drupal/core/modules/user/tests/src/Kernel/Condition/UserRoleConditionTest.php
 share/drupal/core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
 share/drupal/core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php
@@ -9995,6 +10079,7 @@ share/drupal/core/modules/user/tests/src
 share/drupal/core/modules/user/tests/src/Kernel/TempStoreDatabaseTest.php
 share/drupal/core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php
 share/drupal/core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php
+share/drupal/core/modules/user/tests/src/Kernel/UserAdminSettingsFormTest.php
 share/drupal/core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php
 share/drupal/core/modules/user/tests/src/Kernel/UserEntityTest.php
 share/drupal/core/modules/user/tests/src/Kernel/UserFieldsTest.php
@@ -10310,12 +10395,9 @@ share/drupal/core/modules/views/src/Rend
 share/drupal/core/modules/views/src/ResultRow.php
 share/drupal/core/modules/views/src/Routing/ViewPageController.php
 share/drupal/core/modules/views/src/Tests/AssertViewsCacheTagsTrait.php
-share/drupal/core/modules/views/src/Tests/FieldApiDataTest.php
 share/drupal/core/modules/views/src/Tests/Handler/HandlerTestBase.php
-share/drupal/core/modules/views/src/Tests/Plugin/DisplayFeedTest.php
 share/drupal/core/modules/views/src/Tests/Plugin/PluginKernelTestBase.php
 share/drupal/core/modules/views/src/Tests/Plugin/PluginTestBase.php
-share/drupal/core/modules/views/src/Tests/Plugin/StyleOpmlTest.php
 share/drupal/core/modules/views/src/Tests/TestHelperPlugin.php
 share/drupal/core/modules/views/src/Tests/ViewKernelTestBase.php
 share/drupal/core/modules/views/src/Tests/ViewResultAssertionTrait.php
@@ -10392,6 +10474,7 @@ share/drupal/core/modules/views/tests/mo
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_attachment_ui.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_cache.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_click_sort.yml
+share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_click_sort_ajax.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_content_ajax.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_destroy.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_disabled_display.yml
@@ -10464,6 +10547,7 @@ share/drupal/core/modules/views/tests/mo
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_latest_revision_filter.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_menu_link.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager.yml
+share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager_ajax.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_arguments.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_menu.yml
@@ -10471,6 +10555,7 @@ share/drupal/core/modules/views/tests/mo
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_route.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_view.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_full.yml
+share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_full_ajax.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_none.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_some.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_plugin_dependencies.yml
@@ -10494,6 +10579,7 @@ share/drupal/core/modules/views/tests/mo
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_token_view.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tokens.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_ungroup_rows.yml
+share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_user_path.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_argument_validate_numeric.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_broken.yml
@@ -10569,6 +10655,7 @@ share/drupal/core/modules/views/tests/sr
 share/drupal/core/modules/views/tests/src/Functional/Entity/FilterEntityBundleTest.php
 share/drupal/core/modules/views/tests/src/Functional/Entity/LatestRevisionFilterTest.php
 share/drupal/core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php
+share/drupal/core/modules/views/tests/src/Functional/FieldApiDataTest.php
 share/drupal/core/modules/views/tests/src/Functional/GlossaryTest.php
 share/drupal/core/modules/views/tests/src/Functional/Hal/ViewHalJsonAnonTest.php
 share/drupal/core/modules/views/tests/src/Functional/Hal/ViewHalJsonBasicAuthTest.php
@@ -10594,6 +10681,7 @@ share/drupal/core/modules/views/tests/sr
 share/drupal/core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php
 share/drupal/core/modules/views/tests/src/Functional/Plugin/DisplayAttachmentTest.php
 share/drupal/core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php
+share/drupal/core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php
 share/drupal/core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php
 share/drupal/core/modules/views/tests/src/Functional/Plugin/DisplayTest.php
 share/drupal/core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php
@@ -10603,6 +10691,7 @@ share/drupal/core/modules/views/tests/sr
 share/drupal/core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php
 share/drupal/core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php
 share/drupal/core/modules/views/tests/src/Functional/Plugin/PagerTest.php
+share/drupal/core/modules/views/tests/src/Functional/Plugin/StyleOpmlTest.php
 share/drupal/core/modules/views/tests/src/Functional/Plugin/StyleSummaryTest.php
 share/drupal/core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php
 share/drupal/core/modules/views/tests/src/Functional/Plugin/StyleTest.php
@@ -10633,6 +10722,7 @@ share/drupal/core/modules/views/tests/sr
 share/drupal/core/modules/views/tests/src/Functional/Update/PlaceholderTextUpdateTest.php
 share/drupal/core/modules/views/tests/src/Functional/Update/TableDisplayCacheMaxAgeTest.php
 share/drupal/core/modules/views/tests/src/Functional/Update/ViewsDataTableDependencyUpdateTest.php
+share/drupal/core/modules/views/tests/src/Functional/UserPathTest.php
 share/drupal/core/modules/views/tests/src/Functional/ViewAjaxTest.php
 share/drupal/core/modules/views/tests/src/Functional/ViewElementTest.php
 share/drupal/core/modules/views/tests/src/Functional/ViewRenderTest.php
@@ -10829,8 +10919,6 @@ share/drupal/core/modules/views_ui/src/F
 share/drupal/core/modules/views_ui/src/Form/BreakLockForm.php
 share/drupal/core/modules/views_ui/src/ParamConverter/ViewUIConverter.php
 share/drupal/core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php
-share/drupal/core/modules/views_ui/src/Tests/PreviewTest.php
-share/drupal/core/modules/views_ui/src/Tests/RowUITest.php
 share/drupal/core/modules/views_ui/src/Tests/UITestBase.php
 share/drupal/core/modules/views_ui/src/ViewAddForm.php
 share/drupal/core/modules/views_ui/src/ViewDuplicateForm.php
@@ -10880,11 +10968,13 @@ share/drupal/core/modules/views_ui/tests
 share/drupal/core/modules/views_ui/tests/src/Functional/HandlerTest.php
 share/drupal/core/modules/views_ui/tests/src/Functional/NewViewConfigSchemaTest.php
 share/drupal/core/modules/views_ui/tests/src/Functional/OverrideDisplaysTest.php
+share/drupal/core/modules/views_ui/tests/src/Functional/PreviewTest.php
 share/drupal/core/modules/views_ui/tests/src/Functional/QueryTest.php
 share/drupal/core/modules/views_ui/tests/src/Functional/RearrangeFieldsTest.php
 share/drupal/core/modules/views_ui/tests/src/Functional/RedirectTest.php
 share/drupal/core/modules/views_ui/tests/src/Functional/ReportFieldsTest.php
 share/drupal/core/modules/views_ui/tests/src/Functional/ReportTest.php
+share/drupal/core/modules/views_ui/tests/src/Functional/RowUITest.php
 share/drupal/core/modules/views_ui/tests/src/Functional/SettingsTest.php
 share/drupal/core/modules/views_ui/tests/src/Functional/StorageTest.php
 share/drupal/core/modules/views_ui/tests/src/Functional/StyleTableTest.php
@@ -10902,6 +10992,7 @@ share/drupal/core/modules/views_ui/tests
 share/drupal/core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php
 share/drupal/core/modules/views_ui/tests/src/FunctionalJavascript/FilterOptionsTest.php
 share/drupal/core/modules/views_ui/tests/src/FunctionalJavascript/LibraryCachingTest.php
+share/drupal/core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php
 share/drupal/core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php
 share/drupal/core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php
 share/drupal/core/modules/views_ui/tests/src/Kernel/TagTest.php
@@ -11019,6 +11110,8 @@ share/drupal/core/modules/workspaces/src
 share/drupal/core/modules/workspaces/src/Plugin/Block/WorkspaceSwitcherBlock.php
 share/drupal/core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraint.php
 share/drupal/core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php
+share/drupal/core/modules/workspaces/src/Plugin/Validation/Constraint/EntityReferenceSupportedNewEntitiesConstraint.php
+share/drupal/core/modules/workspaces/src/Plugin/Validation/Constraint/EntityReferenceSupportedNewEntitiesConstraintValidator.php
 share/drupal/core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraint.php
 share/drupal/core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php
 share/drupal/core/modules/workspaces/src/ViewsQueryAlter.php
@@ -11053,10 +11146,12 @@ share/drupal/core/modules/workspaces/tes
 share/drupal/core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php
 share/drupal/core/modules/workspaces/tests/src/Functional/WorkspaceViewTest.php
 share/drupal/core/modules/workspaces/tests/src/Functional/WorkspacesUninstallTest.php
+share/drupal/core/modules/workspaces/tests/src/Kernel/EntityReferenceSupportedNewEntitiesConstraintValidatorTest.php
 share/drupal/core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php
 share/drupal/core/modules/workspaces/tests/src/Kernel/WorkspaceCRUDTest.php
 share/drupal/core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php
 share/drupal/core/modules/workspaces/tests/src/Kernel/WorkspaceInternalResourceTest.php
+share/drupal/core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php
 share/drupal/core/modules/workspaces/workspaces.info.yml
 share/drupal/core/modules/workspaces/workspaces.install
 share/drupal/core/modules/workspaces/workspaces.libraries.yml
@@ -11144,6 +11239,7 @@ share/drupal/core/profiles/demo_umami/co
 share/drupal/core/profiles/demo_umami/config/install/core.entity_view_mode.node.card.yml
 share/drupal/core/profiles/demo_umami/config/install/core.entity_view_mode.node.card_common.yml
 share/drupal/core/profiles/demo_umami/config/install/core.entity_view_mode.node.card_common_alt.yml
+share/drupal/core/profiles/demo_umami/config/install/core.menu.static_menu_link_overrides.yml
 share/drupal/core/profiles/demo_umami/config/install/editor.editor.basic_html.yml
 share/drupal/core/profiles/demo_umami/config/install/editor.editor.full_html.yml
 share/drupal/core/profiles/demo_umami/config/install/field.field.block_content.banner_block.field_banner_image.yml
@@ -11166,7 +11262,6 @@ share/drupal/core/profiles/demo_umami/co
 share/drupal/core/profiles/demo_umami/config/install/field.field.node.article.field_image.yml
 share/drupal/core/profiles/demo_umami/config/install/field.field.node.article.field_tags.yml
 share/drupal/core/profiles/demo_umami/config/install/field.field.node.page.body.yml
-share/drupal/core/profiles/demo_umami/config/install/field.field.node.recipe.field_author.yml
 share/drupal/core/profiles/demo_umami/config/install/field.field.node.recipe.field_cooking_time.yml
 share/drupal/core/profiles/demo_umami/config/install/field.field.node.recipe.field_difficulty.yml
 share/drupal/core/profiles/demo_umami/config/install/field.field.node.recipe.field_image.yml
@@ -11190,7 +11285,6 @@ share/drupal/core/profiles/demo_umami/co
 share/drupal/core/profiles/demo_umami/config/install/field.storage.media.field_media_image.yml
 share/drupal/core/profiles/demo_umami/config/install/field.storage.media.field_media_oembed_video.yml
 share/drupal/core/profiles/demo_umami/config/install/field.storage.media.field_media_video_file.yml
-share/drupal/core/profiles/demo_umami/config/install/field.storage.node.field_author.yml
 share/drupal/core/profiles/demo_umami/config/install/field.storage.node.field_cooking_time.yml
 share/drupal/core/profiles/demo_umami/config/install/field.storage.node.field_difficulty.yml
 share/drupal/core/profiles/demo_umami/config/install/field.storage.node.field_image.yml
@@ -11223,6 +11317,7 @@ share/drupal/core/profiles/demo_umami/co
 share/drupal/core/profiles/demo_umami/config/install/media.type.image.yml
 share/drupal/core/profiles/demo_umami/config/install/media.type.remote_video.yml
 share/drupal/core/profiles/demo_umami/config/install/media.type.video.yml
+share/drupal/core/profiles/demo_umami/config/install/node.settings.yml
 share/drupal/core/profiles/demo_umami/config/install/node.type.article.yml
 share/drupal/core/profiles/demo_umami/config/install/node.type.page.yml
 share/drupal/core/profiles/demo_umami/config/install/node.type.recipe.yml
@@ -11232,12 +11327,16 @@ share/drupal/core/profiles/demo_umami/co
 share/drupal/core/profiles/demo_umami/config/install/responsive_image.styles.3_2_image.yml
 share/drupal/core/profiles/demo_umami/config/install/responsive_image.styles.hero_or_banner.yml
 share/drupal/core/profiles/demo_umami/config/install/responsive_image.styles.square.yml
+share/drupal/core/profiles/demo_umami/config/install/system.site.yml
 share/drupal/core/profiles/demo_umami/config/install/system.theme.yml
 share/drupal/core/profiles/demo_umami/config/install/taxonomy.vocabulary.recipe_category.yml
 share/drupal/core/profiles/demo_umami/config/install/taxonomy.vocabulary.tags.yml
 share/drupal/core/profiles/demo_umami/config/install/user.role.administrator.yml
+share/drupal/core/profiles/demo_umami/config/install/user.role.anonymous.yml
+share/drupal/core/profiles/demo_umami/config/install/user.role.authenticated.yml
 share/drupal/core/profiles/demo_umami/config/install/user.role.author.yml
 share/drupal/core/profiles/demo_umami/config/install/user.role.editor.yml
+share/drupal/core/profiles/demo_umami/config/install/user.settings.yml
 share/drupal/core/profiles/demo_umami/config/install/views.view.articles_aside.yml
 share/drupal/core/profiles/demo_umami/config/install/views.view.featured_articles.yml
 share/drupal/core/profiles/demo_umami/config/install/views.view.frontpage.yml
@@ -11265,6 +11364,7 @@ share/drupal/core/profiles/demo_umami/mo
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/LICENCE.txt
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/baking-mishaps-our-troubleshooting-tips.html
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/give-it-a-go-and-grow-your-own-herbs.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/give-your-oatmeal-the-ultimate-makeover.html
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/lets-hear-it-for-carrots.html
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/skip-the-spirits-with-delicious-mocktails.html
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/the-real-deal-for-supermarket-savvy-shopping.html
@@ -11278,6 +11378,7 @@ share/drupal/core/profiles/demo_umami/mo
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/mediterranean-quiche-umami.jpg
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/mojito-mocktail.jpg
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/mushrooms-umami.jpg
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/oatmeal-fruit-syrup-topping.jpg
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/pizza-umami.jpg
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/supermarket-savvy-umami.jpg
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/thai-green-curry-umami.jpg
@@ -11303,6 +11404,7 @@ share/drupal/core/profiles/demo_umami/mo
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/DefaultContentFilesAccessTest.php
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php
 share/drupal/core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php
+share/drupal/core/profiles/demo_umami/themes/umami/README.txt
 share/drupal/core/profiles/demo_umami/themes/umami/css/base.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/articles-aside/articles-aside.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/banner/banner.css
@@ -11346,6 +11448,7 @@ share/drupal/core/profiles/demo_umami/th
 share/drupal/core/profiles/demo_umami/themes/umami/css/layout/grid-4.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/layout/layout-2-col.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/layout/layout.css
+share/drupal/core/profiles/demo_umami/themes/umami/favicon.ico
 share/drupal/core/profiles/demo_umami/themes/umami/images/png/umami-background-pattern-1.png
 share/drupal/core/profiles/demo_umami/themes/umami/images/svg/cake.svg
 share/drupal/core/profiles/demo_umami/themes/umami/images/svg/chefs-hat.svg
@@ -11534,6 +11637,8 @@ share/drupal/core/profiles/testing_multi
 share/drupal/core/profiles/testing_multilingual_with_english/config/install/language.entity.de.yml
 share/drupal/core/profiles/testing_multilingual_with_english/config/install/language.entity.es.yml
 share/drupal/core/profiles/testing_multilingual_with_english/testing_multilingual_with_english.info.yml
+share/drupal/core/profiles/testing_requirements/testing_requirements.info.yml
+share/drupal/core/profiles/testing_requirements/testing_requirements.install
 share/drupal/core/rebuild.php
 share/drupal/core/scripts/cron-curl.sh
 share/drupal/core/scripts/cron-lynx.sh
@@ -11568,6 +11673,11 @@ share/drupal/core/tests/Drupal/Functiona
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxInGroupTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/BackwardCompatibilityTest.php
+share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/CommandsTest.php
+share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/DialogTest.php
+share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/ElementValidationTest.php
+share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php
+share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/MultiFormTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/ThrobberTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php
@@ -11594,6 +11704,7 @@ share/drupal/core/tests/Drupal/Functiona
 share/drupal/core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php
+share/drupal/core/tests/Drupal/FunctionalTests/Datetime/TimestampAgoFormatterTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Datetime/TimestampTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php
@@ -11651,6 +11762,7 @@ share/drupal/core/tests/Drupal/Functiona
 share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerLanguageDirectionTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerLanguagePageTest.php
+share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerSkipPermissionHardeningTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php
@@ -11726,6 +11838,7 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Action/DeleteActionTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Action/PublishActionTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php
@@ -11835,6 +11948,7 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityBundleListenerTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php
@@ -11924,6 +12038,7 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Layout/IconBuilderTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Lock/LockTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Menu/LocalActionManagerTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Menu/MenuLinkDefaultIntegrationTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Menu/MenuLinkTreeTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php
@@ -11941,12 +12056,14 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Plugin/ContextDefinitionTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Plugin/ContextPluginTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Plugin/ContextTypedDataTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Plugin/DerivativeTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Plugin/Discovery/AnnotatedClassDiscoveryTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomAnnotationClassDiscoveryTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomDirectoryAnnotatedClassDiscoveryTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Plugin/Discovery/DiscoveryTestBase.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Plugin/Discovery/StaticDiscoveryTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Plugin/EntityContextTypedDataTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Plugin/InspectionTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php
@@ -12015,6 +12132,7 @@ share/drupal/core/tests/Drupal/Nightwatc
 share/drupal/core/tests/Drupal/Nightwatch/Commands/drupalUserIsLoggedIn.js
 share/drupal/core/tests/Drupal/Nightwatch/Tests/exampleTest.js
 share/drupal/core/tests/Drupal/Nightwatch/Tests/loginTest.js
+share/drupal/core/tests/Drupal/Nightwatch/Tests/statesTest.js
 share/drupal/core/tests/Drupal/Nightwatch/globals.js
 share/drupal/core/tests/Drupal/Nightwatch/nightwatch.conf.js
 share/drupal/core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php
@@ -12085,6 +12203,7 @@ share/drupal/core/tests/Drupal/Tests/Com
 share/drupal/core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Plugin/StubFallbackPluginManager.php
+share/drupal/core/tests/Drupal/Tests/Component/Plugin/StubPluginManagerBaseWithMapper.php
 share/drupal/core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Render/FormattableMarkupTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Render/HtmlEscapedTextTest.php
@@ -12103,6 +12222,7 @@ share/drupal/core/tests/Drupal/Tests/Com
 share/drupal/core/tests/Drupal/Tests/Component/Utility/EnvironmentTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Utility/HtmlTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Utility/ImageTest.php
+share/drupal/core/tests/Drupal/Tests/Component/Utility/MailTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Utility/NumberTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Utility/RandomTest.php
@@ -12411,10 +12531,10 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorFrontTest.php
 share/drupal/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/ContextAwarePluginBaseTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionIsSatisfiedTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/ContextTest.php
-share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/ContextTypedDataTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionDeprecationTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php
@@ -12478,6 +12598,7 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/Routing/RouteMatchTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php
 share/drupal/core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Routing/RouterTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php
 share/drupal/core/tests/Drupal/Tests/Core/Routing/TestRouterInterface.php
 share/drupal/core/tests/Drupal/Tests/Core/Routing/TrustedRedirectResponseTest.php
@@ -14479,6 +14600,7 @@ share/drupal/vendor/symfony/polyfill-mbs
 share/drupal/vendor/symfony/polyfill-mbstring/Mbstring.php
 share/drupal/vendor/symfony/polyfill-mbstring/README.md
 share/drupal/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
+share/drupal/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php
 share/drupal/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
 share/drupal/vendor/symfony/polyfill-mbstring/bootstrap.php
 share/drupal/vendor/symfony/polyfill-mbstring/composer.json
@@ -14519,9 +14641,10 @@ share/drupal/vendor/symfony/process/comp
 share/drupal/vendor/symfony/process/phpunit.xml.dist
 share/drupal/vendor/symfony/psr-http-message-bridge/.gitignore
 share/drupal/vendor/symfony/psr-http-message-bridge/.travis.yml
-share/drupal/vendor/symfony/psr-http-message-bridge/CHANGELOG
+share/drupal/vendor/symfony/psr-http-message-bridge/CHANGELOG.md
 share/drupal/vendor/symfony/psr-http-message-bridge/Factory/DiactorosFactory.php
 share/drupal/vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php
+share/drupal/vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php
 share/drupal/vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php
 share/drupal/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php
 share/drupal/vendor/symfony/psr-http-message-bridge/LICENSE

Index: pkgsrc/www/drupal8/distinfo
diff -u pkgsrc/www/drupal8/distinfo:1.11 pkgsrc/www/drupal8/distinfo:1.12
--- pkgsrc/www/drupal8/distinfo:1.11    Thu Oct 18 14:39:38 2018
+++ pkgsrc/www/drupal8/distinfo Tue Dec 11 09:45:54 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/10/18 14:39:38 taca Exp $
+$NetBSD: distinfo,v 1.12 2018/12/11 09:45:54 prlw1 Exp $
 
-SHA1 (drupal-8.6.2.tar.gz) = e546adda2a9bfffabb98e942d03b24eac6ed5cba
-RMD160 (drupal-8.6.2.tar.gz) = 739780ef1479f3663def705e67019c0001f1a4ef
-SHA512 (drupal-8.6.2.tar.gz) = 8cdcd31f3a112a577e622cca0fb7957580b5691102421344c6f6bfc3096f33aae3a68d7d8eb9062ad14761bac14b68c2967973b1b1ef367dcbd79b972493b7c5
-Size (drupal-8.6.2.tar.gz) = 16240694 bytes
+SHA1 (drupal-8.6.4.tar.gz) = 4ea912ac2fd0483fe887df425075407b07dd691a
+RMD160 (drupal-8.6.4.tar.gz) = fcc2c2ee4ad906795eb5afb63936964fb6084cf5
+SHA512 (drupal-8.6.4.tar.gz) = ff81fe8aa10f635b5906d7a21efc5e8d44e96594d26a2637987ea2ef36b6ea323638bf4fca2374553d381645e4d187ef72d0284d4d0bad8663efe1e0b7bfcf8b
+Size (drupal-8.6.4.tar.gz) = 16401179 bytes



Home | Main Index | Thread Index | Old Index